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
/
if_plip.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-4
/
+3
*
Remove unused lp_unit member from softc.
brooks
2003-10-30
1
-3
/
+0
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-10
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
schweikh
2002-12-30
1
-1
/
+1
*
network interface driver changes:
sam
2002-11-14
1
-1
/
+1
*
This makes ppbus childs like lpt and ppi succesfully connect to more
ticso
2002-04-07
1
-1
/
+1
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-14
/
+10
*
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
-1
/
+0
*
Fix two warnings.
peter
2000-02-13
1
-1
/
+1
*
Make this lot build on alpha.
dfr
2000-01-25
1
-1
/
+2
*
Some newbus-inspired tidy-ups. Use device_identify() rather than scanning
peter
2000-01-23
1
-21
/
+20
*
Port of ppbus standalone framework to the newbus system.
nsouch
2000-01-14
1
-128
/
+153
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-15
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Rename bpfilter to bpf.
des
1999-07-06
1
-9
/
+9
*
Move away from lpt.h data structure definition that only lpt.c relies on.
nsouch
1999-02-14
1
-4
/
+3
*
Rename nlpt to lpt.
nsouch
1999-02-14
1
-3
/
+5
*
Generate correct DLT_NULL headers before passing packets to bpf.
des
1999-02-08
1
-30
/
+43
*
Distinguish EPP address/data register. Add EPP address register access to ppi.
nsouch
1999-01-30
1
-4
/
+5
*
Replace DEBUG by PLIP_DEBUG option
nsouch
1999-01-23
1
-6
/
+4
*
Fix Linux compatible mode. ppb_rxxx() calls are chars, inb() is int.
nsouch
1999-01-09
1
-8
/
+7
*
Define DEBUG only if not already defined, avoiding confusions with
nsouch
1998-11-07
1
-1
/
+3
*
Don't complain about SIOCGIFMEDIA; it's harmless and not something
msmith
1998-10-24
1
-1
/
+8
*
Add missing newline in probe message.
des
1998-10-07
1
-2
/
+2
*
Fixed printf format errors.
bde
1998-08-17
1
-2
/
+2
*
Removed unused includes.
bde
1998-08-12
1
-14
/
+1
*
Major ppbus updates from the author.
msmith
1998-08-03
1
-0
/
+772