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_mx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-4
/
+4
*
Grrr! The PNIC II's multicast hash table is only 128 bits wide, not 512
wpaul
1999-06-16
1
-20
/
+45
*
Fix support for the PNIC II. Earlier I had assumed that the PNIC II was
wpaul
1999-05-28
1
-2
/
+4
*
Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:
peter
1999-05-09
1
-6
/
+2
*
Tweak the Macronix driver to hopefully make it more reliable:
wpaul
1999-05-06
1
-65
/
+43
*
Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't
peter
1999-04-24
1
-2
/
+6
*
Add bridging support (tested in 3.1-RELEASE by Steven Vetzal
ghelmer
1999-04-16
1
-12
/
+40
*
Add PCI IDs for the Compex RL100-TX, which uses the Macronix 98713 chip.
wpaul
1999-04-08
1
-4
/
+13
*
Make the Macronix driver work on FreeBSD/alpha and add to GENERIC.
wpaul
1999-04-01
1
-21
/
+64
*
Remember to initialize ifp->if_snd.ifq_maxlen.
wpaul
1999-02-01
1
-3
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-4
/
+4
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-3
/
+3
*
Add some tweaks to mx_mii_readreg(), mx_phy_readreg(), mx_phy_writereg()
wpaul
1999-01-06
1
-4
/
+18
*
Minor bug: in the case where allocating a fresh mbuf for the receive ring
wpaul
1999-01-03
1
-4
/
+3
*
One more time: another case where we need to trim the CRC manually.
wpaul
1998-12-24
1
-2
/
+11
*
probe function changed from returning char * to const char *.
dillon
1998-12-14
1
-4
/
+4
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-3
/
+3
*
Add sanity check to foo_start() routines: in the unlikely (though
wpaul
1998-12-05
1
-2
/
+8
*
Put back some missing chip identification code that got lost somehow
wpaul
1998-12-04
1
-5
/
+10
*
An early Christmas present: add driver support for a whole bunch of
wpaul
1998-12-04
1
-0
/
+2403