remko 2008-05-31 14:17:48 UTC
FreeBSD src repository
Modified files:
sys/dev/nve if_nve.c if_nvereg.h
Log:
SVN rev 179458 on 2008-05-31 14:17:36Z by remko
Import rewritten nve device id's, which brings this more
inline with if_nfe.
PR: 110883
jhb 2005-12-12 19:40:04 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/dev/nve if_nve.c if_nvereg.h
Log:
MFC: Sync up with locking changes in HEAD:
- Add locked variants of nve_start(), nve_init(), and nve_ifmedia_upd().
- Use callout_*
obrien 2005-12-07 17:38:03 UTC
FreeBSD src repository
Modified files:
sys/dev/nve if_nve.c if_nvereg.h
Log:
Add support for the nVidia nForce MCP12 & MCP13 Networking Adapters.
Revision ChangesPath
1.19 +4 -0 src/sys/dev/nve/if_nve.c
1.7 +2
obrien 2005-12-07 17:36:53 UTC
FreeBSD src repository
Modified files:
sys/dev/nve if_nve.c if_nvereg.h
Log:
Catch up to the nvenetlib 1.0-0310 import.
Revision ChangesPath
1.18 +5 -3 src/sys/dev/nve/if_nve.c
1.6 +1 -1 src/sys/dev/nve/i
jhb 2005-12-05 20:49:45 UTC
FreeBSD src repository
Modified files:
sys/dev/nve if_nve.c if_nvereg.h
Log:
- Don't make the driver lock recursive, it shouldn't be recursively
acquired anywhere in the driver now.
- Axe the spin mutex used for the nve_oslock*() rou
jhb 2005-11-21 22:14:49 UTC
FreeBSD src repository
Modified files:
sys/dev/nve if_nve.c if_nvereg.h
Log:
Overhaul nve(4) locking to make it more like other ethernet drivers in
the tree.
- Add locked variants of nve_start(), nve_init(), and nve_ifmedia_upd().
-