summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-all.c
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup.des2004-05-201-29/+29
* Spring cleanup of macrossos2004-04-301-3/+3
* Add support for the Promise command sequencer present on all modern Promisesos2004-04-131-11/+4
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Add support for detaching PCI controllers.sos2004-03-151-19/+0
* Remember to mtx_destroy mutexes.sos2004-03-011-3/+6
* Device megapatch 4/6:phk2004-02-211-0/+2
* Be more robust in the probe. We dont want to get into a loop withsos2004-01-301-11/+10
* Fix breakage on timeout/retries. The bug cause a sema to be leaked sosos2004-01-191-1/+2
* Use UMA instead of plain malloc for getting ATA request storage.sos2004-01-141-2/+7
* Fix ata_getparam to accept the fact that some crappy devices can pose assos2004-01-131-10/+12
* Overhaul of the timeout/reinit framework. This should clear up mostsos2004-01-111-37/+62
* Fix ata-card.sos2003-11-301-1/+1
* Centralise mode setting. Instead of doing it in all subdrivers, dosos2003-11-111-10/+27
* Move sysctl declarations next to the corresponding tunable declarations.des2003-11-031-0/+6
* Put devices into sleep mode (ie spin down) on detach.sos2003-10-121-0/+2
* Use isprint instead of isalpha in determining valid ident string.sos2003-10-121-1/+1
* Restore transfermode on devices after reinit.sos2003-10-101-0/+7
* Dont store ata_params for devices that return a bogus ident string.sos2003-10-101-0/+3
* In case we loose a device during reset in reinit() finish offsos2003-10-071-3/+22
* The present defaults for the open and close for device drivers whichphk2003-09-271-2/+0
* Update the PIO mode gathering code.sos2003-09-081-7/+9
* Rearrange the probe code yet again.sos2003-09-011-4/+9
* Return the translated result code from ATA/ATAPI commands.sos2003-08-271-2/+2
* Unify prototypes.sos2003-08-251-6/+6
* Only call FLUSH_CACHE on devices that say they can.sos2003-08-251-4/+8
* Use __FBSDID().obrien2003-08-241-2/+3
* This is a major rework of the ATA driver (ATAng)sos2003-08-241-1134/+447
* Add string for SATA150sos2003-05-181-0/+1
* Grap the ATA lock on all channels before suspend, this makes certainsos2003-05-041-0/+13
* Fix locking on reinit.sos2003-05-031-4/+16
* Add flushing of devices on shutdown.sos2003-05-021-4/+38
* Add ioctl to add a spare disk to a RAID array.sos2003-05-021-0/+3
* Third round of updates to the ATA driver.sos2003-04-071-1/+1
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-1/+1
* Fix ATA_DEBUG case breakage.sos2003-03-301-1/+1
* Second round of updates to the ATA driver.sos2003-03-291-146/+103
* - Add a new ioctl to get the maximum number of ATA channels.mux2003-03-221-0/+5
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Dont hang the channel on enclosures without sensors.sos2003-03-121-16/+17
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-1/+0
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+5
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-2/+2
* Revert the probe code change.sos2003-02-251-2/+2
* First round off updates/fixes to the ATA driver.sos2003-02-201-96/+102
* Fix crash dumps on ata and scsi.alfred2003-02-141-1/+2
* Update the code that deals with disk enclosures:sos2003-01-271-62/+121
* Small change to the previous commit, zero out the 48BIT flag in ata_commandsos2003-01-191-0/+1
* Fix the 48bit access support for the older Promise 66/100 controllers, thesos2003-01-191-0/+1
* Fix linking problem when atadisk is not use in ata-all.csos2002-12-061-0/+2
OpenPOWER on IntegriCloud