diff options
author | imp <imp@FreeBSD.org> | 2007-07-24 14:44:23 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2007-07-24 14:44:23 +0000 |
commit | 88f6afd212109f065ebe84c2fe30acbcb64fd40d (patch) | |
tree | 83d9449293a1c3fc4826a2befd72e966f8f4d6fb | |
parent | 976078204273ae9028cb63e4938843e480899380 (diff) | |
download | FreeBSD-src-88f6afd212109f065ebe84c2fe30acbcb64fd40d.zip FreeBSD-src-88f6afd212109f065ebe84c2fe30acbcb64fd40d.tar.gz |
Add support for ShanTou ST268 usb nic. This is from a patch for NetBSD
the PR pointed to. This appears to have been written by Julian Suschlik.
Submitted by: Kuan-Chung Chiu
Obtained from: http://www.nabble.com/Patch-for-udav(4)-t4070804.html
PR: 114860
Approved by: re@ (blanket)
-rw-r--r-- | sys/dev/usb/if_udav.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/if_udav.c b/sys/dev/usb/if_udav.c index f5e96b0..cc42477 100644 --- a/sys/dev/usb/if_udav.c +++ b/sys/dev/usb/if_udav.c @@ -258,6 +258,8 @@ static const struct udav_type { } udav_devs [] = { /* Corega USB-TXC */ {{ USB_VENDOR_COREGA, USB_PRODUCT_COREGA_FETHER_USB_TXC }, 0}, + /* ShanTou ST268 USB NIC */ + {{ USB_VENDOR_SHANTOU, USB_PRODUCT_SHANTOU_ST268 }, 0}, #if 0 /* DAVICOM DM9601 Generic? */ /* XXX: The following ids was obtained from the data sheet. */ |