summaryrefslogtreecommitdiffstats
path: root/sys/dev/mcd
Commit message (Expand)AuthorAgeFilesLines
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Trying to set BAD144 handling on a CD is sufficiently "Dont Do Thatphk1999-09-201-3/+0
* Changes to centralise the default blocksize behaviour.julian1999-09-091-2/+2
* Set si_bsize_phys and si_bsize_max in all legacy CD drivers.phk1999-09-011-0/+2
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-30/+9
* Simplify cdevsw registration.phk1999-05-311-16/+5
* This commit should be a extensive NO-OP:phk1999-05-301-6/+21
* Fix some of the places where too much inside knowledge about major/minorphk1999-05-081-2/+2
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-071-9/+2
* Missing 'int' in declaration of variables.peter1999-05-061-2/+2
* Fix up a few easy 'assignment used as truth value' and 'suggest parenspeter1999-05-061-3/+3
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+4
* Fixed printf format errors (only 1 left in GENERIC now).bde1998-07-131-3/+3
* There is no such thing any more as "struct bdevsw".julian1998-07-041-8/+20
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-1/+5
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-17/+19
* Removed unused #includes.bde1997-07-201-8/+1
* on second thoughts, it doesn't even need <machine/ipl.h> either.peter1997-06-011-2/+1
* <machine/spl.h> -> <machine/ipl.h>peter1997-06-011-2/+2
* Add the D_DISK flag to the cdevsw structs of various CD-ROM drivers.joerg1997-05-101-2/+2
* This mega-commit brings the following:joerg1997-05-041-1/+53
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-201-10/+17
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-222-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
* Remove devconf, it never grew up to be of any use.phk1996-09-061-30/+1
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.phk1996-07-231-13/+3
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-181-3/+1
* Clean up -Wunused warnings.gpalmer1996-06-121-2/+2
* Fixed group and permissions for devfs devices (group operator was games;bde1996-06-081-11/+13
* Forget that TAILQ's must be init'ed.phk1996-05-031-1/+2
* Move from the old buf.b_actf to the new TAILQ(buf.b_act).phk1996-05-031-8/+8
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-071-2/+1
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-21/+13
* Fix/cleanup raw partition open/close codeache1996-03-171-23/+20
* Fix re-sense codeache1996-02-271-4/+6
* rmcd0c: now several ioctls (eject/close/debug/reset/etc.) worksache1996-02-271-58/+71
* Implement CDIOCSTARTache1996-02-131-2/+4
* Implement CD_MEDIA_CATALOG request for read_subchannelache1996-02-031-27/+38
* Detect yet one kind of device (taken from NetBSD)ache1996-02-031-9/+13
* Implement PREVENT & CLOSE ioctlsache1996-02-021-2/+19
* Remove close tray on open - works very bad with xcdplayerache1996-02-021-2/+2
* Calculate TOC size to match what scsi cd says.ache1996-02-022-4/+4
* Implement PLAYBLOCKS ioctl, add argument checking to other PLAY* ioctlsache1996-02-011-10/+53
OpenPOWER on IntegriCloud