summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/nexus.c
Commit message (Collapse)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
|
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-161-3/+3
| | | | | | "Open Firmware" from IEEE 1275 and OpenFirmware.org (no pun intended). Ok'ed by: tmm
* Catchup to now-required <sys/module.h> for PowerPCgrehan2004-06-251-0/+1
|
* - constify devinfo strings to eliminate compile warninggrehan2004-02-111-9/+9
| | | | - remove trailing whitespace
* Allow child devices to set the OpenFirmware device node ivargrehan2004-02-041-2/+5
|
* Remove hard-coded knowledge of specific OFW devices. Use bus_generic_probegrehan2004-01-131-55/+64
| | | | | | | | | | | and add_child entry point to allow devices to use the identify method to add themselves if need be (e.g. openpic, syscons). Export interrupt-controller-add routine for extern int cntlr drivers. Eliminate recursive OFW device-tree walk and only iterate the top-level ala sparc64. Allow child devices to set the device type with write_ivars. Step 1 of many in removing the hard-dependency on OpenFirmware.
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
| | | | Approved by: trb
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
| | | | Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
* psim device supportgrehan2002-09-191-0/+5
| | | | Approved by: benno
* Remove some diagnostic code that snuck in.benno2002-07-101-6/+0
|
* - Add the "compatible" property to the list that we keep in ivars.benno2002-07-091-23/+196
| | | | | - Add interrupt alloc/setup/teardown/dealloc support, via whichever PIC OpenFirmware gives us.
* Add a nexus device.benno2002-04-151-0/+233
Copied from: sparc64
OpenPOWER on IntegriCloud