diff options
author | wpaul <wpaul@FreeBSD.org> | 2000-04-14 14:46:22 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 2000-04-14 14:46:22 +0000 |
commit | b3f8b52065d86419edd5ba36583095638590ed83 (patch) | |
tree | d86fd83a86951641fb6873398e8fccd8730dd169 /sys | |
parent | 329789eae3cb536f7cd50907552c2d9ec8699bfd (diff) | |
download | FreeBSD-src-b3f8b52065d86419edd5ba36583095638590ed83.zip FreeBSD-src-b3f8b52065d86419edd5ba36583095638590ed83.tar.gz |
Add vendor/device codes for SmartBridges SmartLink USB ethernet adapter
(which is actually a CATC Netmate).
Gee. I don't know why people make such a fuss over supporting USB ethernet
NICs. This is easier than collecting graft.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/if_cue.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/if_cue.c b/sys/dev/usb/if_cue.c index f078992..28593d3 100644 --- a/sys/dev/usb/if_cue.c +++ b/sys/dev/usb/if_cue.c @@ -88,6 +88,7 @@ static const char rcsid[] = Static struct cue_type cue_devs[] = { { USB_VENDOR_CATC, USB_PRODUCT_CATC_NETMATE }, { USB_VENDOR_CATC, USB_PRODUCT_CATC_NETMATE2 }, + { USB_VENDOR_SMARTBRIDGES, USB_PRODUCT_SMARTBRIDGES_SMARTLINK }, { 0, 0 } }; |