aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-disk.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r200414:Alexander Motin2009-12-221-2/+2
* MFC r200171, r200182, r200275, r200295, r200359:Alexander Motin2009-12-121-3/+4
* MFC r200353:Alexander Motin2009-12-111-0/+4
* MFC r199749:Alexander Motin2009-11-261-1/+1
* MFC r198486, r199050:Alexander Motin2009-11-101-5/+5
* MFC r196822, r196823, r196824:Pawel Jakub Dawidek2009-09-151-2/+2
* Improve kernel dumping reliability for busy ATA channels:Alexander Motin2009-05-011-2/+10
* Revert my ata_identify()/ata_reinit() related changes: r189166, r189091Alexander Motin2009-02-281-12/+0
* Rework device probing by moving ata_getparam() call from ata_identify() toAlexander Motin2009-02-281-0/+12
* Teach device drivers' ata_reinit() methods, that there can be more then twoAlexander Motin2009-02-211-3/+2
* Fix shutdown routine to return 0 and change signature from void returnWarner Losh2009-02-041-1/+2
* Fix panic and breakage for non-DMA ATA devices e.g. powermac macio cells.Peter Grehan2008-05-081-1/+1
* Go back to preallocating everything possible on init.Søren Schmidt2008-04-171-3/+6
* Fix the brokenness in the former commit, sorry for the mess.Søren Schmidt2008-04-111-6/+3
* Add experimental support for SATA Port MultipliersSøren Schmidt2008-04-101-48/+117
* Add a "spindown" facility to ata-disks: If no requests have been receivedPoul-Henning Kamp2008-03-171-1/+49
* If the disk reports that it support the Compact Flash Association commandPoul-Henning Kamp2008-01-021-0/+9
* Add preliminary SATA ATAPI support for sii 3132/3124 chips.Søren Schmidt2007-11-231-0/+2
* Add Viking Interworks 256MB as an ata device; this might giveRemko Lodder2007-06-261-1/+2
* File d_ident field with disk's serial number.Pawel Jakub Dawidek2007-05-061-0/+2
* Use the same timeout parameters for BIO_FLUSH as with the other commands.Ollivier Robert2007-04-261-2/+0
* 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-35/+13
* 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-225/+238
* 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