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 the correct register name. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/
peter
2000-05-28
1
-3
/
+3
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
1
-17
/
+0
*
Apply patch to rl_rxeof() to really enforce payload alignment in
wpaul
2000-05-05
1
-10
/
+7
*
Depend on miibus.
peter
2000-04-29
1
-0
/
+2
*
Two fixes for the RealTek:
wpaul
2000-03-29
1
-2
/
+8
*
Fix a small typo in the comments.
billf
1999-12-28
1
-1
/
+1
*
Fix problem reported by Matt Dillon. Occasionally, very small received
wpaul
1999-12-23
1
-1
/
+14
*
Fix usage of m_pullup().
wpaul
1999-11-16
1
-1
/
+1
*
Make some tweaks to the RealTek driver:
wpaul
1999-10-21
1
-11
/
+25
*
Change contigmalloc() lower memory bound from 1MB to 0 to improve
wpaul
1999-09-25
1
-1
/
+1
*
As suggested by phk, unconditionalize BPF support in these drivers. Since
wpaul
1999-09-23
1
-10
/
+2
*
Tweak these for what I hope is the last time: change the DRIVER_MODULE()
wpaul
1999-09-22
1
-1
/
+1
*
Un-do the changes to the DRIVER_MODULE() declarations in these drivers.
wpaul
1999-09-20
1
-2
/
+2
*
Grrr. Okay, changing the devnames was a bad idea. Put them back the way
wpaul
1999-09-20
1
-1
/
+1
*
Fix the strings in the driver_t structs so that they match the new names
wpaul
1999-09-20
1
-1
/
+1
*
Goofed and didn't change the second DRIVER_MODULE() linking these with
obrien
1999-09-20
1
-1
/
+1
*
Change the name we register with DRIVER_MODULE() to include the leading
obrien
1999-09-20
1
-1
/
+1
*
Add a pointer to "controller miibus0" for people who will not read the
peter
1999-09-08
1
-0
/
+1
*
Convert the RealTek 8139 driver to newbus and miibus in one swell foop.
wpaul
1999-08-31
1
-557
/
+258
*
Don't restrict our requests for contiguous memory to addresses >= 1MB.
bde
1999-08-29
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-2
/
+2
*
Clean up after removing sys/eventhandler.h from sys/systm.h at the last
msmith
1999-08-21
1
-2
/
+3
*
Implement a new generic mechanism for attaching handler functions to
msmith
1999-08-21
1
-6
/
+7
*
Remove the definitions for the SiS 900 chip. This is not a RealTek
wpaul
1999-07-22
1
-6
/
+3
*
Rename bpfilter to bpf.
des
1999-07-06
1
-7
/
+7
*
Change the cast in pci_map_port() from u_short * to pci_port_t * so it
peter
1999-07-02
1
-3
/
+3
*
Fix up the RealTek 8139 driver to work on FreeBSD/alpha. This involves a
wpaul
1999-06-19
1
-8
/
+38
*
Add support for SiS 900 chipset (PCI ID 0x1039/0x0900), which appears to
wpaul
1999-05-30
1
-3
/
+6
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-6
/
+2
*
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