aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* 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
* Properly cast longs to off_t so we dont loose precision.Søren Schmidt2003-09-161-1/+1
* Disable the use of cloning use in floppy and CD drivers.Poul-Henning Kamp2003-09-112-4/+4
* (atapi_action, case XPT_PATH_INQ): Handle properly the case ofThomas Quinot2003-09-111-2/+5
* Add support of the DIOCGSECTORSIZE & DIOCGMEDIASIZE ioctl'sSøren Schmidt2003-09-112-2/+11
* Try a bit harder to probe disks that doesn't quite set BUSY right.Søren Schmidt2003-09-101-17/+25
* Add another ID for the SiI3112a SATA chip as used on the Adaptec 1210SA.Søren Schmidt2003-09-082-7/+13
* Limit the size of the rebuild requests to be within safety.Søren Schmidt2003-09-081-3/+6
* #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
* Update the PIO mode gathering code.Søren Schmidt2003-09-081-7/+9
* Forgotten in previous commit to atapi-cd.c: Add #ifndef BURN_BRIDGESPoul-Henning Kamp2003-09-051-0/+2
* Put the device cloning functions for disk-drivers under #ifndef BURN_BRIDGES.Poul-Henning Kamp2003-09-051-0/+6
* Support the nForce3 chip found on Opteron motherboards:David E. O'Brien2003-09-022-0/+2
* cosmeticsSøren Schmidt2003-09-021-2/+2
* Adjust the max transfer size used.Søren Schmidt2003-09-021-1/+1
* Rearrange the probe code yet again.Søren Schmidt2003-09-012-44/+61
* Be more carefull on nulling the ATAPI magic for fake slave.Søren Schmidt2003-08-281-13/+15
* Make sure to call start when retrying.Søren Schmidt2003-08-281-1/+2
* Add missing braces. Fixes boot-time kernel panic with ATAng and ATAPI/CAM.Thomas Quinot2003-08-281-1/+2
* Return the translated result code from ATA/ATAPI commands.Søren Schmidt2003-08-271-2/+2
* 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
* Cleanup the dma int/alloc/free code.Søren Schmidt2003-08-255-97/+71
* Unify prototypes.Søren Schmidt2003-08-2511-85/+91
* Only call FLUSH_CACHE on devices that say they can.Søren Schmidt2003-08-251-4/+8
* Dont check the cable bit on ich5 when on the SATA channel.Søren Schmidt2003-08-251-1/+2
* Sync with local version (cosmetics)Søren Schmidt2003-08-241-1/+1
* There is no detach func for PCI ATA devs.Søren Schmidt2003-08-241-1/+0
* Fix ad_dump top actually produce a dump.Søren Schmidt2003-08-241-3/+9
* Use __FBSDID().David E. O'Brien2003-08-2415-30/+46
* This is a major rework of the ATA driver (ATAng)Søren Schmidt2003-08-2425-3652/+3327
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-223-5/+5
* Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes toNate Lawson2003-07-281-1/+1
* Update the SATA support code to work more correctly withSøren Schmidt2003-07-023-57/+121
* Mega busdma API commit.Scott Long2003-07-011-3/+8
* Prevent probing the secondary channel on CMD646 controllers if thePeter Grehan2003-06-271-0/+6
* Remove check to see if the get resource for the second resourceWarner Losh2003-06-271-4/+0
* Add support for the HighPoint HPT302 & HPT371Søren Schmidt2003-06-191-0/+2
* Add FREECOM PCCARD-IDE to the mix. It doesn't have a manufacturer orWarner Losh2003-06-171-0/+1
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.Nate Lawson2003-06-141-19/+1
* Fix the setup of old Promise controllers, clocks was not setup rightSøren Schmidt2003-06-072-15/+23
* Add support for generic PMCICA ATA CARDWarner Losh2003-06-031-0/+1
* Print the right position on disk errorsSøren Schmidt2003-05-191-3/+4
* Unbork the chip locating code.Søren Schmidt2003-05-191-8/+3
* Support the ICH5 SATA part.Søren Schmidt2003-05-182-45/+73
* Add string for SATA150Søren Schmidt2003-05-181-0/+1
* In atapi_cam_reinit_bus, only call reinit_bus if the ATAPI channelThomas Quinot2003-05-141-1/+8
* Fix typo (that even got cut/pasted 2 times)Søren Schmidt2003-05-121-3/+3