aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dgb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed new alias d_size_t for d_psize_t.Bruce Evans1995-12-101-2/+2
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-2/+2
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-31/+58
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+3
* Replaced #includes of <sys/user.h> by less gross headers, usuallyBruce Evans1995-12-061-2/+3
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-2/+2
* OK, that's it..Julian Elischer1995-11-291-1/+40
* Moved prototypes for devswitch functions from conf.c and driver sourcesBruce Evans1995-11-041-11/+1
* Fix select().Bruce Evans1995-10-121-59/+25
* I have applied my last changes correcting the bug in dgbselect() to itJordan K. Hubbard1995-10-042-102/+46
* Finish bringing this driver up to rev 2.2 - now compiles without warnings.Jordan K. Hubbard1995-09-041-6/+19
* Bring the Digiboard driver (ALPHA version) into -current. IncludesJordan K. Hubbard1995-09-034-0/+3120