aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/mcd.c
Commit message (Expand)AuthorAgeFilesLines
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+4
* Fixed printf format errors (only 1 left in GENERIC now).Bruce Evans1998-07-131-3/+3
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-041-8/+20
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+3
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'Poul-Henning Kamp1997-12-021-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-1/+5
* aha1542.c aic6360.c cy.c fd.c ft.cJustin T. Gibbs1997-09-211-17/+19
* Removed unused #includes.Bruce Evans1997-07-201-8/+1
* on second thoughts, it doesn't even need <machine/ipl.h> either.Peter Wemm1997-06-011-2/+1
* <machine/spl.h> -> <machine/ipl.h>Peter Wemm1997-06-011-2/+2
* Add the D_DISK flag to the cdevsw structs of various CD-ROM drivers.Joerg Wunsch1997-05-101-2/+2
* This mega-commit brings the following:Joerg Wunsch1997-05-041-1/+53
* Fixed the type of timeout functions and removed casts that hid theBruce Evans1997-04-201-10/+17
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-30/+1
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.Poul-Henning Kamp1996-07-231-13/+3
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hBruce Evans1996-06-181-3/+1
* Clean up -Wunused warnings.Gary Palmer1996-06-121-2/+2
* Fixed group and permissions for devfs devices (group operator was games;Bruce Evans1996-06-081-11/+13
* Forget that TAILQ's must be init'ed.Poul-Henning Kamp1996-05-031-1/+2
* Move from the old buf.b_actf to the new TAILQ(buf.b_act).Poul-Henning Kamp1996-05-031-8/+8
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverboseBruce Evans1996-04-071-2/+1
* Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier1996-03-281-21/+13
* Fix/cleanup raw partition open/close codeAndrey A. Chernov1996-03-171-23/+20
* Fix re-sense codeAndrey A. Chernov1996-02-271-4/+6
* rmcd0c: now several ioctls (eject/close/debug/reset/etc.) worksAndrey A. Chernov1996-02-271-58/+71
* Implement CDIOCSTARTAndrey A. Chernov1996-02-131-2/+4
* Implement CD_MEDIA_CATALOG request for read_subchannelAndrey A. Chernov1996-02-031-27/+38
* Detect yet one kind of device (taken from NetBSD)Andrey A. Chernov1996-02-031-9/+13
* Implement PREVENT & CLOSE ioctlsAndrey A. Chernov1996-02-021-2/+19
* Remove close tray on open - works very bad with xcdplayerAndrey A. Chernov1996-02-021-2/+2
* Calculate TOC size to match what scsi cd says.Andrey A. Chernov1996-02-021-2/+2
* Implement PLAYBLOCKS ioctl, add argument checking to other PLAY* ioctlsAndrey A. Chernov1996-02-011-10/+53
* Fix TOC size calculation: old code assing volume size hereAndrey A. Chernov1996-02-011-2/+4
* Audio part: various improvements from NetBSD driverAndrey A. Chernov1996-01-301-19/+32
* READTOCENTRYS: protect against stack overflow when incorrect dataAndrey A. Chernov1996-01-301-7/+13
* Don't generate EINVAL for data_len too big in READTOCENTRYS, itAndrey A. Chernov1996-01-301-4/+3
* Fix audio part, especially READTOCENTRYS inspired by NetBSD driverAndrey A. Chernov1996-01-301-46/+55
* Hide the probe warnings behind `bootverbose'.Joerg Wunsch1996-01-231-2/+4
* Make bin2bcd and bcd2bin global macroes instead of having localPoul-Henning Kamp1996-01-151-15/+1
* Typo in my last commit.Poul-Henning Kamp1995-12-221-2/+2
* Remove crufty "pg" function.Poul-Henning Kamp1995-12-221-2/+2
* Replaced nxdump by nodump (if the dump function gets called, then theBruce Evans1995-12-101-2/+2
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-2/+2
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-3/+3
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-38/+59