aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Fix the breakage of tagged queueing that the busdma integrationSøren Schmidt2002-04-185-27/+32
* Add support for the nVIDIA nForce ATA controller.Søren Schmidt2002-04-162-58/+50
* Add a couble more Promise chip ID's.Søren Schmidt2002-04-121-1/+2
* Add yet another chip ID for a Promise TX2 chip.Søren Schmidt2002-04-113-0/+4
* Only calculate Promise magic if a device is there for info.Søren Schmidt2002-04-111-2/+2
* Fix the FreeBSD native ATA RAID code a bit.Søren Schmidt2002-04-102-31/+34
* Add yet another ATA133 Promise chip.Søren Schmidt2002-04-072-0/+3
* Unlock the channel again if an ata_reinit() fails.Søren Schmidt2002-04-051-1/+3
* Change option ATA_ENABLE_BUSMASTER into ifdef __sparc64__Søren Schmidt2002-04-051-1/+1
* Cleanups.Søren Schmidt2002-04-052-12/+7
* Dont allow to detach twice.Søren Schmidt2002-04-051-1/+2
* Add forgotten ATA_UNLOCK_CH when getting status from non-existingSøren Schmidt2002-04-051-1/+3
* Make the ATA driver compile & work on the sparc64 platform.Søren Schmidt2002-04-0513-338/+656
* 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-44/+16
* 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-105/+331
* 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-35/+29
* 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