summaryrefslogtreecommitdiff
path: root/sys/dev/mcd
AgeCommit message (Expand)Author
1999-05-31Simplify cdevsw registration.Poul-Henning Kamp
1999-05-30This commit should be a extensive NO-OP:Poul-Henning Kamp
1999-05-08Fix some of the places where too much inside knowledge about major/minorPoul-Henning Kamp
1999-05-07Introduce two functions: physread() and physwrite() and use these directlyPoul-Henning Kamp
1999-05-06Missing 'int' in declaration of variables.Peter Wemm
1999-05-06Fix up a few easy 'assignment used as truth value' and 'suggest parensPeter Wemm
1999-04-28s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum
1998-10-22Initialize isa_devtab entries for interrupt handlers in individualBruce Evans
1998-07-13Fixed printf format errors (only 1 left in GENERIC now).Bruce Evans
1998-07-04There is no such thing any more as "struct bdevsw".Julian Elischer
1998-06-07This commit fixes various 64bit portability problems required forDoug Rabson
1998-01-24Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund
1997-12-02In all such uses of struct buf: 's/b_un.b_addr/b_data/g'Poul-Henning Kamp
1997-11-07Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp
1997-09-21aha1542.c aic6360.c cy.c fd.c ft.cJustin T. Gibbs
1997-07-20Removed unused #includes.Bruce Evans
1997-06-01on second thoughts, it doesn't even need <machine/ipl.h> either.Peter Wemm
1997-06-01<machine/spl.h> -> <machine/ipl.h>Peter Wemm
1997-05-10Add the D_DISK flag to the cdevsw structs of various CD-ROM drivers.Joerg Wunsch
1997-05-04This mega-commit brings the following:Joerg Wunsch
1997-04-20Fixed the type of timeout functions and removed casts that hid theBruce Evans
1997-03-24Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans
1997-03-23Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans
1997-02-22Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-09-06Remove devconf, it never grew up to be of any use.Poul-Henning Kamp
1996-07-23Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.Poul-Henning Kamp
1996-06-18Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hBruce Evans
1996-06-12Clean up -Wunused warnings.Gary Palmer
1996-06-08Fixed group and permissions for devfs devices (group operator was games;Bruce Evans
1996-05-03Forget that TAILQ's must be init'ed.Poul-Henning Kamp
1996-05-03Move from the old buf.b_actf to the new TAILQ(buf.b_act).Poul-Henning Kamp
1996-04-07Removed now-unused #includes of <machine/cpu.h>. They were for bootverboseBruce Evans
1996-03-28Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier
1996-03-17Fix/cleanup raw partition open/close codeAndrey A. Chernov
1996-02-27Fix re-sense codeAndrey A. Chernov
1996-02-27rmcd0c: now several ioctls (eject/close/debug/reset/etc.) worksAndrey A. Chernov
1996-02-13Implement CDIOCSTARTAndrey A. Chernov
1996-02-03Implement CD_MEDIA_CATALOG request for read_subchannelAndrey A. Chernov
1996-02-03Detect yet one kind of device (taken from NetBSD)Andrey A. Chernov
1996-02-02Implement PREVENT & CLOSE ioctlsAndrey A. Chernov
1996-02-02Remove close tray on open - works very bad with xcdplayerAndrey A. Chernov
1996-02-02Calculate TOC size to match what scsi cd says.Andrey A. Chernov
1996-02-01Implement PLAYBLOCKS ioctl, add argument checking to other PLAY* ioctlsAndrey A. Chernov
1996-02-01Return to #pragma pack(4) after header is doneAndrey A. Chernov
1996-02-01Fix TOC size calculation: old code assing volume size hereAndrey A. Chernov
1996-01-30Audio part: various improvements from NetBSD driverAndrey A. Chernov
1996-01-30READTOCENTRYS: protect against stack overflow when incorrect dataAndrey A. Chernov
1996-01-30Don't generate EINVAL for data_len too big in READTOCENTRYS, itAndrey A. Chernov
1996-01-30Fix audio part, especially READTOCENTRYS inspired by NetBSD driverAndrey A. Chernov