summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-isa.c
Commit message (Expand)AuthorAgeFilesLines
* Add type specific suspend/resume ata channel functions. Add checks to avoidmav2009-03-091-2/+25
* Use channel driver's attach/detach routines instead of ata_attach()/mav2009-02-191-0/+8
* Implement proper attach/detach routines for ISA driver.mav2009-02-181-5/+55
* Add experimental support for SATA Port Multiplierssos2008-04-101-1/+1
* Update copyright headers.sos2007-02-211-1/+1
* Get rid of the advertising clause in the copyright.sos2006-01-051-3/+1
* Take newbusification one step further, ie use the device_t more consequentlysos2005-04-301-2/+2
* Provide a default setmode method.sos2005-04-281-12/+0
* Cosmeticssos2005-04-251-6/+4
* Add a ata_setmode method so we dont panic on setmode.sos2005-04-131-0/+14
* Add support for controllers that doesn't have the usual taskfilesos2005-04-061-12/+14
* This is the much rumoured ATA mkIII update that I've been working on.sos2005-03-301-24/+11
* 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