aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/powermac
Commit message (Expand)AuthorAgeFilesLines
* Set the rid for any resource obtained from rman_resource_reserve.Warner Losh2006-04-204-0/+4
* Convert to use the recently introduced set of ofw_bus_gen_get_*() forMarius Strobl2005-12-032-93/+40
* The end values passed to rman_manage_region() for PCI i/o and memPeter Grehan2005-05-291-2/+2
* Remove incorrect configuration setting that limited the Kauai ATA controllerPeter Grehan2005-05-141-1/+1
* Catch up with latest ATA newbus commits.Peter Grehan2005-05-012-4/+4
* Get order right when initializing task file bus resources. ATA drives arePeter Grehan2005-04-202-4/+4
* Catch up with ATA mkIII definitions for registers that have differentPeter Grehan2005-04-182-2/+4
* Introduce channel-level setmode newbus method.Peter Grehan2005-04-012-0/+25
* Catch up with ATA-mkIIIPeter Grehan2005-03-312-36/+2
* - allow a device hint to disable probing a slot on a Uninorth PCI bus.Peter Grehan2005-01-111-5/+12
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-0712-12/+12
* Return correct value in the lock routine.Peter Grehan2005-01-071-2/+2
* Stay up to date with the latest ATA developments, whereSuleiman Souhlal2004-11-022-2/+4
* Add sc_iostart to softc and unbreak the build.Andrew Gallatin2004-09-271-0/+1
* Add support for i/o-ports. This was cut and pasted from grackle.cAndrew Gallatin2004-09-261-3/+26
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingMarius Strobl2004-08-164-5/+5
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-125-87/+79
* - Use the rman_get_* functions instead of reaching into struct resource.Marius Strobl2004-08-115-11/+8
* Make this compile: add sys/module.h and KDBify.Andrew Gallatin2004-07-221-5/+3
* Catch up with __RMAN_RESOURCE_VISIBLE changePeter Grehan2004-07-015-0/+15
* Move soft structs back to C files to avoid exposing rman fieldsPeter Grehan2004-07-011-11/+1
* Catchup to now-required <sys/module.h> for PowerPCPeter Grehan2004-06-255-0/+5
* - Catch up with recent ATA changes.Peter Grehan2004-04-232-6/+9
* Match the specific MPC106 host bridge PCI ID rather than allPeter Grehan2004-04-011-6/+3
* The end argument to bus_alloc_resource() should have been ~0 andPeter Grehan2004-03-311-2/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-172-2/+2
* Bring to working PIO state.Peter Grehan2004-02-291-3/+12
* Work-in-progress for the 'Kauai' ATA device in Mac notebooks. ThePeter Grehan2004-02-121-0/+190
* - remove trailing whitespacePeter Grehan2004-02-111-11/+13
* - removed debug printf that was a false positive on non-OpenPIC systemsPeter Grehan2004-02-041-7/+5
* Use device alias "mpic" to locate the macio OpenPIC. This worksPeter Grehan2004-02-031-6/+5
* Catch up with ATA UMA changesPeter Grehan2004-01-151-0/+1
* Use a device identify entry point to attach to nexus, since thePeter Grehan2004-01-131-9/+27
* Make the OpenPic driver bus-independent, with attachments forPeter Grehan2004-01-131-0/+231
* Catch up with ATA changes by including <sys/sema.h>Peter Grehan2004-01-131-0/+1
* imac revA-D and beige G3 OpenFirmware uses the "ide" string forPeter Grehan2003-12-101-1/+2
* Widen the enable/disable helper function's argument in line with thePeter Wemm2003-11-171-4/+4
* ATAng requires <sys/taskqueue.h>Peter Grehan2003-09-221-0/+1
* Allow the interrupt controller to be probed - this picks up thePeter Grehan2003-06-291-1/+0
* A module to handle the interrupt controller on Heathrow/PaddingtonPeter Grehan2003-06-282-0/+545
* A module for the Motorola MPC106 system controller aka 'Grackle'Peter Grehan2003-06-282-0/+622
* Vastly simplify the macio ATA attachment, now that the register filePeter Grehan2003-04-181-225/+42
* Remove sparse addressing hack. The macio ATA driver no longer requiresPeter Grehan2003-04-182-5/+0
* - 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