Module Name: src
Committed By: jmcneill
Date: Mon Apr 19 21:56:35 UTC 2010
Modified Files:
src/sys/dev/usb: if_udav.c
Log Message:
match on SUNRISING SR9600 Fast Ethernet
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/usb/if_udav.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/if_udav.c
diff -u src/sys/dev/usb/if_udav.c:1.29 src/sys/dev/usb/if_udav.c:1.30
--- src/sys/dev/usb/if_udav.c:1.29 Mon Apr 5 07:21:48 2010
+++ src/sys/dev/usb/if_udav.c Mon Apr 19 21:56:35 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: if_udav.c,v 1.29 2010/04/05 07:21:48 joerg Exp $ */
+/* $NetBSD: if_udav.c,v 1.30 2010/04/19 21:56:35 jmcneill 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.29 2010/04/05 07:21:48 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_udav.c,v 1.30 2010/04/19 21:56:35 jmcneill Exp $");
#include "opt_inet.h"
#include "rnd.h"
@@ -150,6 +150,8 @@
{{ USB_VENDOR_SHANTOU, USB_PRODUCT_SHANTOU_ST268_USB_NIC }, 0},
/* ShanTou ADM8515 */
{{ USB_VENDOR_SHANTOU, USB_PRODUCT_SHANTOU_ADM8515 }, 0},
+ /* SUNRISING SR9600 */
+ {{ USB_VENDOR_SUNRISING, USB_PRODUCT_SUNRISING_SR9600 }, 0 },
#if 0
/* DAVICOM DM9601 Generic? */
/* XXX: The following ids was obtained from the data sheet. */