summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/spigot.c
Commit message (Expand)AuthorAgeFilesLines
* * Fix a couple of places in the device pager where an address wasdfr1998-11-081-1/+1
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-1/+4
* A few misc changes to get the spigot and meteor board working in 3.0.jkh1998-08-081-0/+1
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+1
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-6/+8
* Update select -> poll in drivers.peter1997-09-141-9/+1
* Removed unused #includes.bde1997-07-201-4/+0
* simplify IOPL gain/remove privs code. It's easier with md_regspeter1997-05-071-5/+2
* Use the same IOPL check as in syscons.bde1997-04-141-2/+13
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-1/+0
* Remove devconf, it never grew up to be of any use.phk1996-09-061-36/+0
* Added #include of <machine/md_var.h>. This will be needed whenbde1996-06-251-0/+1
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-181-2/+0
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-6/+3
* Sync with latest Meteor and Spigot sources from James.jkh1996-02-011-2/+8
* Removed duplicated #includes of <sys/conf.h>bde1995-12-151-1/+0
* Removed new alias d_size_t for d_psize_t.bde1995-12-101-1/+0
* Staticize and cleanup.phk1995-12-101-5/+5
* Julian forgot to make the *devsw structures static.phk1995-12-081-1/+1
* Pass 3 of the great devsw changesjulian1995-12-081-34/+42
* Replaced #includes of <sys/user.h> by less gross headers, usuallybde1995-12-061-1/+3
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-1/+1
* OK, that's it..julian1995-11-291-14/+22
* A batch of Jim Lowe's patches:jkh1995-11-291-1/+3
* the second set of changes in a move towards getting devices to bejulian1995-11-281-0/+33
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-281-7/+0
* Don't allow i/o operations for non-root users.bde1995-10-141-0/+4
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-081-2/+2
* Jim's latest fixes.jkh1995-09-011-12/+24
* Address Bruce's mmap concerns in this driver too.jkh1995-08-291-3/+3
* Sync to author's Version 1.3.jkh1995-08-011-10/+21
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* Add a class field to devconf and mst drivers.wollman1995-04-121-8/+10
* Replace all remaining instances of `i386/include' by `machine' and fixbde1995-02-261-5/+4
* Fix a few bogons introduced when config lost the 3 char limitation.jkh1995-02-161-1/+1
* The very minimum driver required to support a Video Spigot. See thejkh1995-02-061-0/+255
OpenPOWER on IntegriCloud