aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/powermac/ata_kauai.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* ata: Remove ata_devclass from DRIVER_MODULE invocations.John Baldwin2022-05-061-1/+1
* ata_kauai: Fix support for "shasta" controllers.John Baldwin2022-04-181-14/+10
* ata_kauai: Remove unused variable.John Baldwin2022-04-121-2/+0
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Move the resource allocation from the ata_*_probe section to the ata_*_attachAndreas Tobler2013-10-151-29/+31
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedMarius Strobl2013-04-061-7/+8
* Disable ATAPI DMA unconditionally on Apple Kauai ATA controllers, like itNathan Whitehorn2011-01-231-5/+6
* ATAPI DMA does not seem to work completely reliably on Shasta controllers,Nathan Whitehorn2010-09-111-1/+3
* It is not necessary (and in some cases harmful) to hardcode ata_kauai'sNathan Whitehorn2010-05-161-2/+3
* MFp4:Alexander Motin2009-12-061-24/+17
* Bring Kauai ATA driver in line with Macio ATA by reading the PIO config regNathan Whitehorn2008-10-271-6/+2
* Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. ThisNathan Whitehorn2008-10-141-51/+9
* Add DMA support for Apple built-in ATA controllers.Nathan Whitehorn2008-09-271-23/+244
* One of my powerbooks has this chip in it..Julian Elischer2008-01-261-0/+1
* 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-011-2/+2
* Get order right when initializing task file bus resources. ATA drives arePeter Grehan2005-04-201-2/+2
* Catch up with ATA mkIII definitions for registers that have differentPeter Grehan2005-04-181-1/+2
* Introduce channel-level setmode newbus method.Peter Grehan2005-04-011-0/+12
* Catch up with ATA-mkIIIPeter Grehan2005-03-311-17/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Stay up to date with the latest ATA developments, whereSuleiman Souhlal2004-11-021-1/+2
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingMarius Strobl2004-08-161-1/+1
* - Catch up with recent ATA changes.Peter Grehan2004-04-231-0/+2
* The end argument to bus_alloc_resource() should have been ~0 andPeter Grehan2004-03-311-2/+1
* 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