summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac
Commit message (Expand)AuthorAgeFilesLines
* Set the rid for any resource obtained from rman_resource_reserve.imp2006-04-204-0/+4
* Convert to use the recently introduced set of ofw_bus_gen_get_*() formarius2005-12-032-93/+40
* The end values passed to rman_manage_region() for PCI i/o and memgrehan2005-05-291-2/+2
* Remove incorrect configuration setting that limited the Kauai ATA controllergrehan2005-05-141-1/+1
* Catch up with latest ATA newbus commits.grehan2005-05-012-4/+4
* Get order right when initializing task file bus resources. ATA drives aregrehan2005-04-202-4/+4
* Catch up with ATA mkIII definitions for registers that have differentgrehan2005-04-182-2/+4
* Introduce channel-level setmode newbus method.grehan2005-04-012-0/+25
* Catch up with ATA-mkIIIgrehan2005-03-312-36/+2
* - allow a device hint to disable probing a slot on a Uninorth PCI bus.grehan2005-01-111-5/+12
* /* -> /*- for license, minor formatting changesimp2005-01-0712-12/+12
* Return correct value in the lock routine.grehan2005-01-071-2/+2
* Stay up to date with the latest ATA developments, wheressouhlal2004-11-022-2/+4
* Add sc_iostart to softc and unbreak the build.gallatin2004-09-271-0/+1
* Add support for i/o-ports. This was cut and pasted from grackle.cgallatin2004-09-261-3/+26
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-164-5/+5
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-125-87/+79
* - Use the rman_get_* functions instead of reaching into struct resource.marius2004-08-115-11/+8
* Make this compile: add sys/module.h and KDBify.gallatin2004-07-221-5/+3
* Catch up with __RMAN_RESOURCE_VISIBLE changegrehan2004-07-015-0/+15
* Move soft structs back to C files to avoid exposing rman fieldsgrehan2004-07-011-11/+1
* Catchup to now-required <sys/module.h> for PowerPCgrehan2004-06-255-0/+5
* - Catch up with recent ATA changes.grehan2004-04-232-6/+9
* Match the specific MPC106 host bridge PCI ID rather than allgrehan2004-04-011-6/+3
* The end argument to bus_alloc_resource() should have been ~0 andgrehan2004-03-311-2/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-172-2/+2
* Bring to working PIO state.grehan2004-02-291-3/+12
* Work-in-progress for the 'Kauai' ATA device in Mac notebooks. Thegrehan2004-02-121-0/+190
* - remove trailing whitespacegrehan2004-02-111-11/+13
* - removed debug printf that was a false positive on non-OpenPIC systemsgrehan2004-02-041-7/+5
* Use device alias "mpic" to locate the macio OpenPIC. This worksgrehan2004-02-031-6/+5
* Catch up with ATA UMA changesgrehan2004-01-151-0/+1
* Use a device identify entry point to attach to nexus, since thegrehan2004-01-131-9/+27
* Make the OpenPic driver bus-independent, with attachments forgrehan2004-01-131-0/+231
* Catch up with ATA changes by including <sys/sema.h>grehan2004-01-131-0/+1
* imac revA-D and beige G3 OpenFirmware uses the "ide" string forgrehan2003-12-101-1/+2
* Widen the enable/disable helper function's argument in line with thepeter2003-11-171-4/+4
* ATAng requires <sys/taskqueue.h>grehan2003-09-221-0/+1
* Allow the interrupt controller to be probed - this picks up thegrehan2003-06-291-1/+0
* A module to handle the interrupt controller on Heathrow/Paddingtongrehan2003-06-282-0/+545
* A module for the Motorola MPC106 system controller aka 'Grackle'grehan2003-06-282-0/+622
* Vastly simplify the macio ATA attachment, now that the register filegrehan2003-04-181-225/+42
* Remove sparse addressing hack. The macio ATA driver no longer requiresgrehan2003-04-182-5/+0
* - Add PCI ID for Paddington i/o controller, used in old G3'sgrehan2003-03-201-2/+4
* Catch up with ATAng changesgrehan2003-02-241-10/+14
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Oops. Include opt_ddb.h.benno2003-02-061-0/+2
* Add a driver that attaches to the gpio node of macio and allows you to enterbenno2003-02-062-1/+143
* 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
OpenPOWER on IntegriCloud