summaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-disk.c
Commit message (Expand)AuthorAgeFilesLines
* Centralise mode setting. Instead of doing it in all subdrivers, doSøren Schmidt2003-11-111-6/+0
* Update the dump code to flush buffers at the end of the dumpSøren Schmidt2003-11-111-19/+25
* Move sysctl declarations next to the corresponding tunable declarations.Dag-Erling Smørgrav2003-11-031-7/+0
* Change all SYSCTLS which are readonly and have a related TUNABLEMike Silbersack2003-10-211-2/+2
* Up timeout to 10s (from 5) in r/w commands.Søren Schmidt2003-10-121-1/+1
* Unify prototypes.Søren Schmidt2003-08-251-5/+5
* Fix ad_dump top actually produce a dump.Søren Schmidt2003-08-241-3/+9
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* This is a major rework of the ATA driver (ATAng)Søren Schmidt2003-08-241-634/+147
* Print the right position on disk errorsSøren Schmidt2003-05-191-3/+4
* Add flushing of devices on shutdown.Søren Schmidt2003-05-021-21/+1
* Add ioctl to add a spare disk to a RAID array.Søren Schmidt2003-05-021-7/+5
* Relax the test for when to use LBA instead of CHS size.Søren Schmidt2003-05-011-2/+2
* Minor cleanup of the ATA RAID code.Søren Schmidt2003-04-071-7/+3
* Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp2003-04-011-6/+3
* Second round of updates to the ATA driver.Søren Schmidt2003-03-291-20/+19
* Biofinish the request if we cannot malloc in ad_start.Søren Schmidt2003-03-271-3/+4
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-12/+3
* Convert to new disk API.Søren Schmidt2003-02-251-35/+20
* Temporarily disable tagged queueing while I figure out why it broke.Søren Schmidt2003-02-231-1/+2
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-211-3/+6
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-211-1/+1
* First round off updates/fixes to the ATA driver.Søren Schmidt2003-02-201-32/+26
* NO_GEOM cleanup: retire disk_invalidate()Poul-Henning Kamp2003-01-301-1/+0
* Update the code that deals with disk enclosures:Søren Schmidt2003-01-271-1/+3
* This should be the way PC98 ATA disks are seen geometry wise.Søren Schmidt2002-12-171-0/+5
* Fix linking problem when atadisk is not use in ata-all.cSøren Schmidt2002-12-061-2/+4
* Add support for the PC98 platform to the ATA driver.Søren Schmidt2002-12-031-0/+8
* (This commit touches about 15 disk device drivers in a very consistentPoul-Henning Kamp2002-09-201-8/+4
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:Poul-Henning Kamp2002-09-201-6/+4
* Update the tags handling a bit, which makes support for theSøren Schmidt2002-07-221-49/+56
* Dont panic if only one disk on a channel can do tagged queueing.Søren Schmidt2002-05-231-8/+8
* Fix the breakage of tagged queueing that the busdma integrationSøren Schmidt2002-04-181-2/+4
* Cleanups.Søren Schmidt2002-04-051-6/+6
* Make the ATA driver compile & work on the sparc64 platform.Søren Schmidt2002-04-051-43/+43
* Here follows the new kernel dumping infrastructure.Poul-Henning Kamp2002-03-311-44/+16
* Remove useless splXXX set.Søren Schmidt2002-03-161-3/+0
* Add new support for locking an ATA channel and use that throughoutSøren Schmidt2002-03-111-8/+10
* Minor cosmetic changes to minimise diffs for MFC.Søren Schmidt2002-03-071-3/+3
* Misc little cleanups:Søren Schmidt2002-03-051-1/+1
* Major update of the ATA RAID code, part 3:Søren Schmidt2002-03-031-8/+6
* Finish phk's previous removal of BIO_ORDERED, all code thatSøren Schmidt2002-02-241-4/+0
* GC: BIO_ORDERED going away.Poul-Henning Kamp2002-02-221-23/+0
* Fix the problem that some (in my book broken) disks reportsSøren Schmidt2002-02-181-1/+2
* Fix buglets in the ATAPI resume code.Søren Schmidt2002-02-121-5/+7
* Major update of the ATA RAID code, part 2:Søren Schmidt2002-02-121-1/+3
* Major update of the ATA RAID code, part 1:Søren Schmidt2002-02-041-256/+232
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.Paul Saab2001-11-131-1/+1
* Don't enable write cacheing on devices that don't support tagged queuingDag-Erling Smørgrav2001-10-241-1/+1
* Fix it so that it doesn't complain for compiles on alpha- that is, matchMatt Jacob2001-10-141-4/+10