summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Add support for even more SiS chipsets.sos2001-12-252-101/+74
* Fix yet another fake slave problem for PCCARD devices.sos2001-12-251-6/+11
* Display the right message for the SiS 645 chipset.jhb2001-12-191-0/+1
* Fix comment for the SiS 645 chipset to be 645 instead of 635.jhb2001-12-191-1/+1
* Adjust the timings for the SiS chips a bit, also add the SiS 645.sos2001-12-142-13/+17
* Do be so anal on detach, properly free interrupt even if no devices.sos2001-12-141-1/+1
* Allow setting the CD type on cue sheetssos2001-12-041-2/+4
* ARG! committed the wrong patch!! I need more sleep :(sos2001-12-021-1/+1
* Oops, lost a line in the previous commit.sos2001-12-021-1/+2
* Initial support for the newer SiS chipsets, based on docs we finallysos2001-12-022-17/+109
* Add yet another VIA ATA100 southbridge.sos2001-11-132-0/+2
* Fix bogon, free() the right memory type.sos2001-11-131-1/+1
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.ps2001-11-131-1/+1
* Don't call cdevsw_add().phk2001-11-042-12/+0
* Use devclass_find_free_unit() in ata_pci_add_child() because no moreache2001-11-011-1/+2
* Don't enable write cacheing on devices that don't support tagged queuingdes2001-10-241-1/+1
* Add a bunch of new PCI ID's for Intel ATA chips.sos2001-10-232-0/+10
* Add experimental support for the HighPoint HPT372 ATA133 controller.sos2001-10-232-7/+41
* Add experimental support for the Promise ATA133 controller.sos2001-10-232-4/+10
* Make an ATAPI CD device appear as /dev/acdN and the individualsos2001-10-192-14/+8
* Fix bug introduced by the last commit, the caused some ATAPIsos2001-10-161-1/+1
* Fix it so that it doesn't complain for compiles on alpha- that is, matchmjacob2001-10-141-4/+10
* Update with latest ATA/ATAPI ver 6 rev 2 items.sos2001-10-067-253/+250
* Update the promise raid structure with some of the info I've gatheredsos2001-10-042-19/+24
* Doh! committed from the wrong tree, this is the right "stuff"...sos2001-10-033-3/+3
* Proberly support the Promise TX2/4.sos2001-10-033-8/+51
* cosmetics in the bootverbose probe-sos2001-10-031-2/+4
* Hopefully fix the identify failed on ATAPI slaves on some notebooks.sos2001-10-031-2/+7
* Change the way DAO/TAO mode is init'ed.sos2001-10-011-20/+21
* Add a fix for the VIA82C686B data corruption bug.sos2001-09-251-18/+50
* Overhaul to minimize stack usage, in some places >2K was usedsos2001-09-2018-251/+264
* KSE Milestone 2julian2001-09-126-14/+15
* Add kernel side support for DAO burning.sos2001-09-101-26/+83
* Fix the size of medium code, the old one failed for DVD's.sos2001-09-061-1/+14
* Fix verbose probe message.sos2001-09-061-6/+8
* Add support for set/getting the region code on DVD drives.sos2001-09-061-0/+3
* Make "atapi less" kernels link again.sos2001-09-011-0/+2
* Add support for sending ATAPI commands via ioctl.sos2001-08-301-0/+41
* Update the Promise TX2 code to DTRT and not what I guessed earlier.sos2001-08-283-10/+16
* Add support for yet another VIA '686 combination.sos2001-08-282-5/+7
* Add support for the newer Promise chips here as well.sos2001-08-211-0/+2
* Finally commit some of the minor things I've collected over the last month(s):sos2001-08-219-50/+76
* - Remove asleep(), await(), and M_ASLEEP.jhb2001-08-102-7/+2
* Disallow ATAPI CD transfers that are not a multiple of the device blocktmm2001-07-291-1/+5
* s/adress/address/kris2001-07-231-1/+1
* Add support for yet another Promise ATA100 variantsos2001-06-082-8/+13
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timepeter2001-06-082-4/+4
* Quiet the READ_TOC errors that can appear on empty CDR's.sos2001-06-071-2/+2
* Back out part of my previous commit. This was a last minute changepeter2001-06-072-4/+4
* Make the TUNABLE_*() macros look and behave more consistantly like thepeter2001-06-062-6/+8
OpenPOWER on IntegriCloud