aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mcd
Commit message (Expand)AuthorAgeFilesLines
* Whitespace, style fixes.Matthew N. Dodd2002-11-062-314/+276
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-1/+1
* INclude <sys/mutex.h>'s prerequisite <sys/lock.h> instead of depending onBruce Evans2002-10-061-0/+1
* Make this work under GEOM.Matthew N. Dodd2002-10-063-184/+43
* NB: This commit does *NOT* make GEOM the default in FreeBSDPoul-Henning Kamp2002-10-052-1/+8
* newbus & bus_space the mcd(4) driver.Matthew N. Dodd2002-10-044-452/+702
* Minor style(9) changes.Matthew N. Dodd2002-10-041-9/+16
* Remove duplicate calls to make_dev().Matthew N. Dodd2002-10-041-4/+0
* If GEOM is in the kernel, take these three out. I have no way ofPoul-Henning Kamp2002-09-301-0/+3
* Retire the bogus ioctl DIOCGPART in toto.Poul-Henning Kamp2002-04-021-6/+0
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-041-4/+0
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-4/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Mass update of isa drivers using compatability shims to usePeter Wemm2000-05-281-2/+9
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-1/+1
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-33/+33
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-3/+3
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-1/+1
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somePeter Wemm2000-01-291-3/+0
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* Trying to set BAD144 handling on a CD is sufficiently "Dont Do ThatPoul-Henning Kamp1999-09-201-3/+0
* Changes to centralise the default blocksize behaviour.Julian Elischer1999-09-091-2/+2
* Set si_bsize_phys and si_bsize_max in all legacy CD drivers.Poul-Henning Kamp1999-09-011-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-30/+9
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-16/+5
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-6/+21
* Fix some of the places where too much inside knowledge about major/minorPoul-Henning Kamp1999-05-081-2/+2
* Introduce two functions: physread() and physwrite() and use these directlyPoul-Henning Kamp1999-05-071-9/+2
* Missing 'int' in declaration of variables.Peter Wemm1999-05-061-2/+2
* Fix up a few easy 'assignment used as truth value' and 'suggest parensPeter Wemm1999-05-061-3/+3
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum1999-04-281-2/+2
* 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-222-2/+2