summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-isa.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the PC98 lockups on boot.sos2004-10-061-1/+2
* Spring cleanup of macrossos2004-04-301-2/+2
* Add support for the Promise command sequencer present on all modern Promisesos2004-04-131-0/+1
* 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-1/+2
* Fix modesetting on ISA only systems.sos2003-12-031-1/+1
* Unify prototypes.sos2003-08-251-1/+0
* Use __FBSDID().obrien2003-08-241-2/+3
* This is a major rework of the ATA driver (ATAng)sos2003-08-241-4/+5
* Second round of updates to the ATA driver.sos2003-03-291-4/+21
* Always set the setmode funcptr.sos2003-03-031-0/+9
* Removed the ISA only hooks here, no longer needed..sos2003-02-251-51/+0
* First round off updates/fixes to the ATA driver.sos2003-02-201-9/+4
* Add support for the PC98 platform to the ATA driver.sos2002-12-031-1/+14
* Remove unused #includes: <sys/disk.h> <sys/devicestat.h> and <sys/sysctl.h>phk2002-09-201-3/+0
* remove #includes of <sys/bio.h> where not needed.phk2002-09-141-1/+0
* Remove dependency on NPCI. Use 'options ATA_NOPCI' to compile withoutpeter2002-07-211-3/+5
* Fix the breakage of tagged queueing that the busdma integrationsos2002-04-181-1/+1
* Make the ATA driver compile & work on the sparc64 platform.sos2002-04-051-10/+17
* Major update of the ATA RAID code, part 1:sos2002-02-041-12/+12
* Overhaul to minimize stack usage, in some places >2K was usedsos2001-09-201-1/+1
* Add bandaid to get ISA only systems to link.sos2001-03-241-0/+44
* Split out the ata probes in seperate files for each bus type.sos2001-03-061-0/+102
OpenPOWER on IntegriCloud