summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* 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
* Dont free the stats struct, this has been changed by the new stat code.sos2003-03-131-2/+0
* Dont call dma->free unless dma is there.sos2003-03-131-1/+2
* Correct the last commit, only look for subfunctions on the same PCI slot.sos2003-03-121-4/+4
* Cleanup the probe code a bit.sos2003-03-121-23/+24
* Dont hang the channel on enclosures without sensors.sos2003-03-121-16/+17
* Remove the enclose_print() call, it is already called from ata-disk.csos2003-03-101-1/+0
* Dont use r_bmio on Cyrix chips if not set from BIOS.sos2003-03-101-2/+5
OpenPOWER on IntegriCloud