summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-disk.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inmav2013-04-041-607/+0
* - First pass at const'ifying ata(4) as appropriate.marius2012-03-211-1/+1
* Convert files to UTF-8uqs2012-01-151-1/+1
* Use strchr() and strrchr().ed2012-01-021-2/+2
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-221-1/+1
* Move the device_delete_all_children() function from usb_util.chselasky2011-11-191-8/+1
* Add the disk ident and a human-meaningful description (here, the disk modelnwhitehorn2011-02-261-0/+2
* Fix typos.brucec2010-11-091-4/+4
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers tomav2010-07-251-0/+13
* Disable multi-sector PIO transfers if ATA_SET_MULTI command failed.mav2010-07-131-0/+2
* Add a safety-belt. If the identified disk has 0 blocks, don't attachimp2010-07-041-3/+8
* Change ad_firmware_geom_adjust() to operate on a struct disk * only andmarius2010-05-201-3/+3
* CFA support doesn't exclude FLUSH support.mav2009-12-111-2/+2
* Limit maximum I/O size, depending on command set supported by device.mav2009-12-101-0/+4
* MFp4:mav2009-12-061-3/+4
* Use only lower byte of sectors_intr IDENTIFY word as sector count.mav2009-11-241-1/+1
* Introduce define and kernel option ATA_REQUEST_TIMEOUT to control ATA(4)mav2009-11-081-5/+5
* Increase ATA command timeouts. Some drives need more then 5s to spin-up.mav2009-10-261-4/+4
* Remove 'ad:' prefix from disk serial number. We don't want serial numberpjd2009-09-041-2/+2
* Improve kernel dumping reliability for busy ATA channels:mav2009-05-011-2/+10
* Revert my ata_identify()/ata_reinit() related changes: r189166, r189091mav2009-02-281-12/+0
* Rework device probing by moving ata_getparam() call from ata_identify() tomav2009-02-281-0/+12
* Teach device drivers' ata_reinit() methods, that there can be more then twomav2009-02-211-3/+2
* Fix shutdown routine to return 0 and change signature from void returnimp2009-02-041-1/+2
* Fix panic and breakage for non-DMA ATA devices e.g. powermac macio cells.grehan2008-05-081-1/+1
* Go back to preallocating everything possible on init.sos2008-04-171-3/+6
* Fix the brokenness in the former commit, sorry for the mess.sos2008-04-111-6/+3
* Add experimental support for SATA Port Multiplierssos2008-04-101-48/+117
* Add a "spindown" facility to ata-disks: If no requests have been receivedphk2008-03-171-1/+49
* If the disk reports that it support the Compact Flash Association commandphk2008-01-021-0/+9
* Add preliminary SATA ATAPI support for sii 3132/3124 chips.sos2007-11-231-0/+2
* Add Viking Interworks 256MB as an ata device; this might giveremko2007-06-261-1/+2
* File d_ident field with disk's serial number.pjd2007-05-061-0/+2
* Use the same timeout parameters for BIO_FLUSH as with the other commands.roberto2007-04-261-2/+0
* Update copyright headers.sos2007-02-211-1/+1
* Implement BIO_FLUSH handling for da(4), amr(4), ata(4) and ataraid(4).pjd2006-10-311-0/+13
* If current_heads or current_sectors in the disk cap page are zero, dont try t...sos2006-09-141-1/+2
* Most platforms map the actual drive geometry to the firmware's notionimp2006-08-091-0/+9
* Make the ATAPI sense data accessible when using the ioctl interfacesos2006-03-311-3/+10
* Get rid of all the "long long"/"maxint" casting around in printf's.sos2006-03-091-5/+3
* Fix the build. %ju prints uintmax_t not unsigned long long (which ismlaier2006-03-061-3/+3
* Update atapi-fd to support direct devices such as disks.sos2006-03-051-2/+2
* Add support for using DMA on dump, greatly speeds up the dump process.sos2006-01-181-37/+15
* Get rid of the advertising clause in the copyright.sos2006-01-051-3/+1
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Add support for working around controllers that cannot do DMA in 48bit mode.sos2005-08-171-2/+2
* Dont call ata_finish in ad_dump as that is no longer needed and causes panic.sos2005-06-271-10/+11
* Change the way ioctls are issue to ATA.sos2005-05-161-0/+8
* Take newbusification one step further, ie use the device_t more consequentlysos2005-04-301-7/+6
* CFA (Compact Flash) devices has a special config ID that fails thesos2005-04-191-1/+2
OpenPOWER on IntegriCloud