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
/
lnc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
2
-13
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
3
-3
/
+3
*
Set ifp->if_init to the right function.
mdodd
1999-08-20
1
-3
/
+6
*
Make these actually compile. I got a little delete happy pruning includes
mdodd
1999-08-18
1
-2
/
+5
*
SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented in
mdodd
1999-08-18
1
-31
/
+6
*
Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter)
mdodd
1999-08-10
4
-3
/
+27
*
Rename bpfilter to bpf.
des
1999-07-06
2
-8
/
+8
*
Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire
peter
1999-07-03
1
-7
/
+1
*
Set the bus master bit.
paul
1999-05-10
1
-4
/
+11
*
#ifdef BRIDGE around a goto label used by the bridge code to silcence a
peter
1999-05-09
1
-1
/
+3
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-5
/
+1
*
Fix up a few easy 'assignment used as truth value' and 'suggest parens
peter
1999-05-06
1
-2
/
+2
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
1
-3
/
+3
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-1
/
+5
*
Set ifq_maxlen to IFQ_MAXLEN
paul
1999-04-18
1
-2
/
+2
*
Set ifq_maxlen to number of transmit descriptors.
paul
1999-04-18
1
-1
/
+2
*
The changes to vm_page.c have broken the assumption that mallocing
paul
1999-04-18
1
-13
/
+24
*
MF22... add bridging support to the device drivers. Without this
luigi
1999-03-17
1
-4
/
+29
*
New driver flags to support IFF_ALLMULTI handling.
paul
1999-01-31
1
-1
/
+4
*
Add IFF_MULTICAST when setting flags in lnc_init().
paul
1999-01-31
1
-2
/
+2
*
Fix and enable multicast support.
paul
1999-01-31
1
-51
/
+47
*
Silence warnings.
eivind
1999-01-12
1
-5
/
+5
*
probe function changed from returning char * to const char *.
dillon
1998-12-14
1
-3
/
+3
*
Add Id string to if_lnc.h and fix up copyrights to be consistent and up to date.
paul
1998-11-26
2
-9
/
+34
*
Despite what people may think the Am79C970 returns the chip id of an Am79C965.
paul
1998-11-26
1
-2
/
+2
*
Fix a typo, and remove verbose error reporting when in
luigi
1998-10-30
1
-2
/
+4
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-3
/
+6
*
MF22: Robert Swindells' patch for correct probing of more AMD cards.
jkh
1998-09-17
2
-37
/
+77
*
Fixed printf format errors. Only one left in LINT on i386's.
bde
1998-08-24
1
-25
/
+45
*
Add support for PCNet PCI chips that only work when we talk to them as ISA
msmith
1998-07-20
3
-4
/
+25
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-3
/
+3
*
Fix some bitrot in the multicast support, the move from TAILQ macros wasn't i...
paul
1998-05-27
1
-2
/
+2
*
This time add an Id string that'll actually get expanded :-)
paul
1998-05-27
1
-1
/
+1
*
Add an ID string (can't believe it never had one!)
paul
1998-05-27
1
-0
/
+1
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
1
-20
/
+22
*
Removed unused #includes.
bde
1998-03-28
1
-2
/
+0
*
Correct an ethernet framesize mismatch that caused poor
steve
1998-03-09
1
-1
/
+1
*
Support C-NET(98)S ethernet card (PC-98 only).
kato
1998-02-10
2
-0
/
+105
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-1
/
+0
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-0
/
+1
*
Make INET a proper option.
eivind
1998-01-08
1
-1
/
+4
*
Removed unused #includes.
bde
1997-08-02
1
-2
/
+1
*
Removed unused #includes.
bde
1997-07-20
1
-7
/
+0
*
Enables lnc driver on PC-98 to support NEC SV-98/2-B06 PCI card.
kato
1997-04-08
1
-0
/
+3
*
Deleted <pc98/pc98/pc98_device.h>.
kato
1997-04-04
1
-5
/
+1
*
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
-26
/
+7
*
Convert the interface address and IP interface address structures
wollman
1996-12-13
1
-1
/
+1
*
Removed another devconf leftover. A fat devconf support function was
bde
1996-09-14
1
-61
/
+28
[next]