summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* add support for the ALI/ULI M5288 AHCI part.sos2006-09-251-0/+7
* If current_heads or current_sectors in the disk cap page are zero, dont try t...sos2006-09-141-1/+2
* Busmaster DMA address fix in VIA 6421 case.sos2006-09-121-1/+1
* Format mask lacks one bit.sos2006-09-121-1/+1
* Add support for a few more Serverworks and lookalikes chips.sos2006-09-112-9/+15
* Update to fit latest USB cleanup crusade.sos2006-09-111-2/+2
* CF devices are ATA not ATAPI.sos2006-09-111-1/+3
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isjmg2006-09-031-1/+1
* Add support for VIA 8237A.sos2006-09-022-0/+3
* 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
OpenPOWER on IntegriCloud