summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Add support for yet another Promise ATA100 variantsos2001-06-082-8/+13
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timepeter2001-06-082-4/+4
* Quiet the READ_TOC errors that can appear on empty CDR's.sos2001-06-071-2/+2
* Back out part of my previous commit. This was a last minute changepeter2001-06-072-4/+4
* Make the TUNABLE_*() macros look and behave more consistantly like thepeter2001-06-062-6/+8
* Dont try to play tracks outside whats on the media.sos2001-05-301-1/+2
* Update to support the NEC NR-7500A burners.sos2001-05-301-2/+16
* Fix bug in debug codesos2001-05-291-2/+2
* Fix for the fixate problem on the Yamaha burners.sos2001-05-292-4/+2
* Update to use the changed ioctl interface.sos2001-05-171-45/+42
* Add support for the AMD 766 southbridge incl ATA100 supportsos2001-05-142-3/+24
* Remove the error var, it hides the real one.sos2001-05-091-1/+1
* Make the disk mini-layer check for and handle zero-length transfersphk2001-05-063-21/+0
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-065-57/+21
* Move the disklabel construction to the attach function instead ofsos2001-04-271-9/+9
* Add support the the Intel ICH2 mobilesos2001-04-162-20/+14
* The VIA 586 chip does UDMA from rev 0x3 onwards.sos2001-04-141-1/+1
* Add ATA66 and ATA100 mode support for Acer chipsets.sos2001-04-061-4/+47
* More error handling cleanups.sos2001-04-051-14/+11
* On burners that return faulty ready on fixate, wait for thesos2001-04-051-33/+45
* Add new flag ATPR_F_QUIET to atapi_request.sos2001-04-053-39/+39
* Correct the sysctl names to match the tuneables.sos2001-04-051-3/+4
* Last commit was broken.. It always prints '[CTRL-C to abort]'.ps2001-03-281-11/+2
* Use PLAY_MSF instead of PLAY_BIG when doing audio play.sos2001-03-273-31/+36
* Change the dump routines to only abort if control-c is pressed.ps2001-03-271-1/+3
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-266-6/+0
* Add bandaid to get ISA only systems to link.sos2001-03-241-0/+44
* Fix the problem with some drives not reporting back when thesos2001-03-233-15/+19
* The size of the disk can't be gotten reliably with the read capacitysos2001-03-212-24/+12
* Set the device names as early as possible.sos2001-03-213-9/+17
* Handle the case where the last piece of a RAID0 (striped) disk issos2001-03-211-4/+16
* Cleanup the diskerr messages a bit.sos2001-03-211-2/+3
* Do not change/get mode on a nonexisting device.sos2001-03-211-6/+10
* Try not to engage to ATA channels that are disabled by the BIOS.sos2001-03-191-0/+5
* On open create all the CD physical track devices according to thesos2001-03-192-40/+45
* Only allow root to attach/detach/etc ATA/ATAPI devices.sos2001-03-191-1/+1
* Add sysctls for reading the tunables as suggested by des.sos2001-03-196-85/+142
* Cleanup the alloc/release code a bit.sos2001-03-191-25/+19
* Cosmetic changes.sos2001-03-192-22/+22
* Provide the interface to atacontrol and associated logic.sos2001-03-1510-455/+503
* Minor cleanup to the previous commit:sos2001-03-144-15/+20
* Add support for the IOMEGA Clik!sos2001-03-141-0/+16
* Refine the detach/attach code.sos2001-03-1412-198/+349
* Split out the ata probes in seperate files for each bus type.sos2001-03-066-824/+922
* Cosmetic change to the probe printf'ssos2001-03-063-3/+3
* Set the interrupt-harvesting bit for those hardware items that Imarkm2001-02-181-1/+1
* Oops, its no longer NISA its DEV_ISA, sigh....sos2001-02-121-1/+1
* Dont rely on isa includes to get at the std port adresses.sos2001-02-122-2/+6
* Print out sensekey specifik values if set on errorsos2001-02-121-3/+8
* Properly report the VIA '586 type.sos2001-02-121-1/+3
OpenPOWER on IntegriCloud