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
/
de
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Ifdefed a conditionally used #include.
bde
1997-11-22
1
-2
/
+4
*
Merge 971020 stuff.. Check 21142? SROM CRC.
peter
1997-11-08
2
-7
/
+13
*
Recognize even more of the Znyx 314 cards.
phk
1997-10-25
1
-2
/
+2
*
Add an $Id$
peter
1997-10-18
1
-0
/
+1
*
Merge in changes from Matt. Accton EN12xx support, bugfixes. There is
peter
1997-10-18
2
-44
/
+193
*
Import Matt's current de driver... He appears to be maintaining it in
peter
1997-10-18
1
-7
/
+27
*
Attempt to support IPX.
peter
1997-10-12
1
-1
/
+22
*
``oops''. I cut/pasted the original free()'s based on mark's suggestion
peter
1997-09-20
1
-4
/
+4
*
Missed a place where the extra descriptor buffers would need to be
peter
1997-09-18
1
-1
/
+3
*
malloc() the rx and tx descriptors seperately rather than as part of the
peter
1997-09-11
2
-2
/
+17
*
Removed unused #includes.
bde
1997-09-02
1
-16
/
+1
*
Merge Matt's if_de.c changes in.
peter
1997-08-03
1
-286
/
+546
*
Import Matt's if_de driver 970703 release. This (apparently) supports
peter
1997-08-03
2
-8
/
+88
*
Initial set of patches to get it to compile on >= 3.0. Most of the
peter
1997-06-22
1
-2413
/
+2972
*
Clean import of Matt Thomas's if_de.c driver as of 970508, rev 1.85. The
peter
1997-06-22
2
-0
/
+1564
*
Recognize ZNYX 314 cards that have a MAC address with the low bit set.
phk
1997-04-05
1
-2
/
+2
*
Don't include <sys/ioctl.h> in the kernel. Stage 2: include
bde
1997-03-24
1
-2
/
+2
*
Added Accton EN1207-TX support.
kato
1997-03-23
1
-1
/
+4
*
Added Allied Telesis CenterCOM LA100-PCI support. Currently, full
kato
1997-03-20
1
-1
/
+5
*
Add support for the SMC9332BDT that's using the DE21140A chip. This
joerg
1997-02-23
1
-1
/
+15
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Use the new if_multiaddrs list for multicast addresses rather than the
wollman
1997-01-13
1
-58
/
+52
*
Cosmetic code cleanup from Matt's latest driver.
rgrimes
1996-12-01
1
-279
/
+313
*
Put the packet error printf inside #ifdef DIAGNOSTIC.
dg
1996-11-10
1
-1
/
+3
*
Updated #includes to 4.4lite style.
bde
1996-10-15
1
-2
/
+2
*
Implement the 802.3 MIB in a way that uses the generic interface
wollman
1996-10-10
1
-3
/
+17
*
Add back shutdown support, this time using the at_shutdown() mechanism.
dg
1996-09-20
1
-14
/
+11
*
Updated driver to a newer version from Matt Thomas, preserving our local
dg
1996-09-18
1
-476
/
+667
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-11
/
+7
*
Use ether_ioctl() to do a lot of grunt work.
phk
1996-08-06
1
-47
/
+6
*
Updated this driver to a newer version from Matt. This should fix several
dg
1996-06-14
1
-664
/
+2352
*
Let the user know what errors are experienced on received packets.
wollman
1996-05-21
1
-2
/
+13
*
Another sweep over the pmap/vm macros, this time with more focus on
phk
1996-05-03
1
-2
/
+2
*
removed:
phk
1996-05-02
1
-3
/
+3
*
Eliminate reference to ac_ipaddr in FreeBSD case.
fenner
1996-03-23
1
-2
/
+2
*
Clean up Ethernet drivers:
wollman
1996-02-06
1
-8
/
+7
*
The last part of the ether_sprint -> %6D change.
phk
1996-01-26
1
-3
/
+3
*
Make PCI interrupt handlers return void like everybody else does.
se
1996-01-23
1
-3
/
+2
*
Another mega commit to staticize things.
phk
1995-12-14
1
-2
/
+2
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-2
/
+3
*
'see" -> "see" (in the comment).
asami
1995-11-29
1
-2
/
+2
*
Set flag to stop backoff counter from counting when carrier activity is
dg
1995-11-17
1
-8
/
+14
*
statizice some internal magic.
phk
1995-11-14
1
-2
/
+2
*
From Matt Thomas:
dg
1995-10-26
1
-2
/
+3
*
Say goodbye to IFF_NOTRAILERS. Support for trailers was officially
wollman
1995-10-13
1
-2
/
+2
*
Add SIOCGIFADDR support.
dg
1995-10-07
1
-1
/
+7
*
Check for failure to map the interrupt. Not doing so will guarantee that
dg
1995-10-02
1
-3
/
+8
*
Latest version from Matt Thomas. This version works with the newer
dg
1995-09-29
1
-229
/
+888
*
Fixed bug that was fixed in 1.28.2.1/1.29 a little differently; the
dg
1995-06-28
1
-4
/
+5
[prev]
[next]