aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Implement BIO_FLUSH handling for da(4), amr(4), ata(4) and ataraid(4).Pawel Jakub Dawidek2006-10-312-0/+82
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-311-3/+18
* Add missing PCI ID for the acer m5288Søren Schmidt2006-10-081-0/+1
* add support for the ALI/ULI M5288 AHCI part.Søren Schmidt2006-09-251-0/+7
* If current_heads or current_sectors in the disk cap page are zero, dont try t...Søren Schmidt2006-09-141-1/+2
* Busmaster DMA address fix in VIA 6421 case.Søren Schmidt2006-09-121-1/+1
* Format mask lacks one bit.Søren Schmidt2006-09-121-1/+1
* Add support for a few more Serverworks and lookalikes chips.Søren Schmidt2006-09-112-9/+15
* Update to fit latest USB cleanup crusade.Søren Schmidt2006-09-111-2/+2
* CF devices are ATA not ATAPI.Søren Schmidt2006-09-111-1/+3
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isJohn-Mark Gurney2006-09-031-1/+1
* Add support for VIA 8237A.Søren Schmidt2006-09-022-0/+3
* Properly initialize the nVidia MCP5X interrupts etc.Søren Schmidt2006-08-301-2/+7
* Properly initialize and destroy the RAID lock.Søren Schmidt2006-08-251-1/+4
* Update JMicron support to also work with chips where the PATA and SATASøren Schmidt2006-08-181-19/+42
* Appened ull to a really large integer constant to fix build on i386Warner Losh2006-08-181-1/+1
* Add support for the ICH8 and ESB2 chips, also add a few other missing ICH7 pa...Søren Schmidt2006-08-142-42/+70
* Unbreak nForce4 SATA support.Søren Schmidt2006-08-112-8/+8
* Most platforms map the actual drive geometry to the firmware's notionWarner Losh2006-08-091-0/+9
* Unbreak nForce3 SATA support.Søren Schmidt2006-08-052-21/+20
* Finally fix support for the newer MCP51/MCP55 nVidia chipsets.Søren Schmidt2006-07-242-42/+57
* If we get an error w/o atapi sense information, just print a newlineWarner Losh2006-07-211-0/+2
* Add preliminary support for the Serverworks HT1000 chip.Søren Schmidt2006-07-043-7/+74
* Dont call free on non-alloc'd items.Søren Schmidt2006-06-281-2/+4
* Update AHCI support to be more generic.Søren Schmidt2006-06-282-66/+103
* Fix type casts so that we get at the right response queue.Søren Schmidt2006-06-191-7/+10
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-122-23/+0
* Fix probe printing of highpoint and promise controllers.Søren Schmidt2006-05-111-5/+4
* Add missing ";"Søren Schmidt2006-04-171-1/+1
* o s/PsuedoRAID/PseudoRAID/.Maxim Konovalov2006-04-151-1/+1
* Dont poll for ATA_IDLE on a detached channel in suspend.Søren Schmidt2006-04-141-2/+2
* Make the ATAPI sense data accessible when using the ioctl interfaceSøren Schmidt2006-03-317-93/+64
* In afd_describe(), don't initialize sizestring. On ia64, gcc(1) willMarcel Moolenaar2006-03-301-1/+1
* Properly use the sense key infoSøren Schmidt2006-03-182-3/+5
* Add support for the JMicron JMB361, 365 and 366 chips.Søren Schmidt2006-03-132-14/+21
* Put autosense data in the right place (needs a 4pos left shift).Søren Schmidt2006-03-131-5/+2
* Module that adds support for using USB storage devices through theSøren Schmidt2006-03-101-0/+980
* write the right unit # on verbose output.Søren Schmidt2006-03-101-1/+2
* Only use the channel in the request given to ata_completed if itsSøren Schmidt2006-03-091-3/+7
* typo.Søren Schmidt2006-03-091-1/+1
* Get rid of all the "long long"/"maxint" casting around in printf's.Søren Schmidt2006-03-094-48/+36
* ATA_USB will need to hook into the delayed boot identify to haveSøren Schmidt2006-03-082-1/+2
* Always read the TOC in acd_read_toc even if MEDIA_CHANGED wasn't set.Søren Schmidt2006-03-081-3/+0
* Bail out of afd_sense if ENODEV.Søren Schmidt2006-03-081-3/+7
* Poll device for readiness before trying to get geometry etc.Søren Schmidt2006-03-071-3/+6
* Only look for ICRC and CORR errors on ATA devices not ATAPI.Søren Schmidt2006-03-071-1/+1
* Fix the build. %ju prints uintmax_t not unsigned long long (which isMax Laier2006-03-061-3/+3
* Add USB modes.Søren Schmidt2006-03-051-0/+3
* Update atapi-fd to support direct devices such as disks.Søren Schmidt2006-03-054-69/+101
* Work around the deadlock that occours when ATA waits for the taskqueueSøren Schmidt2006-03-012-7/+24