summaryrefslogtreecommitdiffstats
path: root/sys/dev/scd/scd.c
Commit message (Expand)AuthorAgeFilesLines
* 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-281-1/+1
* 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
* Fixed printf format errors (only 1 left in GENERIC now).bde1998-07-131-5/+6
* There is no such thing any more as "struct bdevsw".julian1998-07-041-8/+18
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-081-3/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Support compiling with `gcc -ansi'.bde1998-04-151-3/+3
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+2
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-2/+2
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-26/+29
* Removed unused #includes.bde1997-07-201-7/+1
* 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/+43
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-201-14/+21
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Remove devconf, it never grew up to be of any use.phk1996-09-061-29/+1
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.phk1996-07-231-14/+3
* Don't use NULL in non-pointer contexts.bde1996-07-121-2/+2
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-181-2/+1
* 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/+7
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-21/+13
* Make bin2bcd and bcd2bin global macroes instead of having localphk1996-01-151-15/+1
* Replaced scdsize by generic nopsize.bde1995-12-101-9/+2
OpenPOWER on IntegriCloud