summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Dont call free on non-alloc'd items.sos2006-06-281-2/+4
* Update AHCI support to be more generic.sos2006-06-282-67/+104
* Fix type casts so that we get at the right response queue.sos2006-06-191-7/+10
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-122-23/+0
* Fix probe printing of highpoint and promise controllers.sos2006-05-111-5/+4
* Add missing ";"sos2006-04-171-1/+1
* o s/PsuedoRAID/PseudoRAID/.maxim2006-04-151-1/+1
* Dont poll for ATA_IDLE on a detached channel in suspend.sos2006-04-141-2/+2
* Make the ATAPI sense data accessible when using the ioctl interfacesos2006-03-317-93/+64
* In afd_describe(), don't initialize sizestring. On ia64, gcc(1) willmarcel2006-03-301-1/+1
* Properly use the sense key infosos2006-03-182-3/+5
* Add support for the JMicron JMB361, 365 and 366 chips.sos2006-03-132-14/+21
* Put autosense data in the right place (needs a 4pos left shift).sos2006-03-131-5/+2
* Module that adds support for using USB storage devices through thesos2006-03-101-0/+980
* write the right unit # on verbose output.sos2006-03-101-1/+2
* Only use the channel in the request given to ata_completed if itssos2006-03-091-3/+7
* typo.sos2006-03-091-1/+1
* Get rid of all the "long long"/"maxint" casting around in printf's.sos2006-03-094-48/+36
* ATA_USB will need to hook into the delayed boot identify to havesos2006-03-082-1/+2
* Always read the TOC in acd_read_toc even if MEDIA_CHANGED wasn't set.sos2006-03-081-3/+0
* Bail out of afd_sense if ENODEV.sos2006-03-081-3/+7
* Poll device for readiness before trying to get geometry etc.sos2006-03-071-3/+6
* Only look for ICRC and CORR errors on ATA devices not ATAPI.sos2006-03-071-1/+1
* Fix the build. %ju prints uintmax_t not unsigned long long (which ismlaier2006-03-061-3/+3
* Add USB modes.sos2006-03-051-0/+3
* Update atapi-fd to support direct devices such as disks.sos2006-03-054-69/+101
* Work around the deadlock that occours when ATA waits for the taskqueuesos2006-03-012-7/+24
* Fix ata_reinit so it does things in the right order to prevent panic's.sos2006-02-252-43/+33
* Keep the parent device (in this case the channel) around in ata_request,sos2006-02-232-17/+27
* In ata_cmd_allocate() only call ata_pci_allocate once.sos2006-02-231-1/+0
* Add r/w support for JMicron ATA RAID metadata.sos2006-02-172-7/+346
* Add support for the JMicron JMB363 dual SATA + single PATA controller.sos2006-02-163-35/+100
* Add a reset of the AHCI machinery to the ICH6/ICH7 support.sos2006-02-131-0/+12
* Unbreak Promise SATAII/150 controllers caused by the DMA dump changes.sos2006-02-093-65/+71
* Unbreak dump on legacy systems. Needs a more clean solution but that issos2006-02-091-1/+2
* Unbreak DMA dumo on Intel 31224.sos2006-02-061-1/+1
* Add support for the JMicron JMB360 SATAII controller.sos2006-01-253-24/+119
* Do not test for DMA status on legacy ATA devices. This has the unfortunatesos2006-01-241-1/+2
* Fix panic on boot due to not all SATA chipsets having SSTATUS registerisos2006-01-211-3/+3
* Correct two promise entries, these are only 2port SATA.sos2006-01-181-2/+2
* Whitespace cleanup.sos2006-01-188-128/+134
* Properly report SATA connection speed.sos2006-01-181-3/+12
* Add support for using DMA on dump, greatly speeds up the dump process.sos2006-01-189-1315/+1247
* Get rid of the advertising clause in the copyright.sos2006-01-0522-66/+22
* Return the proper rmi field in DVDIOCREADSTRUCTURE.sos2006-01-041-1/+1
* Fix the promise modesetting for old chips.sos2006-01-041-4/+2
* Fix promise probe printing.sos2006-01-041-3/+3
* Add hotplug support for Marvell chips.sos2005-12-301-15/+42
* Further updates to the Marvell support code.sos2005-12-281-13/+24
* Change the probes in ATA to return a negative value on success.sos2005-12-272-26/+24
OpenPOWER on IntegriCloud