summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Rearrange the SATA connect logic so that we so that we pickup ATAPI devices.sos2007-02-121-12/+4
* Add support for the NetCell NC3000/5000 series SATA RAID cards.rink2007-02-033-0/+53
* Add the SMART command to the ATA instruction set.remko2007-01-271-0/+1
* Add support for the Marvell 6101/6145 PATA chips used on many new Intel boards.sos2007-01-042-34/+93
* Add new PATA only JMicron chip.sos2007-01-042-2/+4
* Fix a typo in ata-queue.cremko2006-12-231-2/+2
* Do not special-case __ARMEB__, we handle that in the arm code.cognet2006-12-161-2/+0
* Deal more generically with the byteswap needed on !littleendian HW.sos2006-11-171-2/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+5
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-12/+0
* Implement BIO_FLUSH handling for da(4), amr(4), ata(4) and ataraid(4).pjd2006-10-312-0/+82
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-3/+18
* Add missing PCI ID for the acer m5288sos2006-10-081-0/+1
* 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
OpenPOWER on IntegriCloud