summaryrefslogtreecommitdiffstats
path: root/sys/gnu/i386/isa/dgb.c
Commit message (Expand)AuthorAgeFilesLines
* Completed move of Digiboard drivers to dev/dgbbabkin2001-01-081-2236/+0
* Changed the copyright notice to BSD-style. The original GPL copyrightbabkin2001-01-051-6/+35
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-1/+11
* Compile in the case that anyone ever actually uses LEAVE_FREE_CHARS.hoek2000-05-211-1/+1
* Remove #if NDGB > 0 and #if NDGM > 0peter2000-01-291-4/+0
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-281-53/+3
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* This patch clears the way for removing a number of tty relatedphk1999-09-251-25/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-48/+18
* Simplify cdevsw registration.phk1999-05-311-18/+4
* This commit should be a extensive NO-OP:phk1999-05-301-7/+21
* Fix some of the places where too much inside knowledge about major/minorphk1999-05-081-4/+3
* s/size == 0;/size = 0;/peter1999-05-021-3/+3
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Suser() simplification:phk1999-04-271-4/+4
* Fix so that this driver works again when compiled with EGCS (whichdavidn1999-04-221-31/+31
* Make NDGBPORTS an official option.joerg1999-03-131-1/+2
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-301-2/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-10/+3
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-231-8/+9
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-3/+3
* Remove some #if 0'd and commented-out code.brian1998-08-121-34/+2
* Fixed printf format errors.bde1998-08-121-7/+6
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* - breakage of the warnings about pessimized i/o port types.brian1998-04-211-29/+10
* Correct the digiboard device names in agreementbrian1998-04-211-11/+16
* o Move debug stuff down a bit so that it doesn't try tobrian1998-04-211-31/+38
* Support compiling with `gcc -ansi'.bde1998-04-151-9/+9
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+2
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+3
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-061-3/+3
* Update select -> poll in drivers.peter1997-09-141-2/+2
* Don't depend on gcc's feature of permitting labels that aren't followedbde1997-07-011-3/+3
* Removed unused #includes.bde1997-06-141-6/+1
* 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
* Much fixed & working digiboard driver.davidn1996-12-181-238/+573
* Remove devconf, it never grew up to be of any use.phk1996-09-061-39/+1
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hbde1996-06-181-3/+1
* Clean up -Wunused warnings.gpalmer1996-06-121-20/+2
* Fixed missing quote in a devfs string.bde1996-03-291-2/+2
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-21/+24
* Fixed erroneous resending of the output buffer.bde1995-12-291-11/+34
* Staticize.phk1995-12-171-13/+14
* Replaced nxreset by noreset (if the reset function gets called, then thebde1995-12-101-2/+2
OpenPOWER on IntegriCloud