summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-261-0/+1
* Fix the breakage of tagged queueing that the busdma integrationsos2002-04-185-27/+32
* Add support for the nVIDIA nForce ATA controller.sos2002-04-162-58/+50
* Add a couble more Promise chip ID's.sos2002-04-121-1/+2
* Add yet another chip ID for a Promise TX2 chip.sos2002-04-113-0/+4
* Only calculate Promise magic if a device is there for info.sos2002-04-111-2/+2
* Fix the FreeBSD native ATA RAID code a bit.sos2002-04-102-31/+34
* Add yet another ATA133 Promise chip.sos2002-04-072-0/+3
* Unlock the channel again if an ata_reinit() fails.sos2002-04-051-1/+3
* Change option ATA_ENABLE_BUSMASTER into ifdef __sparc64__sos2002-04-051-1/+1
* Cleanups.sos2002-04-052-12/+7
* Dont allow to detach twice.sos2002-04-051-1/+2
* Add forgotten ATA_UNLOCK_CH when getting status from non-existingsos2002-04-051-1/+3
* Make the ATA driver compile & work on the sparc64 platform.sos2002-04-0513-340/+658
* Correct the Northbridge test on the new ATA133 VIA'ssos2002-04-022-28/+28
* Add get-status to the ATA RAID subsystem.sos2002-04-023-1/+48
* Retire the bogus ioctl DIOCGPART in toto.phk2002-04-021-5/+0
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Here follows the new kernel dumping infrastructure.phk2002-03-311-45/+17
* ATA100 is allowed on the HPT chips rev >= 3sos2002-03-311-1/+1
* Remove debug output in last commit.sos2002-03-301-10/+0
* Add support for getting status (fan, temp, 5V and 12V levels) fromsos2002-03-301-9/+152
* Use the raid lun not the magic when writing Promise config.sos2002-03-301-2/+1
* Fix a braino, only update LED's when a device is present.sos2002-03-281-2/+2
* OK, the old HighPoint BIOS's are braindead, they havesos2002-03-271-2/+5
* Fix support for multi CD changers, it was as broken as my old NEC :)sos2002-03-271-16/+13
* Add support for creating/deleting ATA RAID's.sos2002-03-273-106/+332
* Misc little cleanups.sos2002-03-265-33/+27
* 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
OpenPOWER on IntegriCloud