summaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.5.0_cvscvs2svn2006-05-2323-23/+23
* MFC: Zero donecount on auto request sense.John Baldwin2005-09-261-0/+1
* (atapi_cam_reinit_bus): Guard against the case where atapi_softc_mutex isThomas Quinot2005-08-071-8/+12
* Add support for the SATA controller in the ICH6 mobile part. Note thisJohn Baldwin2005-06-012-1/+4
* MFC: In ata_finish() don't reset callout if request has timed out.Matthew N. Dodd2005-04-081-1/+2
* Change the default for hw.ata.atapi_dma so that DMA is off. We areKen Smith2005-04-041-1/+1
* MFC: Whitespace diff reduction.Matthew N. Dodd2005-03-242-6/+6
* ata_shutdown: Do nothing (do not flush ata cache) if in panic.Max Khon2005-03-241-0/+3
* ata-chipset.cMatthew N. Dodd2005-03-232-77/+189
* MFCMatthew N. Dodd2005-03-231-3/+10
* MFCMatthew N. Dodd2005-03-231-6/+17
* MFC 1.234: Return ATA register values in the request structMatthew N. Dodd2005-03-231-0/+4
* MFC 1.94: Use dynamic major number allocation.Matthew N. Dodd2005-03-231-1/+0
* MFCMatthew N. Dodd2005-03-233-5/+117
* MFC: 1.233Matthew N. Dodd2005-03-021-4/+4
* MFC *: Compensate for off by one bugs in disk firmware for 48BIT addressingGarance A Drosehn2005-03-014-3/+5
* MFC:Poul-Henning Kamp2005-02-281-2/+2
* MFC: 1.235Matthew N. Dodd2005-02-271-1/+4
* MFC: IODATA -> IODATA3 to reflect pccarddevsWarner Losh2005-02-021-1/+1
* MFC: 1.28 Tweaks to pccard allocation routines These are mostly nops,Warner Losh2005-02-011-7/+7
* MFC: Don't use the BUS_DMA_ALLOCNOW flag for parent and static tags.Scott Long2004-11-211-3/+3
* MFC:Søren Schmidt2004-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