summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Finish phk's previous removal of BIO_ORDERED, all code thatsos2002-02-242-5/+0
* GC: BIO_ORDERED going away.phk2002-02-221-23/+0
* Add support for the Highpoint HPT372 based cards (rocketraid 133).sos2002-02-183-31/+40
* Fix the problem that some (in my book broken) disks reportssos2002-02-181-1/+2
* Dont try to attach ATA RAID's if none found.sos2002-02-161-0/+3
* Added undocumented options AAC_DEBUG, ACD_DEBUG, ACPI_MAX_THREADS,bde2002-02-153-1/+5
* Add support for the Cenatek Rocket Drive.sos2002-02-122-2/+14
* Fix buglets in the ATAPI resume code.sos2002-02-125-16/+26
* Major update of the ATA RAID code, part 2:sos2002-02-125-153/+420
* Add support for the HighPoint HPT374 4 channel ATA chip.sos2002-02-112-2/+30
* Make LINT compile after fruitless attempts to get the authorsjulian2002-02-063-3/+3
* Major update of the ATA RAID code, part 1:sos2002-02-0418-2053/+2263
* Add support for the Promise TX4.sos2002-01-282-68/+118
* Add support for pccard.sos2002-01-281-3/+30
* Update of the VIA 82c686b southbridge data corruption fix, alsosos2002-01-011-15/+19
* 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
OpenPOWER on IntegriCloud