summaryrefslogtreecommitdiff
path: root/sys/dev/mcd
AgeCommit message (Expand)Author
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-03-02netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch
2005-01-30o Fix a typo.Maxim Konovalov
2005-01-30Boot away another stackgap (one of the lest ones in linuxlator/i386) byMaxim Sobolev
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-10-29No point in setting si_bsize_phys anymore, nobody reads it.Poul-Henning Kamp
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-03-12These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes
2004-02-21Device megapatch 4/6:Poul-Henning Kamp
2004-02-21Device megapatch 1/6:Poul-Henning Kamp
2003-10-18Discontinue bio_blkno, use bio_offset instead.Poul-Henning Kamp
2003-08-24Use __FBSDID().David E. O'Brien
2003-05-31Fix \ alignment in macro.Poul-Henning Kamp
2003-04-16Don't include <sys/disklabel.h>Poul-Henning Kamp
2003-04-01Use bioq_flush() to drain a bio queue with a specific error code.Poul-Henning Kamp
2003-03-03Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp
2003-03-02NO_GEOM cleanup:Poul-Henning Kamp
2002-11-10Replace {disable,enable}_intr() with critical_{enter,exit}().Matthew N. Dodd
2002-11-06Whitespace, style fixes.Matthew N. Dodd
2002-10-16Be consistent about functions being static.Poul-Henning Kamp
2002-10-06INclude <sys/mutex.h>'s prerequisite <sys/lock.h> instead of depending onBruce Evans
2002-10-06Make this work under GEOM.Matthew N. Dodd
2002-10-05NB: This commit does *NOT* make GEOM the default in FreeBSDPoul-Henning Kamp
2002-10-04newbus & bus_space the mcd(4) driver.Matthew N. Dodd
2002-10-04Minor style(9) changes.Matthew N. Dodd
2002-10-04Remove duplicate calls to make_dev().Matthew N. Dodd
2002-09-30If GEOM is in the kernel, take these three out. I have no way ofPoul-Henning Kamp
2002-04-02Retire the bogus ioctl DIOCGPART in toto.Poul-Henning Kamp
2001-11-04Don't call cdevsw_add().Poul-Henning Kamp
2001-09-12KSE Milestone 2Julian Elischer
2001-03-26Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-05-28Mass update of isa drivers using compatability shims to usePeter Wemm
2000-05-05Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp
2000-04-15Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp
2000-04-02Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp
2000-03-20Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp
2000-01-29Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somePeter Wemm
1999-09-25Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp
1999-09-20Trying to set BAD144 handling on a CD is sufficiently "Dont Do ThatPoul-Henning Kamp
1999-09-09Changes to centralise the default blocksize behaviour.Julian Elischer
1999-09-01Set si_bsize_phys and si_bsize_max in all legacy CD drivers.Poul-Henning Kamp
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-23Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp
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