aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Added undocumented options AAC_DEBUG, ACD_DEBUG, ACPI_MAX_THREADS,Bruce Evans2002-02-153-1/+5
* Add support for the Cenatek Rocket Drive.Søren Schmidt2002-02-122-2/+14
* Fix buglets in the ATAPI resume code.Søren Schmidt2002-02-125-16/+26
* Major update of the ATA RAID code, part 2:Søren Schmidt2002-02-125-153/+420
* Add support for the HighPoint HPT374 4 channel ATA chip.Søren Schmidt2002-02-112-2/+30
* Make LINT compile after fruitless attempts to get the authorsJulian Elischer2002-02-063-3/+3
* Major update of the ATA RAID code, part 1:Søren Schmidt2002-02-0418-2044/+2254
* Add support for the Promise TX4.Søren Schmidt2002-01-282-68/+118
* Add support for pccard.Søren Schmidt2002-01-281-3/+30
* Update of the VIA 82c686b southbridge data corruption fix, alsoSøren Schmidt2002-01-011-14/+18
* Add support for even more SiS chipsets.Søren Schmidt2001-12-252-101/+74
* Fix yet another fake slave problem for PCCARD devices.Søren Schmidt2001-12-251-6/+11
* Display the right message for the SiS 645 chipset.John Baldwin2001-12-191-0/+1
* Fix comment for the SiS 645 chipset to be 645 instead of 635.John Baldwin2001-12-191-1/+1
* Adjust the timings for the SiS chips a bit, also add the SiS 645.Søren Schmidt2001-12-142-13/+17
* Do be so anal on detach, properly free interrupt even if no devices.Søren Schmidt2001-12-141-1/+1
* Allow setting the CD type on cue sheetsSøren Schmidt2001-12-041-2/+4
* ARG! committed the wrong patch!! I need more sleep :(Søren Schmidt2001-12-021-1/+1
* Oops, lost a line in the previous commit.Søren Schmidt2001-12-021-1/+2
* Initial support for the newer SiS chipsets, based on docs we finallySøren Schmidt2001-12-022-17/+109
* Add yet another VIA ATA100 southbridge.Søren Schmidt2001-11-132-0/+2
* Fix bogon, free() the right memory type.Søren Schmidt2001-11-131-1/+1
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.Paul Saab2001-11-131-1/+1
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-042-12/+0
* Use devclass_find_free_unit() in ata_pci_add_child() because no moreAndrey A. Chernov2001-11-011-1/+2
* Don't enable write cacheing on devices that don't support tagged queuingDag-Erling Smørgrav2001-10-241-1/+1
* Add a bunch of new PCI ID's for Intel ATA chips.Søren Schmidt2001-10-232-0/+10
* Add experimental support for the HighPoint HPT372 ATA133 controller.Søren Schmidt2001-10-232-7/+41
* Add experimental support for the Promise ATA133 controller.Søren Schmidt2001-10-232-4/+10
* Make an ATAPI CD device appear as /dev/acdN and the individualSøren Schmidt2001-10-192-14/+8
* Fix bug introduced by the last commit, the caused some ATAPISøren Schmidt2001-10-161-1/+1
* Fix it so that it doesn't complain for compiles on alpha- that is, matchMatt Jacob2001-10-141-4/+10
* Update with latest ATA/ATAPI ver 6 rev 2 items.Søren Schmidt2001-10-067-253/+250
* Update the promise raid structure with some of the info I've gatheredSøren Schmidt2001-10-042-19/+24
* Doh! committed from the wrong tree, this is the right "stuff"...Søren Schmidt2001-10-033-3/+3
* Proberly support the Promise TX2/4.Søren Schmidt2001-10-033-8/+51
* cosmetics in the bootverbose probe-Søren Schmidt2001-10-031-2/+4
* Hopefully fix the identify failed on ATAPI slaves on some notebooks.Søren Schmidt2001-10-031-2/+7
* Change the way DAO/TAO mode is init'ed.Søren Schmidt2001-10-011-20/+21
* Add a fix for the VIA82C686B data corruption bug.Søren Schmidt2001-09-251-18/+50
* Overhaul to minimize stack usage, in some places >2K was usedSøren Schmidt2001-09-2018-251/+264
* KSE Milestone 2Julian Elischer2001-09-126-14/+15
* Add kernel side support for DAO burning.Søren Schmidt2001-09-101-26/+83
* Fix the size of medium code, the old one failed for DVD's.Søren Schmidt2001-09-061-1/+14
* Fix verbose probe message.Søren Schmidt2001-09-061-6/+8
* Add support for set/getting the region code on DVD drives.Søren Schmidt2001-09-061-0/+3
* Make "atapi less" kernels link again.Søren Schmidt2001-09-011-0/+2
* Add support for sending ATAPI commands via ioctl.Søren Schmidt2001-08-301-0/+41
* Update the Promise TX2 code to DTRT and not what I guessed earlier.Søren Schmidt2001-08-283-10/+16
* Add support for yet another VIA '686 combination.Søren Schmidt2001-08-282-5/+7