summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-7/+7
* Avoid GCC optimizations from injecting a call to memset(?) in ordermarcel2005-06-111-1/+2
* Enable SATA hotplug support.sos2005-06-101-0/+4
* Fix the long standing problem with poor transferrates on Intel ICHH typesos2005-06-091-2/+3
* Fix the register offset for the ATAPI count register thats used tosos2005-06-091-2/+2
* Use the presence of ctlr->dmainit instead of r_res1 to find out when tosos2005-06-091-1/+1
* Add support for the Intel 31244.sos2005-06-082-81/+255
* Apply the usual woodoo for 64bitness.sos2005-06-061-2/+2
* Add support for nVidia's software RAID "MediaShield".sos2005-06-062-7/+257
* Make nVidia SATA hotplug support DTRT.sos2005-06-051-26/+27
* Unbreak the ICH6 AHCI support in !48Bit mode.sos2005-06-051-2/+7
* Make certain the the 48bit flag is reset if we dont translate LBA.sos2005-05-171-2/+2
* longer used (contents added to sys/ata.h)sos2005-05-161-130/+0
* Change the way ioctls are issue to ATA.sos2005-05-1611-425/+398
* Cleanup commentssos2005-05-135-22/+11
* Fix more ATAPI breakage.sos2005-05-131-3/+9
* Add new Intel PCI ID's for the ICH7 chips (untested).sos2005-05-112-2/+13
* Add support for AHCI compliant ATA devices.sos2005-05-112-14/+463
* Add back one line that got deleted in the last commit.sos2005-05-111-2/+4
* Fix ATAPI DMA. We need to set the proper flags for DMA modes.sos2005-05-111-1/+3
* Reshape the dma code to be a bit more flexible so it can cope withsos2005-05-038-329/+289
* Always attach a subdisk even if no valid metadata found.sos2005-05-021-1/+2
* Update on the last commit, the dma* funciton needs to be called withsos2005-05-014-19/+19
* Go back to the old way of finding the Promise metadata, the new way wassos2005-05-011-1/+1
* Take newbusification one step further, ie use the device_t more consequentlysos2005-04-3019-583/+601
* Now that probing is working in the new fashion, we need to go back tosos2005-04-294-193/+165
* Provide a default setmode method.sos2005-04-284-36/+9
* Rearrange the way the reset code is called.sos2005-04-286-14/+18
* Fix a bug introduced in r1.89 thats caused leak of requests, and possiblysos2005-04-261-1/+1
* Cosmeticssos2005-04-254-38/+26
* Only try to allocate and use the SATA resource if they are enabledsos2005-04-251-44/+40
* Rehash the timeout code to make it more simple.sos2005-04-214-169/+118
* When a rebuild is done, properly mark the arrays as functional again.sos2005-04-201-1/+17
* Properly hook in devices found by SATA connect events.sos2005-04-203-4/+3
* CFA (Compact Flash) devices has a special config ID that fails thesos2005-04-192-1/+3
* Fix indentation problem in the last commitsos2005-04-191-16/+18
* Add a named reference-count KPI to hold off mounting of the root filesystem.phk2005-04-181-0/+3
* Add uma zone for composite ops.sos2005-04-183-19/+42
* Adjust the RAID type pickup code for the VIA, we dont actually caresos2005-04-182-8/+18
* Add one more Promise SATAII/150 chip id.sos2005-04-172-0/+2
* Spell ATA_NFORCE4_S2 correctly.sos2005-04-161-1/+1
* Make things compile again with ATA_STATIC_ID.sos2005-04-151-2/+2
* Move the creation of ata_channel child devices to the channel code.sos2005-04-157-178/+134
* Read back the real taskfile register values when in 48BIT mode.sos2005-04-142-6/+23
* Add a ata_setmode method so we dont panic on setmode.sos2005-04-133-4/+40
* On amd64 int64_t != long long.sos2005-04-121-1/+2
* Better use the right name for the VIA software RAID.sos2005-04-122-3/+3
* Add support for VIA Tech metadata as used on thier SATA parts.sos2005-04-122-42/+235
* Fix the same silly alloc mistake for nVidia and SiS as with VIA insos2005-04-111-4/+6
* Fix the bug that caused SATA disks on VIA etc to fail attach.sos2005-04-112-4/+3
OpenPOWER on IntegriCloud