aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/powermac
Commit message (Expand)AuthorAgeFilesLines
* - Add PCI ID for Paddington i/o controller, used in old G3'sPeter Grehan2003-03-201-2/+4
* Catch up with ATAng changesPeter Grehan2003-02-241-10/+14
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Oops. Include opt_ddb.h.Benno Rice2003-02-061-0/+2
* Add a driver that attaches to the gpio node of macio and allows you to enterBenno Rice2003-02-062-1/+143
* Add a cast to silence a warning.Benno Rice2003-02-061-1/+1
* If a device tries to allocate an interrupt that's not on it's resource list,Benno Rice2003-02-061-0/+16
* Rework of how memory resources are discovered and dealt with in macio.Benno Rice2003-01-303-65/+159
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Allocate interrupts from the resource list.Benno Rice2003-01-091-2/+4
* - Remove the ignore list and replace it with a quirk list of sorts.Benno Rice2003-01-092-23/+58
* - remove unneeded includesPeter Grehan2003-01-091-5/+17
* Driver for the macio south bridge, and ATA cell contained within.Peter Grehan2002-09-193-0/+817
* softc and register defs for the UniNorth chipPeter Grehan2002-09-191-1/+19
* - probe the UniNorth chip in addition to the PCI bridgesPeter Grehan2002-09-191-3/+114
* Remove some dead code.Benno Rice2002-07-101-30/+0
* Remove some unused includes.Benno Rice2002-07-101-1/+0
* Driver for the Apple UniNorth Host-PCI bridge.Benno Rice2002-07-092-0/+546