summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-disk.c
Commit message (Expand)AuthorAgeFilesLines
* NO_GEOM cleanup: retire disk_invalidate()phk2003-01-301-1/+0
* Update the code that deals with disk enclosures:sos2003-01-271-1/+3
* This should be the way PC98 ATA disks are seen geometry wise.sos2002-12-171-0/+5
* Fix linking problem when atadisk is not use in ata-all.csos2002-12-061-2/+4
* Add support for the PC98 platform to the ATA driver.sos2002-12-031-0/+8
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-8/+4
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:phk2002-09-201-6/+4
* Update the tags handling a bit, which makes support for thesos2002-07-221-49/+56
* Dont panic if only one disk on a channel can do tagged queueing.sos2002-05-231-8/+8
* Fix the breakage of tagged queueing that the busdma integrationsos2002-04-181-2/+4
* Cleanups.sos2002-04-051-6/+6
* Make the ATA driver compile & work on the sparc64 platform.sos2002-04-051-43/+43
* Here follows the new kernel dumping infrastructure.phk2002-03-311-45/+17
* Remove useless splXXX set.sos2002-03-161-3/+0
* Add new support for locking an ATA channel and use that throughoutsos2002-03-111-8/+10
* Minor cosmetic changes to minimise diffs for MFC.sos2002-03-071-3/+3
* Misc little cleanups:sos2002-03-051-1/+1
* Major update of the ATA RAID code, part 3:sos2002-03-031-8/+6
* Finish phk's previous removal of BIO_ORDERED, all code thatsos2002-02-241-4/+0
* GC: BIO_ORDERED going away.phk2002-02-221-23/+0
* Fix the problem that some (in my book broken) disks reportssos2002-02-181-1/+2
* Fix buglets in the ATAPI resume code.sos2002-02-121-5/+7
* Major update of the ATA RAID code, part 2:sos2002-02-121-1/+3
* Major update of the ATA RAID code, part 1:sos2002-02-041-258/+234
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.ps2001-11-131-1/+1
* Don't enable write cacheing on devices that don't support tagged queuingdes2001-10-241-1/+1
* Fix it so that it doesn't complain for compiles on alpha- that is, matchmjacob2001-10-141-4/+10
* Update with latest ATA/ATAPI ver 6 rev 2 items.sos2001-10-061-57/+61
* cosmetics in the bootverbose probe-sos2001-10-031-2/+4
* Overhaul to minimize stack usage, in some places >2K was usedsos2001-09-201-4/+2
* KSE Milestone 2julian2001-09-121-2/+2
* Update the Promise TX2 code to DTRT and not what I guessed earlier.sos2001-08-281-3/+7
* Finally commit some of the minor things I've collected over the last month(s):sos2001-08-211-4/+27
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timepeter2001-06-081-3/+3
* Back out part of my previous commit. This was a last minute changepeter2001-06-071-3/+3
* Make the TUNABLE_*() macros look and behave more consistantly like thepeter2001-06-061-4/+6
* Make the disk mini-layer check for and handle zero-length transfersphk2001-05-061-7/+0
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-15/+6
* Move the disklabel construction to the attach function instead ofsos2001-04-271-9/+9
* 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
* 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-261-1/+0
* Cleanup the diskerr messages a bit.sos2001-03-211-2/+3
* Add sysctls for reading the tunables as suggested by des.sos2001-03-191-30/+63
* Provide the interface to atacontrol and associated logic.sos2001-03-151-74/+101
* Minor cleanup to the previous commit:sos2001-03-141-4/+7
* Refine the detach/attach code.sos2001-03-141-4/+33
* Introduce busspace instead of the good old in/out instructions.sos2001-02-061-18/+19
* Add option ATA_ENABLE_WC for enabling write caching (now off by default).sos2001-01-291-1/+6
OpenPOWER on IntegriCloud