summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Properly initialize the nVidia MCP5X interrupts etc.sos2006-08-301-2/+7
* Properly initialize and destroy the RAID lock.sos2006-08-251-1/+4
* Update JMicron support to also work with chips where the PATA and SATAsos2006-08-181-19/+42
* Appened ull to a really large integer constant to fix build on i386imp2006-08-181-1/+1
* Add support for the ICH8 and ESB2 chips, also add a few other missing ICH7 pa...sos2006-08-142-42/+70
* Unbreak nForce4 SATA support.sos2006-08-112-8/+8
* Most platforms map the actual drive geometry to the firmware's notionimp2006-08-091-0/+9
* Unbreak nForce3 SATA support.sos2006-08-052-21/+20
* Finally fix support for the newer MCP51/MCP55 nVidia chipsets.sos2006-07-242-42/+57
* If we get an error w/o atapi sense information, just print a newlineimp2006-07-211-0/+2
* Add preliminary support for the Serverworks HT1000 chip.sos2006-07-043-7/+74
* 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
OpenPOWER on IntegriCloud