summaryrefslogtreecommitdiffstats
path: root/sys/gnu/i386/isa/dgm.c
Commit message (Expand)AuthorAgeFilesLines
* Completed move of Digiboard drivers to dev/dgbbabkin2001-01-081-2039/+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
* Remove #if NDGB > 0 and #if NDGM > 0peter2000-01-291-5/+0
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-281-50/+2
* 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-46/+13
* Simplify cdevsw registration.phk1999-05-311-18/+5
* 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
* Add an additional probe, hopefully allowing me to distinguishbrian1999-05-031-6/+10
* 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
* Remove unused function int fi() {return 0;}eivind1999-04-111-4/+1
* 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-14/+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-2/+2
* Synced with dgb.c. Important changes from 1.29 (ioctl handlingbde1998-08-121-52/+27
* Add Id keywordbrian1998-08-051-0/+1
* Add driver dgm - for the Digiboard PC/Xembrian1998-08-041-0/+2144
OpenPOWER on IntegriCloud