| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't call cdevsw_add(). | phk | 2001-11-04 | 1 | -3/+0 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -3/+3 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Mass update of isa drivers using compatability shims to use | peter | 2000-05-28 | 1 | -1/+13 |
* | Remove unneeded #include <sys/kernel.h> | phk | 2000-04-29 | 1 | -1/+0 |
* | Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and some | peter | 2000-01-29 | 1 | -3/+0 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Convert DEVFS hooks in (most) drivers to make_dev(). | phk | 1999-08-23 | 1 | -13/+2 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -20/+4 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -5/+22 |
* | s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/. | dt | 1999-04-28 | 1 | -2/+2 |
* | Move the return so that the DEVFS code can execute, too. All code is | eivind | 1998-12-09 | 1 | -2/+2 |
* | Avoid 64-bit divisions and modulos. Fixed related overflows for weird | bde | 1998-06-14 | 1 | -9/+19 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+3 |
* | Removed unused #includes. | bde | 1997-07-20 | 1 | -3/+1 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 1 | -2/+1 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Fixed pessimized (short) i/o port type. | bde | 1996-11-11 | 1 | -4/+4 |
* | Remove devconf, it never grew up to be of any use. | phk | 1996-09-06 | 1 | -28/+1 |
* | Added #include of <machine/md_var.h>. This will be needed when | bde | 1996-06-25 | 1 | -1/+2 |
* | Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h | bde | 1996-06-18 | 1 | -3/+1 |
* | Switched from using devfs_add_sw() to using devfs_add_swf() | scrappy | 1996-03-28 | 1 | -5/+4 |
* | Completed function declarations and/or added prototypes and/or added | bde | 1995-12-15 | 1 | -2/+3 |
* | Removed duplicated #includes of <sys/conf.h> | bde | 1995-12-15 | 1 | -2/+1 |
* | Staticize and cleanup. | phk | 1995-12-10 | 1 | -7/+7 |
* | Julian forgot to make the *devsw structures static. | phk | 1995-12-08 | 1 | -2/+2 |
* | Pass 3 of the great devsw changes | julian | 1995-12-08 | 1 | -31/+33 |
* | Removed unnecessary #includes of <sys/user.h>. Some of these were just | bde | 1995-12-06 | 1 | -2/+2 |
* | If you're going to mechanically replicate something in 50 files | julian | 1995-11-29 | 1 | -2/+2 |
* | OK, that's it.. | julian | 1995-11-29 | 1 | -14/+26 |
* | the second set of changes in a move towards getting devices to be | julian | 1995-11-28 | 1 | -3/+36 |
* | Fix benign type mismatches in devsw functions. 82 out of 299 devsw | bde | 1995-09-08 | 1 | -6/+6 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -10/+10 |
* | Add a class field to devconf and mst drivers. | wollman | 1995-04-12 | 1 | -4/+9 |
* | Finished device configuration database work for all ISA devices (except `ze') | wollman | 1994-10-23 | 1 | -3/+7 |
* | Make my ALLDEVS kernel compile (basically, LINT minus a lot of options). | wollman | 1994-10-21 | 1 | -4/+5 |
* | Add support for devconf to a large number of device drivers, and do | wollman | 1994-10-19 | 1 | -1/+17 |
* | Added Cortex-I Frame Grabber by Paul S. LaFollette, Jr. | dg | 1994-10-01 | 1 | -0/+415 |