summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-cbus.c
Commit message (Expand)AuthorAgeFilesLines
* Move the PC98 specific geometry "gunk" to geom_pc98.c where it belongs.sos2004-10-071-1/+1
* Fix the PC98 lockups on boot.sos2004-10-061-17/+42
* Add missing <sys/module.h> includes currently relying on nested includephk2004-06-031-0/+1
* Add support for the Promise command sequencer present on all modern Promisesos2004-04-131-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Use UMA instead of plain malloc for getting ATA request storage.sos2004-01-141-0/+1
* Overhaul of the timeout/reinit framework. This should clear up mostsos2004-01-111-2/+3
* Unify prototypes.sos2003-08-251-6/+5
* Use __FBSDID().obrien2003-08-241-2/+3
* This is a major rework of the ATA driver (ATAng)sos2003-08-241-0/+1
* Second round of updates to the ATA driver.sos2003-03-291-25/+42
* First round off updates/fixes to the ATA driver.sos2003-02-201-34/+75
* Dont probe PnP devices.sos2003-01-091-0/+4
* This should be the way PC98 ATA disks are seen geometry wise.sos2002-12-171-1/+1
* Add support for the PC98 platform to the ATA driver.sos2002-12-031-0/+263
OpenPOWER on IntegriCloud