summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Update the SATA support code to work more correctly withsos2003-07-023-57/+121
* Mega busdma API commit.scottl2003-07-011-3/+8
* Prevent probing the secondary channel on CMD646 controllers if thegrehan2003-06-271-0/+6
* Remove check to see if the get resource for the second resourceimp2003-06-271-4/+0
* Add support for the HighPoint HPT302 & HPT371sos2003-06-191-0/+2
* Add FREECOM PCCARD-IDE to the mix. It doesn't have a manufacturer orimp2003-06-171-0/+1
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-19/+1
* Fix the setup of old Promise controllers, clocks was not setup rightsos2003-06-072-15/+23
* Add support for generic PMCICA ATA CARDimp2003-06-031-0/+1
* Print the right position on disk errorssos2003-05-191-3/+4
* Unbork the chip locating code.sos2003-05-191-8/+3
* Support the ICH5 SATA part.sos2003-05-182-45/+73
* Add string for SATA150sos2003-05-181-0/+1
* In atapi_cam_reinit_bus, only call reinit_bus if the ATAPI channelthomas2003-05-141-1/+8
* Fix typo (that even got cut/pasted 2 times)sos2003-05-121-3/+3
* Fix an off-by-1 error.phk2003-05-121-1/+1
* Add a couble new Intel PCI id'ssos2003-05-102-0/+4
* Acquire Giant at the start of the raid rebuild kthreads.jhb2003-05-081-0/+1
* Add PCI ID's for the Intel ICH5 (82801EB) chipset.jhb2003-05-062-0/+2
* Add a missing ~ when clearing flags in close.sos2003-05-051-1/+1
* Change the way loadbalancing works on RAID1's.sos2003-05-042-6/+28
* Implement dump function for ATA RAID's. Minor fixes by me...sos2003-05-041-0/+128
* Grap the ATA lock on all channels before suspend, this makes certainsos2003-05-043-0/+15
* Fix locking on reinit.sos2003-05-031-4/+16
* Add the pdc20268r as candidate for the TX test.sos2003-05-031-1/+1
* Add flushing of devices on shutdown.sos2003-05-023-26/+40
* Add ioctl to add a spare disk to a RAID array.sos2003-05-024-33/+90
* Dont try to call detached interrupt routine.sos2003-05-021-2/+3
* I'm pleased to announce that Promise is now supporting the FreeBSDsos2003-05-012-9/+161
* Relax the test for when to use LBA instead of CHS size.sos2003-05-011-2/+2
* MF-p4:imp2003-04-261-1/+19
* Cosmetics.sos2003-04-161-2/+2
* Fix a panic with Cenatek controllers.sos2003-04-161-1/+2
* Spell 55 with two '5'ssos2003-04-101-2/+2
* Add a few more older SiS ID's.sos2003-04-102-34/+41
* Fix breakage on sparc64.sos2003-04-081-2/+2
* Fix a long standing bug in handling the last part of a stripesos2003-04-082-7/+43
* Minor cleanup of the ATA RAID code.sos2003-04-072-9/+9
* Third round of updates to the ATA driver.sos2003-04-076-62/+136
* Don't use dkmakeminor(), create our own minor encoding instead.phk2003-04-031-3/+2
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-016-27/+12
* Fix ATA_DEBUG case breakage.sos2003-03-301-1/+1
* Second round of updates to the ATA driver.sos2003-03-2911-537/+614
* Biofinish the request if we cannot malloc in ad_start.sos2003-03-271-3/+4
* - Add a new ioctl to get the maximum number of ATA channels.mux2003-03-221-0/+5
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-182-2/+0
* Fix the cable detection and properly find the host bridge onsos2003-03-161-22/+22
* Call devstat_start_transaction_bio() instead of devstat_start_transaction().phk2003-03-151-1/+1
* Call devstat_start_transaction_bio() instead of devstat_start_transaction()phk2003-03-151-1/+1
* Remove the check for more than one open if one is a write op.sos2003-03-131-5/+0
OpenPOWER on IntegriCloud