aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-all.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build breakage introduced by rev. 195973 due to difference from HEAD,Alexander Motin2009-07-311-1/+1
* MFC rev. 195724:Alexander Motin2009-07-301-0/+5
* MFC rev. 188700, 188731, 188733.Alexander Motin2009-03-031-4/+3
* Couple of pointy hats to me, please. Not only did I make an unnecessaryNick Hibma2009-01-211-1/+1
* revert my previous commit. It was in error. I got primed by a few otherNick Hibma2009-01-201-1/+1
* Speling mistake.Nick Hibma2009-01-181-1/+1
* MFC of the r179312 by sos:Konstantin Belousov2008-09-291-1/+0
* MFC r181753:Philip Paeps2008-08-221-0/+5
* MFC: rev. 1.287 ata-all.cBjoern A. Zeeb2008-05-241-4/+5
* MFC:Poul-Henning Kamp2008-04-081-0/+6
* Add support for the VIA 8237SSøren Schmidt2007-10-041-1/+1
* Use 'pause' in several places rather than trying to tsleep() on NULL (whichJohn Baldwin2007-02-231-3/+3
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Update copyright headers.Søren Schmidt2007-02-211-1/+1
* Do not special-case __ARMEB__, we handle that in the arm code.Olivier Houchard2006-12-161-2/+0
* Deal more generically with the byteswap needed on !littleendian HW.Søren Schmidt2006-11-171-2/+2
* CF devices are ATA not ATAPI.Søren Schmidt2006-09-111-1/+3
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-3/+0
* Dont poll for ATA_IDLE on a detached channel in suspend.Søren Schmidt2006-04-141-2/+2
* Make the ATAPI sense data accessible when using the ioctl interfaceSøren Schmidt2006-03-311-1/+5
* write the right unit # on verbose output.Søren Schmidt2006-03-101-1/+2
* typo.Søren Schmidt2006-03-091-1/+1
* Get rid of all the "long long"/"maxint" casting around in printf's.Søren Schmidt2006-03-091-1/+1
* ATA_USB will need to hook into the delayed boot identify to haveSøren Schmidt2006-03-081-1/+1
* Add USB modes.Søren Schmidt2006-03-051-0/+3
* Fix ata_reinit so it does things in the right order to prevent panic's.Søren Schmidt2006-02-251-37/+31
* Unbreak Promise SATAII/150 controllers caused by the DMA dump changes.Søren Schmidt2006-02-091-1/+1
* Whitespace cleanup.Søren Schmidt2006-01-181-3/+3
* Add support for using DMA on dump, greatly speeds up the dump process.Søren Schmidt2006-01-181-12/+9
* Get rid of the advertising clause in the copyright.Søren Schmidt2006-01-051-3/+1
* When IOCATAGPARM is called, update the capabilities page that is storedSøren Schmidt2005-11-251-17/+28
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* Enclose the delayed attach in Giant so we dont loose the race with otherSøren Schmidt2005-10-271-6/+10
* Harden the hotplug support for SATA devices.Søren Schmidt2005-09-141-10/+39
* In ata_mode2str() properly list -1 as UNSUPPORTED.Søren Schmidt2005-08-291-0/+1
* Dont set default mode to ATA_DMA_MAX on devices not capable of DMA.Søren Schmidt2005-08-251-1/+3
* Add support for working around controllers that cannot do DMA in 48bit mode.Søren Schmidt2005-08-171-14/+55
* Add support for the Promise PDC4071[89] chips used on fx the Fasttrak TX4300.Søren Schmidt2005-08-121-0/+1
* Make certain the the 48bit flag is reset if we dont translate LBA.Søren Schmidt2005-05-171-2/+2
* Change the way ioctls are issue to ATA.Søren Schmidt2005-05-161-196/+151
* Cleanup commentsSøren Schmidt2005-05-131-2/+2
* Reshape the dma code to be a bit more flexible so it can cope withSøren Schmidt2005-05-031-1/+41
* Take newbusification one step further, ie use the device_t more consequentlySøren Schmidt2005-04-301-12/+16
* Now that probing is working in the new fashion, we need to go back toSøren Schmidt2005-04-291-53/+163
* Rearrange the way the reset code is called.Søren Schmidt2005-04-281-2/+2
* Rehash the timeout code to make it more simple.Søren Schmidt2005-04-211-26/+23
* Properly hook in devices found by SATA connect events.Søren Schmidt2005-04-201-2/+1
* Add a named reference-count KPI to hold off mounting of the root filesystem.Poul-Henning Kamp2005-04-181-0/+3
* Add uma zone for composite ops.Søren Schmidt2005-04-181-5/+15
* Make things compile again with ATA_STATIC_ID.Søren Schmidt2005-04-151-2/+2