aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Enable DMA for ATAPI/CAM input/output operations.Thomas Quinot2003-09-241-3/+10
* Fix inverted BURN_BRIDGES and GONE_IN_5 #ifdefs.Thomas Moestl2003-09-222-6/+6
* Make the clone handler BURN_BRIDGES but the actual 'a' and 'c' partitionPoul-Henning Kamp2003-09-212-4/+9
* (atapi_cb): Reorganize error handling circuitry.Thomas Quinot2003-09-211-17/+19
* (atapi_cb): Disable autosense for now as it causes a missed ATA interrupt.Thomas Quinot2003-09-211-2/+8
* Dont reject a master device if it said slave failed.Søren Schmidt2003-09-201-2/+2
* (atapi_action): avoid memory leak in a marginal invalid ccb case.Thomas Quinot2003-09-191-25/+30
* Always check the sensekey field on ATAPI returnsSøren Schmidt2003-09-191-1/+4
* 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
* Properly handle error code returns from the lower levels ATAPI code.Søren Schmidt2003-09-181-14/+14
* 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