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