aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/scd
Commit message (Expand)AuthorAgeFilesLines
...
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+2
* In all such uses of struct buf: 's/b_un.b_addr/b_data/g'Poul-Henning Kamp1997-12-021-2/+2
* aha1542.c aic6360.c cy.c fd.c ft.cJustin T. Gibbs1997-09-211-26/+29
* Removed unused #includes.Bruce Evans1997-07-201-7/+1
* Add the D_DISK flag to the cdevsw structs of various CD-ROM drivers.Joerg Wunsch1997-05-101-2/+2
* This mega-commit brings the following:Joerg Wunsch1997-05-041-1/+43
* Fixed the type of timeout functions and removed casts that hid theBruce Evans1997-04-201-14/+21
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-222-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-29/+1
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.Poul-Henning Kamp1996-07-231-14/+3
* Don't use NULL in non-pointer contexts.Bruce Evans1996-07-121-2/+2
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hBruce Evans1996-06-181-2/+1
* Fixed group and permissions for devfs devices (group operator was games;Bruce Evans1996-06-081-11/+13
* Forget that TAILQ's must be init'ed.Poul-Henning Kamp1996-05-031-1/+2
* Move from the old buf.b_actf to the new TAILQ(buf.b_act).Poul-Henning Kamp1996-05-031-8/+7
* Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier1996-03-281-21/+13
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* Make bin2bcd and bcd2bin global macroes instead of having localPoul-Henning Kamp1996-01-151-15/+1
* Replaced scdsize by generic nopsize.Bruce Evans1995-12-101-9/+2
* Replaced nxdump by nodump (if the dump function gets called, then theBruce Evans1995-12-101-2/+2
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-3/+3
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-45/+66
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-2/+2
* OK, that's it..Julian Elischer1995-11-291-15/+30
* the second set of changes in a move towards getting devices to beJulian Elischer1995-11-281-1/+38
* Moved prototypes for devswitch functions from conf.c and driver sourcesBruce Evans1995-11-041-7/+1
* Remove unused functions and variables, make things static, and other cleanups.Poul-Henning Kamp1995-10-281-18/+9
* Fix benign type mismatches in isa interrupt handlers. Many returned intBruce Evans1995-09-191-7/+1
* Fix benign type mismatches in devsw functions. 82 out of 299 devswBruce Evans1995-09-081-7/+7
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-23/+23
* Fix -Wformat warnings, still need to do something about %b and pointerRodney W. Grimes1995-05-091-5/+5
* Add a class field to devconf and mst drivers.Garrett Wollman1995-04-121-4/+7
* Fix the path to scdreg.h.Bruce Evans1995-03-251-2/+5
* Bring in the new non-GPL'd driver from Mikael Hybsch. This version isJordan K. Hubbard1995-03-242-0/+1688