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
/
pci
/
if_de.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MF22... add bridging support to the device drivers. Without this
luigi
1999-03-17
1
-1
/
+22
*
Merge NetBSD 1.80->1.82 changes from vendor branch into mainline.
peter
1999-03-14
1
-18
/
+20
*
set if_snd.ifq_maxlen to something reasonable - note that if_de.c has
peter
1999-03-13
1
-1
/
+5
*
Fix handling of IFF_ALLMULTI. The code did not call
luigi
1999-03-01
1
-2
/
+4
*
Removed a bogus cast to v_caddr_t. This is part of terminating
bde
1999-01-29
1
-2
/
+2
*
Removed bogus casts to c_caddr_t. This is part of terminating
bde
1999-01-29
1
-4
/
+3
*
Fix warnings related to -Wall -Wcast-qual
dillon
1999-01-28
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-5
/
+5
*
Silence -Wtrigraph.
hoek
1998-12-30
1
-2
/
+2
*
pci_device pd_probe function changed from returning char * to returning
dillon
1998-12-14
1
-2
/
+2
*
Alias Adaptec as a vendor of Cogent NICs.
msmith
1998-11-28
1
-1
/
+2
*
If this is going to have checks for kernel versions, it might as well
peter
1998-11-06
1
-14
/
+16
*
Revert part of previous commit. vaddr_t doesn't exist on FreeBSD. This
peter
1998-10-14
1
-4
/
+4
*
Update from NetBSD if_de.c 1.72 to 1.80. This is mostly bugfixes, and
peter
1998-10-13
1
-53
/
+85
*
Attempt to work around the page fault in tulip_txput(). I've been running
peter
1998-10-10
1
-2
/
+2
*
Change #if __FreeBSD__ >= 3 to #if __FreeBSD_version >= 300000 to aid
peter
1998-09-24
1
-7
/
+15
*
Cast pointers to uintptr_t/intptr_t instead of to u_long/long,
bde
1998-07-15
1
-2
/
+2
*
Merge changes from vendor branch.
peter
1998-07-08
1
-2
/
+11
*
Merge changes from vendor branch;
peter
1998-06-13
1
-18
/
+41
*
merge benfor branch changes onto mainline.
peter
1998-03-08
1
-38
/
+415
*
Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
julian
1998-03-08
1
-1
/
+3
*
Removed unused #includes.
bde
1998-02-20
1
-3
/
+1
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-2
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+2
*
Make INET a proper option.
eivind
1998-01-08
1
-2
/
+5
*
Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.
eivind
1997-12-15
1
-1
/
+3
*
Ifdefed a conditionally used #include.
bde
1997-11-22
1
-2
/
+4
*
Merge 971020 stuff.. Check 21142? SROM CRC.
peter
1997-11-08
1
-5
/
+10
*
Recognize even more of the Znyx 314 cards.
phk
1997-10-25
1
-2
/
+2
*
Merge in changes from Matt. Accton EN12xx support, bugfixes. There is
peter
1997-10-18
1
-43
/
+177
*
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
1
-1
/
+11
*
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
*
Initial set of patches to get it to compile on >= 3.0. Most of the
peter
1997-06-22
1
-2413
/
+2972
*
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
[next]