summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Add AMD 768 support.sos2002-03-242-0/+5
* Add some break's after default: in the end of switch statements topeter2002-03-192-0/+4
* Cleanup the chipset setup a bit.sos2002-03-181-6/+12
* Add support for the ServerWorks CSB5 chipssos2002-03-182-5/+60
* Add more functionality to the CDIOCREADSUBCHANNEL ioctl.sos2002-03-162-36/+30
* Fix 64bit arch problems.sos2002-03-162-5/+6
* Remove useless splXXX set.sos2002-03-161-3/+0
* Update to the RAID1 rebuild code.sos2002-03-152-21/+37
* Unbreak the probing of some CDROM drives.sos2002-03-141-3/+3
* Add new support for locking an ATA channel and use that throughoutsos2002-03-118-49/+70
* Silence a warning when compile without atapi devices.sos2002-03-101-3/+4
* Even more Highpoint RAID support.sos2002-03-085-111/+117
* Support newer Highpoint BIOS's extended config.sos2002-03-082-23/+25
* cosmeticssos2002-03-081-1/+1
* Oops I mixed up the patch for -current & -stable, sorry ....sos2002-03-071-4/+4
* Minor cosmetic changes to minimise diffs for MFC.sos2002-03-075-15/+4
* Fix a couble of bugs in the rebuild code, return errors properly.sos2002-03-072-42/+49
* Fixed a printf format error again. Rev.127 was clobbered in rev.1.128bde2002-03-061-1/+1
* Misc little cleanups:sos2002-03-054-13/+12
* Forgot this litte patch, scale the individual disk size from thesos2002-03-031-3/+3
* Major update of the ATA RAID code, part 3:sos2002-03-037-284/+407
* Fixed a printf format error.bde2002-03-021-1/+3
* 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
OpenPOWER on IntegriCloud