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
/
dev
/
ppbus
/
lpt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
This makes ppbus childs like lpt and ppi succesfully connect to more
ticso
2002-04-07
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-3
/
+3
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Don't use a private malloc(9) type for something this M_DEVBUFish.
phk
2000-12-07
1
-6
/
+4
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Rather than use a MD lpt.h, we now use the MI lptio.h.
obrien
2000-05-19
1
-2
/
+1
*
Don't use getebuf() unless you really need a struct buf. Malloc will
phk
2000-05-05
1
-10
/
+12
*
I _HATE_ crashes. The lptread() call needs to check LP_BYPASS, because
green
2000-03-15
1
-0
/
+5
*
Fix two warnings.
peter
2000-02-13
1
-1
/
+1
*
Fix system hang when printer locks on missing paper
nsouch
2000-02-08
1
-2
/
+2
*
Make this lot build on alpha.
dfr
2000-01-25
1
-2
/
+3
*
Some newbus-inspired tidy-ups. Use device_identify() rather than scanning
peter
2000-01-23
1
-28
/
+21
*
Port of ppbus standalone framework to the newbus system.
nsouch
2000-01-14
1
-157
/
+194
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-4
/
+4
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-18
/
+5
*
GC unused prototype
peter
1999-06-03
1
-2
/
+1
*
Simplify cdevsw registration.
phk
1999-05-31
1
-17
/
+5
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-5
/
+22
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
1
-2
/
+2
*
Move away from lpt.h data structure definition that only lpt.c relies on.
nsouch
1999-02-14
1
-1
/
+35
*
Rename nlpt to lpt.
nsouch
1999-02-14
1
-0
/
+921