diff options
| author | xtraeme <xtraeme@NetBSD.org> | 2007-07-12 21:24:02 +0000 |
|---|---|---|
| committer | xtraeme <xtraeme@NetBSD.org> | 2007-07-12 21:24:02 +0000 |
| commit | e05b0ff70249df7f628ab6dcc7c8cbb533c1f660 (patch) | |
| tree | e24859c0495665aeccc6d65f933bbef0b8bee408 /sys/dev/usb | |
| parent | 20bbb87e347749a312284a0b640a2313dfa096aa (diff) | |
SB-NIC Shantou ST268 for udav(4), patch from Julian Suschlik
via current-users@... thanks.
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/if_udav.c | 6 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys/dev/usb/if_udav.c b/sys/dev/usb/if_udav.c index ca32e4220e2..82c39e4def3 100644 --- a/sys/dev/usb/if_udav.c +++ b/sys/dev/usb/if_udav.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_udav.c,v 1.17 2007/03/13 13:51:54 drochner Exp $ */ +/* $NetBSD: if_udav.c,v 1.18 2007/07/12 21:24:02 xtraeme Exp $ */ /* $nabe: if_udav.c,v 1.3 2003/08/21 16:57:19 nabe Exp $ */ /* * Copyright (c) 2003 @@ -44,7 +44,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_udav.c,v 1.17 2007/03/13 13:51:54 drochner Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_udav.c,v 1.18 2007/07/12 21:24:02 xtraeme Exp $"); #include "opt_inet.h" #include "bpfilter.h" @@ -151,6 +151,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_USB_NIC }, 0}, #if 0 /* DAVICOM DM9601 Generic? */ /* XXX: The following ids was obtained from the data sheet. */ diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 2c01820716e..34bfbca12b5 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$NetBSD: usbdevs,v 1.477 2007/06/28 03:13:01 itohy Exp $ +$NetBSD: usbdevs,v 1.478 2007/07/12 21:24:02 xtraeme Exp $ /* * Copyright (c) 1998-2004 The NetBSD Foundation, Inc. @@ -366,6 +366,7 @@ vendor CSR 0x0a12 Cambridge Silicon Radio vendor TREK 0x0a16 Trek Technology vendor ASAHIOPTICAL 0x0a17 Asahi Optical vendor BOCASYSTEMS 0x0a43 Boca Systems +vendor SHANTOU 0x0a46 ShanTou vendor MEDIAGEAR 0x0a48 MediaGear vendor BROADCOM 0x0a5c Broadcom vendor GREENHOUSE 0x0a6b GREENHOUSE @@ -1921,6 +1922,9 @@ product SENAO NUB8301 0x2000 NUB-8301 /* SGI products */ product SGI SN1_L1_SC 0x1234 SN1 L1 System Controller +/* ShanTou products */ +product SHANTOU ST268_USB_NIC 0x0268 ST268 USB NIC + /* Shark products */ product SHARK PA 0x0400 Pocket Adapter |
