]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r202181,202243,202270
authorthompsa <thompsa@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 17 Jan 2010 18:22:42 +0000 (18:22 +0000)
committerthompsa <thompsa@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 17 Jan 2010 18:22:42 +0000 (18:22 +0000)
commitd76fe921ee753600706f6f73c870f2d098810827
tree93e0a5de31fff678ddb1d3edaf0c6b2c926eda01
parentfe0075708e8a188d3144ca3c68c4099cd958f246
MFC r202181,202243,202270

 Add a driver by Fredrik Lindberg for Option HSDPA USB devices. These differ
 from standard 3G wireless units by supplying a raw IP/IPv6 endpoint rather than
 using PPP over serial. uhsoctl(1) is used to initiate and close the WAN
 connection.

Obtained from: Fredrik Lindberg <fli@shapeshifter.se>

git-svn-id: svn://svn.freebsd.org/base/stable/8@202503 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/man/man4/Makefile
share/man/man4/uhso.4 [new file with mode: 0644]
sys/conf/NOTES
sys/conf/files
sys/dev/usb/net/uhso.c [new file with mode: 0644]
sys/dev/usb/usbdevs
sys/modules/usb/uhso/Makefile [new file with mode: 0644]
usr.sbin/Makefile
usr.sbin/uhsoctl/Makefile [new file with mode: 0644]
usr.sbin/uhsoctl/uhsoctl.1 [new file with mode: 0644]
usr.sbin/uhsoctl/uhsoctl.c [new file with mode: 0644]