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
/
vge
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not touch ifp->if_baudrate in miibus aware drivers.
glebius
2006-02-14
1
-1
/
+0
*
- Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag in
glebius
2005-12-18
1
-2
/
+5
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-1
/
+1
*
Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntax
imp
2005-10-22
1
-1
/
+1
*
- 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
-54
/
+51
*
Make sure that we call if_free(ifp) after bus_teardown_intr. Since we
imp
2005-09-19
1
-2
/
+2
*
Fix "struct ifnet" leaks when attach() fails in the middle.
ru
2005-09-16
1
-1
/
+2
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-10
/
+10
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-0
/
+2
*
Move if_alloc() up so it's before mii_phy_probe().
brooks
2005-06-11
1
-6
/
+7
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
2
-16
/
+22
*
Remove some variables the last commit stopped using so the code compiles.
brooks
2005-06-06
1
-2
/
+0
*
The PCI bus code saves/restores these config registers now.
imp
2005-06-05
2
-21
/
+0
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-2
/
+0
*
Remove the extra EEPROM reload step I added before. vge_reset()
wpaul
2005-04-25
1
-2
/
+0
*
Correct the if_link_state_change() logic: when the link went down,
wpaul
2005-04-25
1
-2
/
+2
*
Reading the EEPROM to learn the station address doesn't seem to work
wpaul
2005-04-25
1
-0
/
+11
*
Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return
imp
2005-03-01
1
-1
/
+1
*
Use if_link_state_change() instead of rt_ifmsg(). Remove include net/route.h.
glebius
2005-02-07
1
-9
/
+4
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
3
-3
/
+3
*
Remove unneeded TX channel wakeup from vge_txeof(). This was put
wpaul
2004-09-11
1
-1
/
+0
*
Remove unneeded VGE_UNLOCK() in vge_detach().
wpaul
2004-09-11
1
-1
/
+0
*
Add device driver support for the VIA Networking Technologies
wpaul
2004-09-10
3
-0
/
+3316