summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/matcd
Commit message (Expand)AuthorAgeFilesLines
* Retire the bogus ioctl DIOCGPART in toto.phk2002-04-021-6/+0
* Don't call cdevsw_add().phk2001-11-041-3/+0
* KSE Milestone 2julian2001-09-121-4/+4
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-2/+0
* Fix the matcd driver for the new world order. This basically justsheldonh2000-08-231-9/+9
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-2/+12
* 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-35/+35
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-2/+2
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* 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-4/+2
* remove some out-of-scope DEVFS references..julian1999-09-031-1/+1
* 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-37/+6
* Delete stray static prototype.peter1999-07-031-2/+1
* Simplify cdevsw registration.phk1999-05-311-17/+4
* This commit should be a extensive NO-OP:phk1999-05-301-6/+21
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-071-9/+2
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Fix 3-byte buffer overflow.eivind1998-12-131-3/+3
* Fix typo: the expression .. & .. == .. needs parentheses: (.. & ..) == ..archie1998-12-041-1/+1
* The ioctl request arg is unsigned log, so don't attempt to pass itbde1998-07-152-8/+7
* There is no such thing any more as "struct bdevsw".julian1998-07-041-11/+19
* Added used include of <i386/isa/isa_device.h> - don't depend onbde1998-06-171-1/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'phk1997-12-021-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-3/+1
* Update for changes in the callout interface.gibbs1997-09-211-5/+5
* Removed unused #includes.bde1997-07-201-3/+2
* 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-2/+76
* Fixed the type of a timeout function and removed casts that hid thebde1997-04-201-2/+7
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* 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
* More merge and update.asami1996-10-302-1/+19
* Remove devconf, it never grew up to be of any use.phk1996-09-061-33/+1
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.phk1996-07-231-15/+3
* Fixed existence, minor numbers, group and permissions for devfs devicesbde1996-06-081-20/+29
* 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-032-370/+192
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-23/+18
* recording cvs-1.6 file deathpeter1995-12-301-198/+0
* Replaced nxdump by nodump (if the dump function gets called, then thebde1995-12-101-2/+2
* Staticize and cleanup.phk1995-12-102-7/+10
OpenPOWER on IntegriCloud