Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb put back rest of the lines that got cut off.



details:   https://anonhg.NetBSD.org/src/rev/fa9d484b2c48
branches:  trunk
changeset: 782930:fa9d484b2c48
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Nov 26 21:15:34 2012 +0000

description:
put back rest of the lines that got cut off.

diffstat:

 sys/dev/usb/if_axe.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r ea0a9641e9cd -r fa9d484b2c48 sys/dev/usb/if_axe.c
--- a/sys/dev/usb/if_axe.c      Mon Nov 26 20:34:28 2012 +0000
+++ b/sys/dev/usb/if_axe.c      Mon Nov 26 21:15:34 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_axe.c,v 1.59 2012/11/26 17:36:27 christos Exp $     */
+/*     $NetBSD: if_axe.c,v 1.60 2012/11/26 21:15:34 christos Exp $     */
 /*     $OpenBSD: if_axe.c,v 1.96 2010/01/09 05:33:08 jsg Exp $ */
 
 /*
@@ -89,7 +89,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_axe.c,v 1.59 2012/11/26 17:36:27 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_axe.c,v 1.60 2012/11/26 21:15:34 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_inet.h"
@@ -155,11 +155,11 @@
        { { USB_VENDOR_COREGA,          USB_PRODUCT_COREGA_FETHER_USB2_TX }, 0},
        { { USB_VENDOR_DLINK,           USB_PRODUCT_DLINK_DUBE100}, 0 },
        { { USB_VENDOR_DLINK,           USB_PRODUCT_DLINK_DUBE100B1 }, AX772 },
-       { { USB_VENDOR_DLINK,           USB_PRODUCT_DLINK_DUBE100C1 }, 
+       { { USB_VENDOR_DLINK,           USB_PRODUCT_DLINK_DUBE100C1 }, AX772 | AX772B },
        { { USB_VENDOR_GOODWAY,         USB_PRODUCT_GOODWAY_GWUSB2E}, 0 },
        { { USB_VENDOR_IODATA,          USB_PRODUCT_IODATA_ETGUS2 }, AX178 },
        { { USB_VENDOR_JVC,             USB_PRODUCT_JVC_MP_PRX1}, 0 },
-       { { USB_VENDOR_LENOVO,          USB_PRODUCT_LENOVO_ETHERNET }, 
+       { { USB_VENDOR_LENOVO,          USB_PRODUCT_LENOVO_ETHERNET }, AX772 | AX772B },
        { { USB_VENDOR_LINKSYS2,        USB_PRODUCT_LINKSYS2_USB200M}, 0 },
        { { USB_VENDOR_LINKSYS4,        USB_PRODUCT_LINKSYS4_USB1000 }, AX178 },
        { { USB_VENDOR_LOGITEC,         USB_PRODUCT_LOGITEC_LAN_GTJU2}, AX178 },



Home | Main Index | Thread Index | Old Index