summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac
Commit message (Expand)AuthorAgeFilesLines
* Fix some possible infinite loops in the ADB code, and remove some hacksnwhitehorn2008-10-302-21/+9
* DBDMA can transfer a maximum of 64K - 1 bytes per descriptor, as the bytenwhitehorn2008-10-281-0/+6
* Clean up some magic numbers in the DBDMA code by replacing them withnwhitehorn2008-10-272-11/+20
* Bring Kauai ATA driver in line with Macio ATA by reading the PIO config regnwhitehorn2008-10-271-6/+2
* Add ADB support. This provides support for the external ADB bus on the PowerMacnwhitehorn2008-10-268-0/+1961
* Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. Thisnwhitehorn2008-10-147-90/+125
* Expand the DBDMA API to allow setting device-dependent control bits. Whilenwhitehorn2008-09-271-2/+20
* Add DMA support for Apple built-in ATA controllers.nwhitehorn2008-09-274-34/+795
* Change the DBDMA API to allow DBDMA registers in a subregion of a resource. T...nwhitehorn2008-09-232-8/+11
* Return an error code rather than ENXIO when both rman_init() andkevlo2008-06-123-28/+33
* Add support for Apple's Descriptor-Based DMA (DBDMA) engine. The DMAmarcel2008-06-072-0/+433
* Take into account the size of the interrupt cell. It's determinedmarcel2008-04-262-14/+27
* Add support for the BUS_CONFIG_INTR() method to the platform and tomarcel2008-03-071-0/+1
* Add PIC support for IPIs. When registering an interrupt handler,marcel2008-02-122-1/+10
* One of my powerbooks has this chip in it..julian2008-01-261-0/+1
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-1/+1
* Apply missing s/rv/res/g in previous commit.marcel2007-12-213-3/+3
* MFamd64/ia64/i386: Only set the rman bus tags and handles injhb2007-12-203-6/+3
* Redefine bus_space_tag_t on PowerPC from a 32-bit integral tomarcel2007-12-193-15/+6
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-302-2/+6
* Revamp the interrupt handling in support of INTR_FILTER. This includes:marcel2007-08-113-479/+125
* When writing to PCI configuration registers, don't immediatelymarcel2007-04-011-3/+0
* Make pswitch_intr() returns interrupt handling status.piso2007-03-021-2/+3
* Catch up with bus_setup_intr() modification and garbage collect apiso2007-02-251-2/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-4/+5
* 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
OpenPOWER on IntegriCloud