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
/
vr
/
if_vrreg.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a multicast handling regression on VT6105M introduced in
yongari
2008-07-16
1
-0
/
+12
*
Fix VR_RXSTAT_RX_OK bit definition which lasted for more than 9
yongari
2008-07-16
1
-1
/
+2
*
Teach vr(4) to use bus_dma(9) and major overhauling to handle link
yongari
2008-03-11
1
-100
/
+332
*
Add VLAN capability.
phk
2007-04-23
1
-1
/
+1
*
Remove further cobwebs: Two layers of pointless substructures.
phk
2007-04-22
1
-33
/
+4
*
Don't rename fields with #define.
phk
2007-04-22
1
-13
/
+4
*
Run if_vr(4) through FlexeLint and clean some of the cobwebs found.
phk
2007-04-22
1
-38
/
+0
*
Add support for hw-assisted checksums on 6105M.
phk
2007-04-17
1
-1
/
+11
*
No need to throw tag+handle around on the stack.
phk
2007-04-17
1
-15
/
+7
*
Improve the if_vr driver ever so slightly.
phk
2007-04-17
1
-1
/
+3
*
Whitespace nits.
ru
2006-09-15
1
-1
/
+1
*
Consistently use if_printf() only in interface methods: if_start,
glebius
2006-09-15
1
-0
/
+1
*
Remove various bits of conditional Alpha code and fixup a few comments.
jhb
2006-05-12
1
-6
/
+0
*
- Use callout_*() to manage the callout and make it MPSAFE.
jhb
2005-10-31
1
-1
/
+1
*
- Use if_printf() and device_printf() and remove vr_unit from the softc.
jhb
2005-10-27
1
-1
/
+0
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-1
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Add a 'suspended' flag to softc so that we can avoid races on detach.
bms
2004-07-09
1
-0
/
+1
*
- Rewritten TX to use only two pointers to track producer/consumer.
ru
2004-04-05
1
-3
/
+5
*
Drop the driver lock around calls to if_input to avoid a LOR when
sam
2003-11-14
1
-0
/
+1
*
Add deviceids for 6105 and 6105M chips. Further changes will be necessary
silby
2003-02-01
1
-0
/
+2
*
Switch the if_vr driver from using our generic MII routines over to
silby
2003-02-01
1
-0
/
+4
*
Fixes from Thomas Nystrom to fix hanging problems experienced by vr cards
silby
2003-01-31
1
-0
/
+3
*
Import some relevant changes from Via's if_fet driver:
silby
2002-11-25
1
-0
/
+19
*
Improve handling of TX errors. Early reports indicate that this
silby
2002-08-15
1
-0
/
+3
*
Make sure to set both sets of registers which control the RX and TX buffer
silby
2002-07-31
1
-0
/
+40
*
Close PR 22208: bring chip out of suspend mode, because Windows might
wpaul
2001-05-14
1
-0
/
+8
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
First round of converting network drivers from spls to mutexes. This
wpaul
2000-10-13
1
-0
/
+4
*
Close PR# 19617: add support for VIA VT6102 NICs to VIA Rhine driver.
wpaul
2000-07-05
1
-0
/
+1
*
Convert the VIA Rhine driver to miibus.
wpaul
1999-09-19
1
-136
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Convert the VIA Rhine driver to newbus and set it up to be compiled as
wpaul
1999-08-10
1
-1
/
+5
*
Tweak the Macronix driver to hopefully make it more reliable:
wpaul
1999-05-06
1
-2
/
+2
*
Add support for still more cheapo 10/100 cards: Delta Electronics and
wpaul
1999-02-23
1
-4
/
+24
*
Tweak the vr_start() and vr_rxeof() routines a little to improve
wpaul
1999-01-10
1
-2
/
+3
*
An early Christmas present: add driver support for a whole bunch of
wpaul
1998-12-04
1
-0
/
+615