summaryrefslogtreecommitdiffstats
path: root/sys/dev/scd
Commit message (Expand)AuthorAgeFilesLines
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-271-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-292-2/+0
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-021-10/+4
* Boot away another stackgap (one of the lest ones in linuxlator/i386) bysobomax2005-01-301-5/+11
* Don't set si_bszize_phys, nobody cares.phk2004-10-291-4/+1
* Avoid casts as lvalues.kan2004-07-281-6/+5
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-4/+4
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-121-2/+2
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Discontinue bio_blkno, use bio_offset instead.phk2003-10-181-14/+1
* Use __FBSDID().obrien2003-08-242-2/+6
* Don't include <sys/disklabel.h>phk2003-04-161-1/+0
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+8
* Replace {disable,enable}_intr() with critical_{enter,exit}().mdodd2002-11-101-2/+2
* Whitespace, style fixes.mdodd2002-11-061-124/+99
* Remove undefined variable.mdodd2002-11-051-1/+1
* Style/whitespace changes.mdodd2002-11-051-82/+78
* Fix for GEOM.mdodd2002-11-052-56/+11
* - Convert to newbus, bus_space etc.mdodd2002-11-054-393/+589
* Remove duplicate make_dev() calls.mdodd2002-10-041-4/+0
* If GEOM is in the kernel, take these three out. I have no way ofphk2002-09-301-0/+3
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* Retire the bogus ioctl DIOCGPART in toto.phk2002-04-021-5/+0
* Don't call cdevsw_add()phk2001-11-041-4/+0
* KSE Milestone 2julian2001-09-121-3/+3
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-2/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-2/+9
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-32/+32
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-3/+3
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* Remove #if NFOO > 0 (it's not required in most cases) and also where itpeter2000-01-291-3/+0
* 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-29/+9
* Simplify cdevsw registration.phk1999-05-311-16/+5
* This commit should be a extensive NO-OP:phk1999-05-301-6/+21
* don't confuse units and devices.phk1999-05-091-6/+4
* 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
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Move a couple of functions to make __inline work. While I'm here,eivind1999-01-121-9/+10
OpenPOWER on IntegriCloud