aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dgb
Commit message (Expand)AuthorAgeFilesLines
* Remove #if NDGB > 0 and #if NDGM > 0Peter Wemm2000-01-292-9/+0
* Introduce ttyread() and ttywrite() which do the canonical thing.Poul-Henning Kamp1999-09-282-103/+5
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-252-10/+0
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-252-50/+12
* $Id$ -> $FreeBSD$Peter Wemm1999-08-286-6/+6
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-232-94/+31
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-312-36/+9
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-302-14/+42
* Fix some of the places where too much inside knowledge about major/minorPoul-Henning Kamp1999-05-082-8/+6
* Add an additional probe, hopefully allowing me to distinguishBrian Somers1999-05-031-6/+10
* s/size == 0;/size = 0;/Peter Wemm1999-05-022-6/+6
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum1999-04-282-4/+4
* Suser() simplification:Poul-Henning Kamp1999-04-272-8/+8
* Fix so that this driver works again when compiled with EGCS (whichDavid Nugent1999-04-221-31/+31
* Remove unused function int fi() {return 0;}Eivind Eklund1999-04-111-4/+1
* Make NDGBPORTS an official option.Joerg Wunsch1999-03-131-1/+2
* Use suser() to check for super user rather than examining cr_uid directly.Poul-Henning Kamp1999-01-302-4/+6
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-072-24/+6
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredBruce Evans1998-08-232-16/+18
* Use [u]intptr_t instead of [u_]long for casts between pointers andBruce Evans1998-08-162-5/+5
* Remove some #if 0'd and commented-out code.Brian Somers1998-08-121-34/+2
* Synced with dgb.c. Important changes from 1.29 (ioctl handlingBruce Evans1998-08-121-52/+27
* Fixed printf format errors.Bruce Evans1998-08-121-7/+6
* Add Id keywordBrian Somers1998-08-053-2/+9
* Add driver dgm - for the Digiboard PC/XemBrian Somers1998-08-044-0/+7023
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* - breakage of the warnings about pessimized i/o port types.Brian Somers1998-04-212-31/+12
* Correct the digiboard device names in agreementBrian Somers1998-04-211-11/+16
* o Move debug stuff down a bit so that it doesn't try toBrian Somers1998-04-211-31/+38
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-9/+9
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+2
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-1/+3
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans1997-12-061-3/+3
* Update select -> poll in drivers.Peter Wemm1997-09-141-2/+2
* Don't depend on gcc's feature of permitting labels that aren't followedBruce Evans1997-07-011-3/+3
* Removed unused #includes.Bruce Evans1997-06-141-6/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-222-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
* Much fixed & working digiboard driver.David Nugent1996-12-184-934/+1333
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-39/+1
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hBruce Evans1996-06-181-3/+1
* Clean up -Wunused warnings.Gary Palmer1996-06-122-22/+4
* Fixed missing quote in a devfs string.Bruce Evans1996-03-291-2/+2
* Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier1996-03-281-21/+24
* Fixed erroneous resending of the output buffer.Bruce Evans1995-12-291-11/+34
* Changed the definition of DEBUG to agree with -DDEBUG to avoid warningsBruce Evans1995-12-221-2/+2
* Staticize.Poul-Henning Kamp1995-12-171-13/+14
* Replaced nxreset by noreset (if the reset function gets called, then theBruce Evans1995-12-101-2/+2