index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
gnu
/
i386
/
isa
/
dgm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Completed move of Digiboard drivers to dev/dgb
babkin
2001-01-08
1
-2039
/
+0
*
Changed the copyright notice to BSD-style. The original GPL copyright
babkin
2001-01-05
1
-6
/
+35
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Mass update of isa drivers using compatability shims to use
peter
2000-05-28
1
-1
/
+11
*
Remove #if NDGB > 0 and #if NDGM > 0
peter
2000-01-29
1
-5
/
+0
*
Introduce ttyread() and ttywrite() which do the canonical thing.
phk
1999-09-28
1
-50
/
+2
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
This patch clears the way for removing a number of tty related
phk
1999-09-25
1
-25
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-46
/
+13
*
Simplify cdevsw registration.
phk
1999-05-31
1
-18
/
+5
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-7
/
+21
*
Fix some of the places where too much inside knowledge about major/minor
phk
1999-05-08
1
-4
/
+3
*
Add an additional probe, hopefully allowing me to distinguish
brian
1999-05-03
1
-6
/
+10
*
s/size == 0;/size = 0;/
peter
1999-05-02
1
-3
/
+3
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
1
-2
/
+2
*
Suser() simplification:
phk
1999-04-27
1
-4
/
+4
*
Remove unused function int fi() {return 0;}
eivind
1999-04-11
1
-4
/
+1
*
Use suser() to check for super user rather than examining cr_uid directly.
phk
1999-01-30
1
-2
/
+3
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-14
/
+3
*
Added D_TTY to the cdevswitch flags for all tty drivers. This is required
bde
1998-08-23
1
-8
/
+9
*
Use [u]intptr_t instead of [u_]long for casts between pointers and
bde
1998-08-16
1
-2
/
+2
*
Synced with dgb.c. Important changes from 1.29 (ioctl handling
bde
1998-08-12
1
-52
/
+27
*
Add Id keyword
brian
1998-08-05
1
-0
/
+1
*
Add driver dgm - for the Digiboard PC/Xem
brian
1998-08-04
1
-0
/
+2144