summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the ata_suspend/resume functions instaead of the bus_generic ones.sos2005-04-101-2/+2
* Fix FreeBSD native SPAN arrays.sos2005-04-101-8/+8
* Refine the SATA PHY code so the time consumed during probe is reduced.sos2005-04-103-10/+15
* Explicity make atapi-cam depend on CAM.scottl2005-04-081-0/+1
* Add support for the PHY on nVidia, SiS and VIA chipssos2005-04-082-51/+274
* Put the BUS_DMASYNC_PREWRITE in the rigth position.sos2005-04-081-2/+2
* Generalise the SATA PHY handling code so it wont be duplicated forsos2005-04-086-188/+241
* Add support for controllers that doesn't have the usual taskfilesos2005-04-068-117/+142
* Fix a use-after-free problem in atapi_cb(). Add some necessary synchronizationscottl2005-04-051-4/+13
* Add firstshot support for Acer Labs Inc SATA partssos2005-04-053-36/+111
* Push some faulty debugging aside so LINT compiles.phk2005-04-051-1/+1
* Commit ATAPI-CAM for ATAmkIII. Improvements and changes:scottl2005-04-051-151/+186
* Fix a buglet that caused slaves to be nondetected.sos2005-04-031-3/+4
* Change the ata_* methods to use a channel device instead of asos2005-03-3111-142/+141
* Correct the PCI ID for the SiS 965, and add support for the SATA partsos2005-03-312-3/+5
* Whoops, this got left out from the megacommitsos2005-03-301-0/+75
* This is the much rumoured ATA mkIII update that I've been working on.sos2005-03-3022-5861/+8140
* Whitespace nit. Clarifies which body this line belongs to.njl2005-03-061-1/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-0/+30
* When resubmitting a timed out request, reset donecount.mdodd2005-03-021-0/+1
* Handle PIO timeouts in ata_end_transaction() by immediately returning.mdodd2005-03-021-0/+3
* In ata_generic_reset() while waiting for both master & slave to becomemdodd2005-03-021-1/+4
* Use dynamic major number allocation.phk2005-02-271-1/+0
* Avoid using tsleep() in the resume path as it may result in themdodd2005-02-071-1/+4
* Boot away another stackgap (one of the lest ones in linuxlator/i386) bysobomax2005-01-301-2/+11
* Catchup to the iodata renamingimp2005-01-261-1/+1
* Further update to the Promise code.sos2005-01-011-39/+70
* Loosen the probe a bit.sos2004-12-241-5/+9
* Update the Promise support for combo (SATA+PATA) controllers.sos2004-12-241-1/+6
* Pass the file->flags down to geom ioctl handlers.phk2004-12-121-2/+2
* Compensate for off by one bugs in disk firmware for 48BIT addressing cutover.sos2004-12-094-3/+5
* Update the ICH6 support so all 4 SATA channels can be used.sos2004-12-081-5/+13
* Add support for the ITE IT8212F controller.sos2004-12-083-5/+117
* Reset timeout when we are back from interrupt.sos2004-12-081-0/+3
OpenPOWER on IntegriCloud