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
/
fxp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added support for newer cards that have the DP83840A PHY chip.
dg
1997-03-21
2
-9
/
+46
*
Fixed two deficiencies in the driver that have existed since it was
dg
1997-03-17
2
-23
/
+116
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
2
-2
/
+2
*
Changed several configuration options:
dg
1997-02-04
1
-7
/
+7
*
Do "selective" reset rather than full reset...the manual specifically
dg
1997-02-04
2
-3
/
+8
*
Don't include the short-frames counter in with the input errors. This
dg
1997-02-04
1
-3
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
2
-2
/
+2
*
Use the new if_multiaddrs list for multicast addresses rather than the
wollman
1997-01-13
1
-15
/
+5
*
1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's return
dg
1996-12-10
1
-92
/
+15
*
Fixed obsolete comment.
dg
1996-11-18
1
-3
/
+2
*
Removed nested include if <sys/socket.h> from <net/if.h> and
bde
1996-10-12
1
-1
/
+2
*
Backed out one of my "performance optimizations" as it results in sometimes
dg
1996-09-29
1
-9
/
+13
*
Fixed a bug with the management of the pointer to the first TxCB in the
dg
1996-09-22
1
-49
/
+38
*
Fixed a bug in the receive buffer allocation code that resulted in a
dg
1996-09-20
1
-5
/
+14
*
When the devconf stuff was ripped out of the kernel, the ripper neglected
dg
1996-09-20
1
-18
/
+17
*
Implemented a better, dynamic, mechanism for adjusting the transmit
dg
1996-09-19
1
-2
/
+19
*
Increased transmit threshold to 1024 bytes to fix a problem with underruns
dg
1996-09-18
1
-2
/
+2
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-7
/
+5
*
Set ifnet.baudrate for ethernet / FDDI interfaces too. Makes
gpalmer
1996-06-01
1
-1
/
+2
*
Removed sections 3 and 4 from my copyright.
dg
1996-04-08
2
-12
/
+2
*
Clean up Ethernet drivers:
wollman
1996-02-06
1
-10
/
+12
*
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
-7
/
+3
*
This driver really is for the Pro/100B and not for the Pro/100 (and in fact
dg
1996-01-15
1
-3
/
+3
*
Reworked the stop/reset code to properly run-down allocated buffers and
dg
1996-01-03
1
-36
/
+75
*
Added prototype for fxp_scb_wait() and fixed a bug where the wrong pointer
dg
1995-12-18
1
-2
/
+3
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-2
/
+2
*
Increased the number of Tx segments from 13 to 29 to reduce the need to
dg
1995-12-05
2
-8
/
+34
*
all:
dg
1995-12-05
1
-29
/
+23
*
Fix minor bug that would cause the packet statistics updates to stop
dg
1995-12-01
1
-24
/
+75
*
Device driver for Intel Pro/100 PCI Fast Ethernet controller.
dg
1995-11-28
2
-0
/
+1313