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
...
*
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
*
Updated #includes to 4.4Lite style.
bde
1996-09-10
1
-1
/
+1
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-35
/
+14
*
Megacommit to straigthen out ETHER_ mess.
phk
1996-08-06
1
-3
/
+0
*
Last night (local time :) I accidently checked in an intermediate version
se
1996-07-19
1
-85
/
+69
*
FINALLY: PCI support for the Lance Ethernet driver.
se
1996-07-18
2
-73
/
+253
*
Added #include of <machine/md_var.h>. This will be needed when
bde
1996-06-25
1
-0
/
+2
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
1
-0
/
+2
*
Clean up Ethernet drivers:
wollman
1996-02-06
1
-10
/
+9
*
Fix a bunch of spelling errors in the comment fields of
mpp
1996-01-30
1
-1
/
+1
*
Restore my change to the watchdog params that Paul spammed in rev 1.18.
dg
1996-01-30
1
-6
/
+5
*
The last part of the ether_sprint -> %6D change.
phk
1996-01-26
1
-2
/
+2
*
Added multicast support, currently #ifdef LNC_MULTICAST.
paul
1996-01-05
1
-14
/
+85
*
Completed function declarations and/or added prototypes and/or added
bde
1995-12-15
1
-14
/
+27
*
Staticize and cleanup.
phk
1995-12-10
2
-14
/
+1
*
all:
dg
1995-12-05
1
-7
/
+5
*
Cleanup, make things static.
phk
1995-10-31
2
-39
/
+43
[prev]
[next]