summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac/macio.c
Commit message (Expand)AuthorAgeFilesLines
* Set the rid for any resource obtained from rman_resource_reserve.imp2006-04-201-0/+1
* Convert to use the recently introduced set of ofw_bus_gen_get_*() formarius2005-12-031-88/+39
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-161-1/+1
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-121-53/+69
* - Use the rman_get_* functions instead of reaching into struct resource.marius2004-08-111-1/+0
* Catch up with __RMAN_RESOURCE_VISIBLE changegrehan2004-07-011-0/+11
* Catchup to now-required <sys/module.h> for PowerPCgrehan2004-06-251-0/+1
* Allow the interrupt controller to be probed - this picks up thegrehan2003-06-291-1/+0
* Remove sparse addressing hack. The macio ATA driver no longer requiresgrehan2003-04-181-3/+0
* - Add PCI ID for Paddington i/o controller, used in old G3'sgrehan2003-03-201-2/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Add a driver that attaches to the gpio node of macio and allows you to enterbenno2003-02-061-1/+0
* Add a cast to silence a warning.benno2003-02-061-1/+1
* If a device tries to allocate an interrupt that's not on it's resource list,benno2003-02-061-0/+16
* Rework of how memory resources are discovered and dealt with in macio.benno2003-01-301-35/+65
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Allocate interrupts from the resource list.benno2003-01-091-2/+4
* - Remove the ignore list and replace it with a quirk list of sorts.benno2003-01-091-22/+56
* Driver for the macio south bridge, and ATA cell contained within.grehan2002-09-191-0/+484
OpenPOWER on IntegriCloud