summaryrefslogtreecommitdiff
path: root/sys/dev/scd
AgeCommit message (Expand)Author
2016-08-19Remove the scd(4) driver for Sony CDU31/33 CD-ROM drives.John Baldwin
2016-04-26sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni
2014-11-18Add locking to scd(4) and mark MPSAFE.John Baldwin
2007-02-27Use pause() rather than tsleep() on stack variables and function pointers.John Baldwin
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-30Boot away another stackgap (one of the lest ones in linuxlator/i386) byMaxim Sobolev
2004-10-29Don't set si_bszize_phys, nobody cares.Poul-Henning Kamp
2004-07-28Avoid casts as lvalues.Alexander Kabaev
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-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
2002-11-10Replace {disable,enable}_intr() with critical_{enter,exit}().Matthew N. Dodd
2002-11-06Whitespace, style fixes.Matthew N. Dodd
2002-11-05Remove undefined variable.Matthew N. Dodd
2002-11-05Style/whitespace changes.Matthew N. Dodd
2002-11-05Fix for GEOM.Matthew N. Dodd
2002-11-05- Convert to newbus, bus_space etc.Matthew N. Dodd
2002-10-04Remove duplicate make_dev() calls.Matthew N. Dodd
2002-09-30If GEOM is in the kernel, take these three out. I have no way ofPoul-Henning Kamp
2002-08-25Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier
2002-06-02Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt
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 #if NFOO > 0 (it's not required in most cases) and also where itPeter 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-09don't confuse units and devices.Poul-Henning Kamp
1999-05-07Introduce two functions: physread() and physwrite() and use these directlyPoul-Henning Kamp