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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert the if_vr(4) driver model to the interrupt filter model and use
rpaulo
2012-05-12
2
-12
/
+32
*
Announce flow control capability to PHY drivers and enable flow
yongari
2011-11-28
2
-11
/
+43
*
Reuse flag variable to represent driver internal states rather than
yongari
2011-11-28
2
-19
/
+19
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-5
/
+1
*
Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.
yongari
2011-10-17
1
-1
/
+1
*
Sprinkle const.
marius
2011-10-09
1
-9
/
+9
*
Remove link state change callback handler. There is no need to
yongari
2011-06-22
2
-28
/
+20
*
- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP
marius
2011-05-03
1
-4
/
+2
*
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
jhb
2011-03-23
1
-3
/
+3
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
2
-15
/
+8
*
vr_init_locked() will stop and reset the controller. Remove
yongari
2010-08-24
1
-4
/
+0
*
Remove unnecessary controller reinitialization.
yongari
2010-08-24
1
-0
/
+6
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
When user_frac in the polling subsystem is low it is going to busy the
attilio
2009-05-30
1
-9
/
+17
*
It seems there are still issues on multicast perfect filtering.
yongari
2008-12-12
1
-1
/
+1
*
Fix typo. It restuled in activating unwanted Rx filtering as well
yongari
2008-11-17
1
-1
/
+2
*
Fix a multicast handling regression on VT6105M introduced in
yongari
2008-07-16
2
-25
/
+60
*
Fix VR_RXSTAT_RX_OK bit definition which lasted for more than 9
yongari
2008-07-16
2
-3
/
+4
*
Teach vr(4) to use bus_dma(9) and major overhauling to handle link
yongari
2008-03-11
2
-789
/
+2006
*
Forced commit to note that vr(4) was repocopied from sys/pci
yongari
2008-03-11
1
-1
/
+1
*
Fix function prototype for device_shutdown method.
yongari
2007-11-22
1
-2
/
+4
*
Not all VIA Rhine chips support 256 register space. So touching
yongari
2007-10-12
1
-1
/
+4
*
Add VLAN capability.
phk
2007-04-23
2
-1
/
+2
*
Remove the old software bit-banging MII interface, we started using
phk
2007-04-22
1
-167
/
+1
*
Remove further cobwebs: Two layers of pointless substructures.
phk
2007-04-22
2
-105
/
+71
*
Initialize the physical next pointer in the tx descriptors when we
phk
2007-04-22
1
-7
/
+8
*
Don't rename fields with #define.
phk
2007-04-22
2
-27
/
+18
*
Run if_vr(4) through FlexeLint and clean some of the cobwebs found.
phk
2007-04-22
2
-101
/
+59
*
Add support for hw-assisted checksums on 6105M.
phk
2007-04-17
2
-17
/
+72
*
No need to throw tag+handle around on the stack.
phk
2007-04-17
2
-18
/
+7
*
Improve the if_vr driver ever so slightly.
phk
2007-04-17
2
-87
/
+110
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Whitespace nits.
ru
2006-09-15
1
-1
/
+1
*
Consistently use if_printf() only in interface methods: if_start,
glebius
2006-09-15
2
-9
/
+12
*
Remove various bits of conditional Alpha code and fixup a few comments.
jhb
2006-05-12
1
-6
/
+0
*
Do not touch ifp->if_baudrate in miibus aware drivers.
glebius
2006-02-14
1
-1
/
+0
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-1
/
+1
*
- Use callout_*() to manage the callout and make it MPSAFE.
jhb
2005-10-31
2
-16
/
+11
*
- Use if_printf() and device_printf() and remove vr_unit from the softc.
jhb
2005-10-27
2
-53
/
+44
*
Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntax
imp
2005-10-22
1
-1
/
+1
*
In detach method, move if_free() after bus_teardown_intr().
ru
2005-10-13
1
-2
/
+3
*
- Don't pollute opt_global.h with DEVICE_POLLING and introduce
glebius
2005-10-05
1
-0
/
+4
*
Big polling(4) cleanup.
glebius
2005-10-01
1
-31
/
+39
*
Fix "struct ifnet" leaks when attach() fails in the middle, e.g.
ru
2005-09-16
1
-2
/
+2
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-7
/
+7
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-0
/
+2
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
2
-12
/
+19
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-2
/
+0
*
Fix style(9) issues with __P removal.
imp
2005-02-24
1
-38
/
+36
*
Return BUS_PROBE_DEFAULT instead of 0.
imp
2005-02-24
1
-1
/
+1
[next]