aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dgb/dgm.c
Commit message (Expand)AuthorAgeFilesLines
* Fairwell dgmBrian Somers2001-06-271-2205/+0
* New-busify and ansify.Brian Somers2001-04-141-889/+1055
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Extend kqueue down to the device layer.Jonathan Lemon2001-02-151-2/+3
* Add curly braces ({}) around each struct speedtab to quiet warnings.John Baldwin2001-01-231-19/+19
* Completed move of Digiboard drivers to dev/dgbSergey Babkin2001-01-081-3/+3
* Changed the copyright notice to BSD-style. The original GPL copyrightSergey Babkin2001-01-051-6/+35
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Mass update of isa drivers using compatability shims to usePeter Wemm2000-05-281-1/+11
* Remove #if NDGB > 0 and #if NDGM > 0Peter Wemm2000-01-291-5/+0
* Introduce ttyread() and ttywrite() which do the canonical thing.Poul-Henning Kamp1999-09-281-50/+2
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-251-25/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-46/+13
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-18/+5
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-7/+21
* Fix some of the places where too much inside knowledge about major/minorPoul-Henning Kamp1999-05-081-4/+3
* Add an additional probe, hopefully allowing me to distinguishBrian Somers1999-05-031-6/+10
* s/size == 0;/size = 0;/Peter Wemm1999-05-021-3/+3
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum1999-04-281-2/+2
* Suser() simplification:Poul-Henning Kamp1999-04-271-4/+4
* Remove unused function int fi() {return 0;}Eivind Eklund1999-04-111-4/+1
* Use suser() to check for super user rather than examining cr_uid directly.Poul-Henning Kamp1999-01-301-2/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-14/+3
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredBruce Evans1998-08-231-8/+9
* Use [u]intptr_t instead of [u_]long for casts between pointers andBruce Evans1998-08-161-2/+2
* Synced with dgb.c. Important changes from 1.29 (ioctl handlingBruce Evans1998-08-121-52/+27
* Add Id keywordBrian Somers1998-08-051-0/+1
* Add driver dgm - for the Digiboard PC/XemBrian Somers1998-08-041-0/+2144