summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Fix the problem with accessing certain FLASH devices. The problemsos2003-10-011-3/+7
* The present defaults for the open and close for device drivers whichphk2003-09-271-2/+0
* Enable DMA for ATAPI/CAM input/output operations.thomas2003-09-241-3/+10
* Fix inverted BURN_BRIDGES and GONE_IN_5 #ifdefs.tmm2003-09-222-6/+6
* Make the clone handler BURN_BRIDGES but the actual 'a' and 'c' partitionphk2003-09-212-4/+9
* (atapi_cb): Reorganize error handling circuitry.thomas2003-09-211-17/+19
* (atapi_cb): Disable autosense for now as it causes a missed ATA interrupt.thomas2003-09-211-2/+8
* Dont reject a master device if it said slave failed.sos2003-09-201-2/+2
* (atapi_action): avoid memory leak in a marginal invalid ccb case.thomas2003-09-191-25/+30
* Always check the sensekey field on ATAPI returnssos2003-09-191-1/+4
* Cosmeticssos2003-09-181-5/+5
* Be a bit more restrictive in the probe so we dont hang aroundsos2003-09-181-10/+4
* Properly handle error code returns from the lower levels ATAPI code.sos2003-09-181-14/+14
* When ignoring interrupts (due to no running request set) then trysos2003-09-161-20/+19
* Rearrange the probe a bit first try ATAPI signatures then ATA.sos2003-09-161-12/+20
* Properly cast longs to off_t so we dont loose precision.sos2003-09-161-1/+1
* Disable the use of cloning use in floppy and CD drivers.phk2003-09-112-4/+4
* (atapi_action, case XPT_PATH_INQ): Handle properly the case ofthomas2003-09-111-2/+5
* Add support of the DIOCGSECTORSIZE & DIOCGMEDIASIZE ioctl'ssos2003-09-112-2/+11
* Try a bit harder to probe disks that doesn't quite set BUSY right.sos2003-09-101-17/+25
* Add another ID for the SiI3112a SATA chip as used on the Adaptec 1210SA.sos2003-09-082-7/+13
* Limit the size of the rebuild requests to be within safety.sos2003-09-081-3/+6
* #ifdef out the vague ATA disk detection code causing fake ATA diskssos2003-09-081-0/+2
* Handle shared channels better.sos2003-09-081-11/+18
* Update the PIO mode gathering code.sos2003-09-081-7/+9
* Forgotten in previous commit to atapi-cd.c: Add #ifndef BURN_BRIDGESphk2003-09-051-0/+2
* Put the device cloning functions for disk-drivers under #ifndef BURN_BRIDGES.phk2003-09-051-0/+6
* Support the nForce3 chip found on Opteron motherboards:obrien2003-09-022-0/+2
* cosmeticssos2003-09-021-2/+2
* Adjust the max transfer size used.sos2003-09-021-1/+1
* Rearrange the probe code yet again.sos2003-09-012-44/+61
* Be more carefull on nulling the ATAPI magic for fake slave.sos2003-08-281-13/+15
* Make sure to call start when retrying.sos2003-08-281-1/+2
* Add missing braces. Fixes boot-time kernel panic with ATAng and ATAPI/CAM.thomas2003-08-281-1/+2
* Return the translated result code from ATA/ATAPI commands.sos2003-08-271-2/+2
* Hopefully Fix problem with probing some ATAPI devices, while stillsos2003-08-271-14/+15
* Try to get rid of the fake slave problem.sos2003-08-251-0/+4
* Cleanup the dma int/alloc/free code.sos2003-08-255-98/+72
* Unify prototypes.sos2003-08-2511-85/+91
* Only call FLUSH_CACHE on devices that say they can.sos2003-08-251-4/+8
* Dont check the cable bit on ich5 when on the SATA channel.sos2003-08-251-1/+2
* Sync with local version (cosmetics)sos2003-08-241-1/+1
* There is no detach func for PCI ATA devs.sos2003-08-241-1/+0
* Fix ad_dump top actually produce a dump.sos2003-08-241-3/+9
* Use __FBSDID().obrien2003-08-2415-30/+46
* This is a major rework of the ATA driver (ATAng)sos2003-08-2425-3661/+3336
* Prefer new location of pci include files (which have only been in theimp2003-08-223-5/+5
* Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes tonjl2003-07-281-1/+1
* Update the SATA support code to work more correctly withsos2003-07-023-57/+121
* Mega busdma API commit.scottl2003-07-011-3/+8
OpenPOWER on IntegriCloud