Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/dev/usb Pull up revision 1.77 (requested by rh in t...



details:   https://anonhg.NetBSD.org/src/rev/960b2449cec4
branches:  netbsd-1-6
changeset: 529286:960b2449cec4
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Nov 06 20:38:31 2002 +0000

description:
Pull up revision 1.77 (requested by rh in ticket #442):
Add support for the SMC 2206USB/ETH EZ Connect adapter (Pegasus II)

diffstat:

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

diffs (26 lines):

diff -r 00a47e9b5a1b -r 960b2449cec4 sys/dev/usb/if_aue.c
--- a/sys/dev/usb/if_aue.c      Wed Nov 06 20:37:12 2002 +0000
+++ b/sys/dev/usb/if_aue.c      Wed Nov 06 20:38:31 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_aue.c,v 1.75 2002/03/18 14:01:05 christos Exp $     */
+/*     $NetBSD: if_aue.c,v 1.75.6.1 2002/11/06 20:38:31 tron 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.75 2002/03/18 14:01:05 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_aue.c,v 1.75.6.1 2002/11/06 20:38:31 tron Exp $");
 
 #if defined(__NetBSD__)
 #include "opt_inet.h"
@@ -218,6 +218,7 @@
  {{ USB_VENDOR_SIEMENS,                USB_PRODUCT_SIEMENS_SPEEDSTREAM}, PII },
  {{ USB_VENDOR_SMARTBRIDGES,   USB_PRODUCT_SMARTBRIDGES_SMARTNIC},PII },
  {{ USB_VENDOR_SMC,            USB_PRODUCT_SMC_2202USB},         0 },
+ {{ USB_VENDOR_SMC,            USB_PRODUCT_SMC_2206USB},         PII },
  {{ USB_VENDOR_SOHOWARE,       USB_PRODUCT_SOHOWARE_NUB100},     0 },
 };
 #define aue_lookup(v, p) ((struct aue_type *)usb_lookup(aue_devs, v, p))



Home | Main Index | Thread Index | Old Index