aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Correct the Northbridge test on the new ATA133 VIA'sSøren Schmidt2002-04-022-28/+28
* Add get-status to the ATA RAID subsystem.Søren Schmidt2002-04-023-1/+48
* Retire the bogus ioctl DIOCGPART in toto.Poul-Henning Kamp2002-04-021-5/+0
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Here follows the new kernel dumping infrastructure.Poul-Henning Kamp2002-03-311-45/+17
* ATA100 is allowed on the HPT chips rev >= 3Søren Schmidt2002-03-311-1/+1
* Remove debug output in last commit.Søren Schmidt2002-03-301-10/+0
* Add support for getting status (fan, temp, 5V and 12V levels) fromSøren Schmidt2002-03-301-9/+152
* Use the raid lun not the magic when writing Promise config.Søren Schmidt2002-03-301-2/+1
* Fix a braino, only update LED's when a device is present.Søren Schmidt2002-03-281-2/+2
* OK, the old HighPoint BIOS's are braindead, they haveSøren Schmidt2002-03-271-2/+5
* Fix support for multi CD changers, it was as broken as my old NEC :)Søren Schmidt2002-03-271-16/+13
* 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