This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
sys
/
dev
/
usb
/
net
History
Kevin Lo
85edd2e8f9
Remove unused variable sc_tx_bufsz.
...
The variable is initialized but not used. Reviewed by: yongari
2013-06-13 05:46:19 +00:00
..
if_aue.c
…
if_auereg.h
…
if_axe.c
Remove unused variable sc_tx_bufsz.
2013-06-13 05:46:19 +00:00
if_axereg.h
Remove unused variable sc_tx_bufsz.
2013-06-13 05:46:19 +00:00
if_cdce.c
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays
2013-01-30 18:01:20 +00:00
if_cdcereg.h
…
if_cue.c
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays
2013-01-30 18:01:20 +00:00
if_cuereg.h
Fix a typo: s/KLSI/CATC/
2013-06-13 01:33:01 +00:00
if_ipheth.c
Add support for tethering on the iPhone 4S
2013-05-29 20:36:51 +00:00
if_iphethvar.h
…
if_kue.c
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays
2013-01-30 18:01:20 +00:00
if_kuefw.h
…
if_kuereg.h
…
if_mos.c
…
if_mosreg.h
…
if_rue.c
- Change the module order of these MAC drivers to be last so they are
2012-05-11 02:40:40 +00:00
if_ruereg.h
…
if_smsc.c
Fix correct use of USB header files.
2013-02-10 10:55:20 +00:00
if_smscreg.h
Merging of projects/armv6, part 5
2012-08-15 04:03:55 +00:00
if_udav.c
Make the USB ethernet methods constant again in if_udav.c,
2012-11-08 16:31:13 +00:00
if_udavreg.h
The JP1082 device doesn't respond to the MII_BMSR command and it turns
2012-07-15 05:49:02 +00:00
if_usie.c
Add const qualifier to the dst parameter of the ifnet if_output method.
2013-04-26 12:50:32 +00:00
if_usievar.h
…
ruephy.c
…
ruephyreg.h
…
uhso.c
Add const qualifier to the dst parameter of the ifnet if_output method.
2013-04-26 12:50:32 +00:00
usb_ethernet.c
Mechanically substitute flags from historic mbuf allocator with
2012-12-04 09:32:43 +00:00
usb_ethernet.h
…