aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-disk.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Søren Schmidt2007-02-211-1/+1
* Implement BIO_FLUSH handling for da(4), amr(4), ata(4) and ataraid(4).Pawel Jakub Dawidek2006-10-311-0/+13
* If current_heads or current_sectors in the disk cap page are zero, dont try t...Søren Schmidt2006-09-141-1/+2
* Most platforms map the actual drive geometry to the firmware's notionWarner Losh2006-08-091-0/+9
* Make the ATAPI sense data accessible when using the ioctl interfaceSøren Schmidt2006-03-311-3/+10
* Get rid of all the "long long"/"maxint" casting around in printf's.Søren Schmidt2006-03-091-5/+3
* Fix the build. %ju prints uintmax_t not unsigned long long (which isMax Laier2006-03-061-3/+3
* Update atapi-fd to support direct devices such as disks.Søren Schmidt2006-03-051-2/+2
* Add support for using DMA on dump, greatly speeds up the dump process.Søren Schmidt2006-01-181-37/+15
* Get rid of the advertising clause in the copyright.Søren Schmidt2006-01-051-3/+1
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* Add support for working around controllers that cannot do DMA in 48bit mode.Søren Schmidt2005-08-171-2/+2
* Dont call ata_finish in ad_dump as that is no longer needed and causes panic.Søren Schmidt2005-06-271-10/+11
* Change the way ioctls are issue to ATA.Søren Schmidt2005-05-161-0/+8
* Take newbusification one step further, ie use the device_t more consequentlySøren Schmidt2005-04-301-7/+6
* CFA (Compact Flash) devices has a special config ID that fails theSøren Schmidt2005-04-191-1/+2
* Move the creation of ata_channel child devices to the channel code.Søren Schmidt2005-04-151-30/+7
* Change the ata_* methods to use a channel device instead of aSøren Schmidt2005-03-311-2/+2
* This is the much rumoured ATA mkIII update that I've been working on.Søren Schmidt2005-03-301-228/+241
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-0/+30
* Compensate for off by one bugs in disk firmware for 48BIT addressing cutover.Søren Schmidt2004-12-091-1/+1
* Move the PC98 specific geometry "gunk" to geom_pc98.c where it belongs.Søren Schmidt2004-10-071-5/+1
* Resurrect dump that broke with the last update.Søren Schmidt2004-09-301-5/+4
* Remove the old ATA_*LOCK_CH macros that used atomic ops and useSøren Schmidt2004-09-261-1/+2
* Cleanup the storing and printing of the device transfermode for SATA.Søren Schmidt2004-09-011-8/+3
* Rearrange the call to disk_destroy.Søren Schmidt2004-08-271-6/+6
* Add firmware revision to probe printf.Søren Schmidt2004-08-051-2/+3
* Attempt to handle suspend/resume better.Søren Schmidt2004-07-121-1/+0
* Use the right ordering of args on mtx_init(). No functional changesSøren Schmidt2004-06-221-1/+1
* Add support for the Promise command sequencer present on all modern PromiseSøren Schmidt2004-04-131-6/+11
* Remember to mtx_destroy mutexes.Søren Schmidt2004-03-011-0/+1
* Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp2004-02-181-14/+16
* Use the biotask functionality in GEOM to put finished requests onSøren Schmidt2004-01-281-3/+2
* Fix breakage in PIO multisector support.Søren Schmidt2004-01-231-1/+0
* Use UMA instead of plain malloc for getting ATA request storage.Søren Schmidt2004-01-141-2/+1
* Overhaul of the timeout/reinit framework. This should clear up mostSøren Schmidt2004-01-111-21/+35
* Use the saved params for LBA-CHS conversion. Fixes PC98 bug.Søren Schmidt2004-01-081-4/+3
* 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-636/+149
* 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