aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Add support for creating/deleting ATA RAID's.Søren Schmidt2002-03-273-106/+332
* Misc little cleanups.Søren Schmidt2002-03-265-33/+27
* Add AMD 768 support.Søren Schmidt2002-03-242-0/+5
* Add some break's after default: in the end of switch statements toPeter Wemm2002-03-192-0/+4
* Cleanup the chipset setup a bit.Søren Schmidt2002-03-181-6/+12
* Add support for the ServerWorks CSB5 chipsSøren Schmidt2002-03-182-5/+60
* Add more functionality to the CDIOCREADSUBCHANNEL ioctl.Søren Schmidt2002-03-162-36/+30
* Fix 64bit arch problems.Søren Schmidt2002-03-162-5/+6
* Remove useless splXXX set.Søren Schmidt2002-03-161-3/+0
* Update to the RAID1 rebuild code.Søren Schmidt2002-03-152-21/+37
* Unbreak the probing of some CDROM drives.Søren Schmidt2002-03-141-3/+3
* Add new support for locking an ATA channel and use that throughoutSøren Schmidt2002-03-118-49/+70
* Silence a warning when compile without atapi devices.Søren Schmidt2002-03-101-3/+4
* Even more Highpoint RAID support.Søren Schmidt2002-03-085-111/+117
* Support newer Highpoint BIOS's extended config.Søren Schmidt2002-03-082-23/+25
* cosmeticsSøren Schmidt2002-03-081-1/+1
* Oops I mixed up the patch for -current & -stable, sorry ....Søren Schmidt2002-03-071-4/+4
* Minor cosmetic changes to minimise diffs for MFC.Søren Schmidt2002-03-075-15/+4
* Fix a couble of bugs in the rebuild code, return errors properly.Søren Schmidt2002-03-072-42/+49
* Fixed a printf format error again. Rev.127 was clobbered in rev.1.128Bruce Evans2002-03-061-1/+1
* Misc little cleanups:Søren Schmidt2002-03-054-13/+12
* Forgot this litte patch, scale the individual disk size from theSøren Schmidt2002-03-031-3/+3
* Major update of the ATA RAID code, part 3:Søren Schmidt2002-03-037-284/+407
* Fixed a printf format error.Bruce Evans2002-03-021-1/+3
* Finish phk's previous removal of BIO_ORDERED, all code thatSøren Schmidt2002-02-242-5/+0
* GC: BIO_ORDERED going away.Poul-Henning Kamp2002-02-221-23/+0
* Add support for the Highpoint HPT372 based cards (rocketraid 133).Søren Schmidt2002-02-183-31/+40
* Fix the problem that some (in my book broken) disks reportsSøren Schmidt2002-02-181-1/+2
* Dont try to attach ATA RAID's if none found.Søren Schmidt2002-02-161-0/+3
* 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-2053/+2263
* 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-15/+19
* 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