Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Add two more adapters. From FreeBSD.



details:   https://anonhg.NetBSD.org/src/rev/7f6ca674ffb7
branches:  trunk
changeset: 555627:7f6ca674ffb7
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sun Nov 23 18:51:49 2003 +0000

description:
Add two more adapters.  From FreeBSD.

diffstat:

 sys/dev/usb/if_aue.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 2bd4cc08a06e -r 7f6ca674ffb7 sys/dev/usb/if_aue.c
--- a/sys/dev/usb/if_aue.c      Sun Nov 23 18:50:51 2003 +0000
+++ b/sys/dev/usb/if_aue.c      Sun Nov 23 18:51:49 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_aue.c,v 1.82 2003/03/05 17:37:36 shiba Exp $        */
+/*     $NetBSD: if_aue.c,v 1.83 2003/11/23 18:51:49 augustss Exp $     */
 /*
  * Copyright (c) 1997, 1998, 1999, 2000
  *     Bill Paul <wpaul%ee.columbia.edu@localhost>.  All rights reserved.
@@ -77,7 +77,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_aue.c,v 1.82 2003/03/05 17:37:36 shiba Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_aue.c,v 1.83 2003/11/23 18:51:49 augustss Exp $");
 
 #if defined(__NetBSD__)
 #include "opt_inet.h"
@@ -205,6 +205,7 @@
  {{ USB_VENDOR_ELECOM,         USB_PRODUCT_ELECOM_LDUSBTX3},     LSYS },
  {{ USB_VENDOR_ELECOM,         USB_PRODUCT_ELECOM_LDUSBLTX},     PII },
  {{ USB_VENDOR_ELSA,           USB_PRODUCT_ELSA_USB2ETHERNET},   0 },
+ {{ USB_VENDOR_HAWKING,                USB_PRODUCT_HAWKING_UF100},       PII },
  {{ USB_VENDOR_IODATA,         USB_PRODUCT_IODATA_USBETTX},      0 },
  {{ USB_VENDOR_IODATA,         USB_PRODUCT_IODATA_USBETTXS},     PII },
  {{ USB_VENDOR_KINGSTON,       USB_PRODUCT_KINGSTON_KNU101TX},   0 },
@@ -217,6 +218,7 @@
  {{ USB_VENDOR_MELCO,          USB_PRODUCT_MELCO_LUATX1},        0 },
  {{ USB_VENDOR_MELCO,          USB_PRODUCT_MELCO_LUATX5},        0 },
  {{ USB_VENDOR_MELCO,          USB_PRODUCT_MELCO_LUA2TX5},       PII },
+ {{ USB_VENDOR_MICROSOFT,      USB_PRODUCT_MICROSOFT_MN110},     PII },
  {{ USB_VENDOR_NETGEAR,         USB_PRODUCT_NETGEAR_FA101},       PII },
  {{ USB_VENDOR_SIEMENS,                USB_PRODUCT_SIEMENS_SPEEDSTREAM}, PII },
  {{ USB_VENDOR_SMARTBRIDGES,   USB_PRODUCT_SMARTBRIDGES_SMARTNIC},PII },



Home | Main Index | Thread Index | Old Index