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_rl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-2
/
+6
*
Merge in some updates for the RealTek driver, mainly:
wpaul
1999-04-12
1
-141
/
+60
*
Add support for still more cheapo 10/100 cards: Delta Electronics and
wpaul
1999-02-23
1
-3
/
+8
*
Remember to initialize ifp->if_snd.ifq_maxlen.
wpaul
1999-02-01
1
-2
/
+3
*
Multicast code isn't quite correct. The RealTek wants the upper six bits
wpaul
1999-01-22
1
-5
/
+5
*
Small cosmetic tweak: in rl_rxeof(), use the constant RX_CMD_EMPTY_RXBUF
wpaul
1999-01-16
1
-3
/
+3
*
Grrrr... The RealTek 8139 is yet another chip that includes the ethernet
wpaul
1998-12-24
1
-4
/
+13
*
probe function changed from returning char * to const char *.
dillon
1998-12-14
1
-4
/
+4
*
Silence gcc -Wall -ansi -pedantic.
wpaul
1998-12-10
1
-18
/
+12
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-3
/
+3
*
if_rl.c: make a small tweak to properly handle the Accton MPX 5030/5038
wpaul
1998-12-07
1
-15
/
+15
*
Add missing return statement to rl_phy_writereg(). This bug didn't actually
wpaul
1998-11-20
1
-2
/
+3
*
The Accton 1207D adapter uses a chip called the MXP 5030 (or 5038)
wpaul
1998-11-18
1
-25
/
+24
*
Add driver support for PCI fast ethernet adapters based on the
wpaul
1998-10-18
1
-0
/
+1989