aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* MFC:Scott Long2004-10-242-18/+9
* MFC rev. 1.27:Lukas Ertl2004-10-231-1/+1
* MFC:Søren Schmidt2004-10-162-107/+107
* MFC:Søren Schmidt2004-10-109-89/+165
* MFC:Søren Schmidt2004-09-308-237/+282
* Update ATA to -current level. Summary:Søren Schmidt2004-09-0610-79/+151
* Improve (hopefully) on the workaround code for devices that doesn'tSøren Schmidt2004-08-163-23/+18
* Fix Promise sx4/sx4000 support that broke on the latest race fixes.Søren Schmidt2004-08-161-57/+64
* Allow the use of a supplied function to set the PRD table. This isSøren Schmidt2004-08-133-38/+30
* Change the order of ata_dmainit/ata_allocate in preparation ofSøren Schmidt2004-08-124-48/+57
* Fix bad free() usage.Søren Schmidt2004-08-091-2/+8
* Close a race in ata_reinit().Søren Schmidt2004-08-092-3/+7
* make sure that ioctl's to ata use the proper cmd IOCATA...John-Mark Gurney2004-08-091-0/+3
* Tag all geom classes in the tree with a version number.Poul-Henning Kamp2004-08-081-3/+4
* Correct the last commit so it works in error situations as well.Søren Schmidt2004-08-071-1/+1
* Fix a panic in ata_generic_transaction(). The DMA pointer of the channelNate Lawson2004-08-061-1/+1
* Try to narrow down the race window on HW that does not have ways toSøren Schmidt2004-08-057-49/+46
* Add firmware revision to probe printf.Søren Schmidt2004-08-054-7/+9
* Change the default to switch on DMA on ATAPI devices if they canSøren Schmidt2004-08-011-3/+5
* Fix the panic (""memory modified after free") when ata_getparam() failsSøren Schmidt2004-07-311-0/+1
* Fix the reset sequence for sx4/sx4000 type controllers, it could hang theSøren Schmidt2004-07-301-1/+1
* Refine the wait for ATAPI_RESET.Søren Schmidt2004-07-241-2/+10
* Dont expect interrupt from ATAPI_RESET, it doesn't deliver one.Søren Schmidt2004-07-231-0/+11
* Dont set "address setup timing" on newer VIA chips.Søren Schmidt2004-07-171-1/+2
* Attempt to handle suspend/resume better.Søren Schmidt2004-07-122-16/+9
* Remove leftover debug output.Søren Schmidt2004-06-301-2/+2
* Add support for LSI type software RAID's.Søren Schmidt2004-06-252-29/+335
* Use the right ordering of args on mtx_init(). No functional changesSøren Schmidt2004-06-226-6/+6
* Call the detach function with g_waitfor_event() so that it can accessBrian Feldman2004-06-211-1/+8
* Up SiI reset wait a bit, some devices got lost.Søren Schmidt2004-06-171-1/+1
* atapicam(4) is currently off by three orders of magnitude regarding theBrian Feldman2004-06-171-2/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-163-6/+6
* Oops, backout debug code..Søren Schmidt2004-06-151-4/+0
* Dont set prefetch etc on VIA chips, causes problems on newer chips andSøren Schmidt2004-06-152-4/+4
* Increase robustness of SATA handling.Søren Schmidt2004-06-153-88/+191
* Back out the last change as that broke some SATA devices.Søren Schmidt2004-06-111-9/+4
* Add missing <sys/module.h> includes currently relying on nested includePoul-Henning Kamp2004-06-031-0/+1
* When waiting for drive to become ready, reinit the request params as theySøren Schmidt2004-06-011-7/+8
* Use the right cmd+errorcode if we are in autosense/not.Søren Schmidt2004-06-011-2/+3
* Only set and report error if not set already.Søren Schmidt2004-06-011-1/+1
* Dont retry on devices that left the system.Søren Schmidt2004-06-011-2/+3
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-271-1/+2
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* Whitespace cleanup.Dag-Erling Smørgrav2004-05-201-29/+29
* Rip out the too verbose "spurious interrupt" printf's, they dont serveSøren Schmidt2004-05-171-16/+1
* Fix Sii3114 support.Søren Schmidt2004-05-102-36/+35
* Do at better job at unit numbering.Søren Schmidt2004-04-301-9/+18
* Spring cleanup of macrosSøren Schmidt2004-04-3011-100/+45
* Reduce the time spent looking for devices on channels that returnSøren Schmidt2004-04-271-4/+4
* Use pci_get_progif to decide if this is one of the primary/secondarySøren Schmidt2004-04-271-7/+2