summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-disk.c
Commit message (Expand)AuthorAgeFilesLines
* Compensate for off by one bugs in disk firmware for 48BIT addressing cutover.sos2004-12-091-1/+1
* Move the PC98 specific geometry "gunk" to geom_pc98.c where it belongs.sos2004-10-071-5/+1
* Resurrect dump that broke with the last update.sos2004-09-301-5/+4
* Remove the old ATA_*LOCK_CH macros that used atomic ops and usesos2004-09-261-1/+2
* Cleanup the storing and printing of the device transfermode for SATA.sos2004-09-011-8/+3
* Rearrange the call to disk_destroy.sos2004-08-271-6/+6
* Add firmware revision to probe printf.sos2004-08-051-2/+3
* Attempt to handle suspend/resume better.sos2004-07-121-1/+0
* Use the right ordering of args on mtx_init(). No functional changessos2004-06-221-1/+1
* Add support for the Promise command sequencer present on all modern Promisesos2004-04-131-6/+11
* Remember to mtx_destroy mutexes.sos2004-03-011-0/+1
* Change the disk(9) API in order to make device removal more robust.phk2004-02-181-14/+16
* Use the biotask functionality in GEOM to put finished requests onsos2004-01-281-3/+2
* Fix breakage in PIO multisector support.sos2004-01-231-1/+0
* Use UMA instead of plain malloc for getting ATA request storage.sos2004-01-141-2/+1
* Overhaul of the timeout/reinit framework. This should clear up mostsos2004-01-111-21/+35
* Use the saved params for LBA-CHS conversion. Fixes PC98 bug.sos2004-01-081-4/+3
* Centralise mode setting. Instead of doing it in all subdrivers, dosos2003-11-111-6/+0
* Update the dump code to flush buffers at the end of the dumpsos2003-11-111-19/+25
* Move sysctl declarations next to the corresponding tunable declarations.des2003-11-031-7/+0
* Change all SYSCTLS which are readonly and have a related TUNABLEsilby2003-10-211-2/+2
* Up timeout to 10s (from 5) in r/w commands.sos2003-10-121-1/+1
* Unify prototypes.sos2003-08-251-5/+5
* Fix ad_dump top actually produce a dump.sos2003-08-241-3/+9
* Use __FBSDID().obrien2003-08-241-2/+3
* This is a major rework of the ATA driver (ATAng)sos2003-08-241-636/+149
* Print the right position on disk errorssos2003-05-191-3/+4
* Add flushing of devices on shutdown.sos2003-05-021-21/+1
* Add ioctl to add a spare disk to a RAID array.sos2003-05-021-7/+5
* Relax the test for when to use LBA instead of CHS size.sos2003-05-011-2/+2
* Minor cleanup of the ATA RAID code.sos2003-04-071-7/+3
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-6/+3
* Second round of updates to the ATA driver.sos2003-03-291-20/+19
* Biofinish the request if we cannot malloc in ad_start.sos2003-03-271-3/+4
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-12/+3
* Convert to new disk API.sos2003-02-251-35/+20
* Temporarily disable tagged queueing while I figure out why it broke.sos2003-02-231-1/+2
* NO_GEOM cleanup:phk2003-02-211-3/+6
* NO_GEOM cleanup:phk2003-02-211-1/+1
* First round off updates/fixes to the ATA driver.sos2003-02-201-32/+26
* 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
OpenPOWER on IntegriCloud