summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/ctx.c
Commit message (Expand)AuthorAgeFilesLines
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-1/+13
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somepeter2000-01-291-3/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-13/+2
* Simplify cdevsw registration.phk1999-05-311-20/+4
* This commit should be a extensive NO-OP:phk1999-05-301-5/+22
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Move the return so that the DEVFS code can execute, too. All code iseivind1998-12-091-2/+2
* Avoid 64-bit divisions and modulos. Fixed related overflows for weirdbde1998-06-141-9/+19
* 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
* Removed unused #includes.bde1997-07-201-3/+1
* 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
* Fixed pessimized (short) i/o port type.bde1996-11-111-4/+4
* Remove devconf, it never grew up to be of any use.phk1996-09-061-28/+1
* Added #include of <machine/md_var.h>. This will be needed whenbde1996-06-251-1/+2
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-181-3/+1
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-5/+4
* Completed function declarations and/or added prototypes and/or addedbde1995-12-151-2/+3
* Removed duplicated #includes of <sys/conf.h>bde1995-12-151-2/+1
* Staticize and cleanup.phk1995-12-101-7/+7
* Julian forgot to make the *devsw structures static.phk1995-12-081-2/+2
* Pass 3 of the great devsw changesjulian1995-12-081-31/+33
* Removed unnecessary #includes of <sys/user.h>. Some of these were justbde1995-12-061-2/+2
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-14/+26
* the second set of changes in a move towards getting devices to bejulian1995-11-281-3/+36
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-081-6/+6
* Remove trailing whitespace.rgrimes1995-05-301-10/+10
* Add a class field to devconf and mst drivers.wollman1995-04-121-4/+9
* Finished device configuration database work for all ISA devices (except `ze')wollman1994-10-231-3/+7
* Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).wollman1994-10-211-4/+5
* Add support for devconf to a large number of device drivers, and dowollman1994-10-191-1/+17
* Added Cortex-I Frame Grabber by Paul S. LaFollette, Jr.dg1994-10-011-0/+415
OpenPOWER on IntegriCloud