summaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-lowlevel.c
Commit message (Expand)AuthorAgeFilesLines
* MFC many more fixes for the ata driver.Scott Long2004-02-111-13/+11
* Don peril-senstive goggles and update the ata driver to HEAD.Scott Long2004-01-271-44/+39
* MFC: Handle empty channels in earlier fix for missing slaves.John Baldwin2003-12-181-3/+7
* Fix for the missing slave problem.Søren Schmidt2003-12-031-1/+1
* On ATA control commands return the registers in the request.Søren Schmidt2003-11-021-32/+40
* Properly unload the DMA SG list on errors.Søren Schmidt2003-10-211-0/+2
* Fix the DMA problem that most severely hit on the DS3112a SATA chipSøren Schmidt2003-10-211-17/+20
* Up delay from 10 to 100ms after reset, this helps some slow devicesSøren Schmidt2003-10-201-1/+2
* Fix the bug that prevented DMA from working on old Acer chips.Søren Schmidt2003-10-091-2/+3
* Properly get out of transaction() if setting up the transfer fails.Søren Schmidt2003-10-071-15/+19
* Fix the problem with accessing certain FLASH devices. The problemSøren Schmidt2003-10-011-3/+7
* Dont reject a master device if it said slave failed.Søren Schmidt2003-09-201-2/+2
* CosmeticsSøren Schmidt2003-09-181-5/+5
* Be a bit more restrictive in the probe so we dont hang aroundSøren Schmidt2003-09-181-10/+4
* When ignoring interrupts (due to no running request set) then trySøren Schmidt2003-09-161-20/+19
* Rearrange the probe a bit first try ATAPI signatures then ATA.Søren Schmidt2003-09-161-12/+20
* Try a bit harder to probe disks that doesn't quite set BUSY right.Søren Schmidt2003-09-101-17/+25
* #ifdef out the vague ATA disk detection code causing fake ATA disksSøren Schmidt2003-09-081-0/+2
* Handle shared channels better.Søren Schmidt2003-09-081-11/+18
* Rearrange the probe code yet again.Søren Schmidt2003-09-011-40/+52
* Be more carefull on nulling the ATAPI magic for fake slave.Søren Schmidt2003-08-281-13/+15
* Hopefully Fix problem with probing some ATAPI devices, while stillSøren Schmidt2003-08-271-14/+15
* Try to get rid of the fake slave problem.Søren Schmidt2003-08-251-0/+4
* Unify prototypes.Søren Schmidt2003-08-251-7/+7
* Sync with local version (cosmetics)Søren Schmidt2003-08-241-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* This is a major rework of the ATA driver (ATAng)Søren Schmidt2003-08-241-0/+787