aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix an off-by-1 error.Poul-Henning Kamp2003-05-121-1/+1
* Add a couble new Intel PCI id'sSøren Schmidt2003-05-102-0/+4
* Acquire Giant at the start of the raid rebuild kthreads.John Baldwin2003-05-081-0/+1
* Add PCI ID's for the Intel ICH5 (82801EB) chipset.John Baldwin2003-05-062-0/+2
* Add a missing ~ when clearing flags in close.Søren Schmidt2003-05-051-1/+1
* Change the way loadbalancing works on RAID1's.Søren Schmidt2003-05-042-6/+28
* Implement dump function for ATA RAID's. Minor fixes by me...Søren Schmidt2003-05-041-0/+128
* Grap the ATA lock on all channels before suspend, this makes certainSøren Schmidt2003-05-043-0/+15
* Fix locking on reinit.Søren Schmidt2003-05-031-4/+16
* Add the pdc20268r as candidate for the TX test.Søren Schmidt2003-05-031-1/+1
* Add flushing of devices on shutdown.Søren Schmidt2003-05-023-26/+40
* Add ioctl to add a spare disk to a RAID array.Søren Schmidt2003-05-024-33/+90
* Dont try to call detached interrupt routine.Søren Schmidt2003-05-021-2/+3
* I'm pleased to announce that Promise is now supporting the FreeBSDSøren Schmidt2003-05-012-9/+161
* Relax the test for when to use LBA instead of CHS size.Søren Schmidt2003-05-011-2/+2
* MF-p4:Warner Losh2003-04-261-1/+19
* Cosmetics.Søren Schmidt2003-04-161-2/+2
* Fix a panic with Cenatek controllers.Søren Schmidt2003-04-161-1/+2