summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/atapi.c
Commit message (Expand)AuthorAgeFilesLines
* Wrong sleep addr passed to wakeup.luoqi1999-08-301-1/+1
* Fix a potential hang situation.luoqi1999-04-191-1/+2
* Shoot the LKM support in the old wd/wdc/atapi driver set in the head andpeter1999-04-131-176/+13
* Correct prototype for wdstarteivind1999-04-111-1/+1
* Rewert the atapi CDROM driver's name to wcd.sos1999-03-161-2/+2
* Fix breakage by cleanup.sos1998-12-271-13/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+0
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-1/+1
* Removed a stale comment about "ioconf.h".bde1998-09-241-4/+0
* Add new atapi-cd driver that supports atapi CD-R/RW drives.sos1998-09-081-5/+29
* Don't use INTR when only one device supports it.msmith1998-04-131-1/+10
* First pre alpha Work In Progress commit of a IDE/ATAPI tape driver.sos1998-03-011-6/+14
* Staticize.eivind1998-02-091-1/+1
* Check the status port after waiting for DRQ; some drives seem to be verymsmith1998-01-271-0/+9
* Bring in IDE ATAPI floppy support.pst1998-01-161-1/+14
* Use the argmument `port' instead of hard coded address in atapi_probe.kato1997-12-041-1/+1
* Removed unused #includes.bde1997-07-201-3/+0
* Fix support for the Hitachi CDR7730 IDE cdrom drive.sos1997-05-231-2/+4
* Make MOD_* macros almost consistent:dufault1997-04-061-1/+2
* Fixed unit select code in atapi_probe (PC98 specific).kato1997-01-171-0/+4
* More merge and update.asami1996-10-301-0/+28
* Finish what phk started here in removing devconf. The ATAPI_STATIC casejkh1996-09-081-3/+2
* Bannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h.pst1996-09-061-0/+2
* Remove devconf, it never grew up to be of any use.phk1996-09-061-4/+3
* Eliminated sloppy common-style declarations. Now there are no duplicatedbde1996-04-131-9/+11
* Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.bde1996-04-071-2/+3
* Completed function declarations and/or added prototypes and/or addedbde1995-12-151-2/+7
* Changed the first (name) arg of MOD_DEV(), MOD_EXEC() and MOD_MISC()bde1995-11-141-3/+3
* Replaced nosys() by lkm_nullcmd().bde1995-11-131-1/+1
* Repair the wcd and atapi code a little, so that it compiles and loadspeter1995-10-281-10/+14
* Latest fixes from Serge:dg1995-10-141-55/+229
* Bring IDE CDROM support up to latest version (1.8a?) from Serge.jkh1995-09-301-55/+81
* Patch to the atapi driver, by Serge V.Vakulenko, minor changessos1995-09-091-24/+32
* Make files get the NWDC definition from "wdc.h" instead of "wd.h".swallace1995-09-071-1/+1
* Bring in Serge Vakulenko's IDE CDROM (ATAPI) driver. A number ofjkh1995-08-181-0/+822
OpenPOWER on IntegriCloud