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
/
sn
/
if_sn.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finish driving a stake through the heart of netns and the associated
peter
2003-03-05
1
-5
/
+0
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
network interface driver changes:
sam
2002-11-14
1
-17
/
+8
*
Use if_printf(ifp, "blah") instead of printf("sn%d: blah", ifp->if_unit).
brooks
2002-10-01
1
-8
/
+7
*
Minor whitespace nits. remove #if 1 and #endif pair, but not code between.
imp
2002-07-21
1
-7
/
+0
*
Kill debug output for sn device. It is confusing the natives
imp
2001-08-04
1
-1
/
+0
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
1
-1
/
+1
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-2
/
+1
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-2
/
+2
*
Add support for SMC91C100FD chip of MELCO LPC-TX.
toshi
2001-01-15
1
-1
/
+2
*
Add isa support:
imp
2000-12-13
1
-0
/
+11
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Implement indirection in the pccard probe/attach. This should make it
imp
2000-09-19
1
-16
/
+14
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-4
/
+1
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
1
-20
/
+0
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Don't execute MAC address initialization for non-pccard sn devices.
hosokawa
2000-01-22
1
-6
/
+7
*
Added support for hex-encoded MAC address of Megahertz X-Jack Ethernet Card
hosokawa
2000-01-21
1
-14
/
+6
*
Two nits and disable isa probe due to its overly agressive claiming of
imp
1999-12-28
1
-3
/
+2
*
Newbusify the driver.
imp
1999-12-22
1
-311
/
+142
*
Removed unnecessary include files.
nyan
1999-12-20
1
-2
/
+0
*
Make this compile again.
peter
1999-12-18
1
-2
/
+0
*
Driver for the smc91xx series of ethernet chips. Ported from PAO to
imp
1999-12-18
1
-0
/
+1694