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
/
lpbb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent the strange situation that after each load/unload of a ppbus
guido
2004-03-18
1
-1
/
+5
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
This makes ppbus childs like lpt and ppi succesfully connect to more
ticso
2002-04-07
1
-1
/
+1
*
Major rework of the iicbus/smbus framework:
nsouch
2002-03-23
1
-39
/
+32
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-2
/
+0
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
Some newbus-inspired tidy-ups. Use device_identify() rather than scanning
peter
2000-01-23
1
-36
/
+34
*
Port of ppbus standalone framework to the newbus system.
nsouch
2000-01-14
1
-117
/
+45
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-2
/
+2
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Alter the behavior of sys/kern/subr_bus.c:device_print_child()
mdodd
1999-07-29
1
-11
/
+2
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-2
/
+1
*
Major ppbus commit with:
nsouch
1999-01-10
1
-9
/
+1
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-2
/
+1
*
Release the ppbus when probe fails.
nsouch
1998-11-09
1
-2
/
+5
*
lpbb is the official Philips parallel I2C interface. lpbb.c contains only
nsouch
1998-10-31
1
-0
/
+325