aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/aim/nexus.c
Commit message (Expand)AuthorAgeFilesLines
* - constify devinfo strings to eliminate compile warningPeter Grehan2004-02-111-9/+9
* Allow child devices to set the OpenFirmware device node ivarPeter Grehan2004-02-041-2/+5
* Remove hard-coded knowledge of specific OFW devices. Use bus_generic_probePeter Grehan2004-01-131-55/+64
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* psim device supportPeter Grehan2002-09-191-0/+5
* Remove some diagnostic code that snuck in.Benno Rice2002-07-101-6/+0
* - Add the "compatible" property to the list that we keep in ivars.Benno Rice2002-07-091-23/+196
* Add a nexus device.Benno Rice2002-04-151-0/+233