summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/kue.43
-rw-r--r--sys/dev/usb/if_kue.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/kue.4 b/share/man/man4/kue.4
index 22c02f42142..66fb990743a 100644
--- a/share/man/man4/kue.4
+++ b/share/man/man4/kue.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kue.4,v 1.9 2004/09/30 19:59:24 mickey Exp $
+.\" $OpenBSD: kue.4,v 1.10 2004/10/16 01:22:52 jsg Exp $
.\" $NetBSD: kue.4,v 1.5 2000/03/20 01:34:22 augustss Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999, 2000
@@ -69,6 +69,7 @@ This includes the following adapters:
.It Tn Portgear Ethernet
.It Tn Portsmith Express Ethernet
.It Tn Shark Pocket Adapter
+.It Tn Silicom U2E
.It Tn SMC 2102USB
.It Tn SMC 2104USB
.El
diff --git a/sys/dev/usb/if_kue.c b/sys/dev/usb/if_kue.c
index 4660f878da1..4b188c63344 100644
--- a/sys/dev/usb/if_kue.c
+++ b/sys/dev/usb/if_kue.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_kue.c,v 1.27 2004/09/23 17:45:17 brad Exp $ */
+/* $OpenBSD: if_kue.c,v 1.28 2004/10/16 01:22:52 jsg Exp $ */
/* $NetBSD: if_kue.c,v 1.50 2002/07/16 22:00:31 augustss Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000
@@ -182,6 +182,7 @@ Static const struct usb_devno kue_devs[] = {
{ USB_VENDOR_PORTGEAR, USB_PRODUCT_PORTGEAR_EA9 },
{ USB_VENDOR_PORTSMITH, USB_PRODUCT_PORTSMITH_EEA },
{ USB_VENDOR_SHARK, USB_PRODUCT_SHARK_PA },
+ { USB_VENDOR_SILICOM, USB_PRODUCT_SILICOM_U2E },
{ USB_VENDOR_SMC, USB_PRODUCT_SMC_2102USB },
};
#define kue_lookup(v, p) (usb_lookup(kue_devs, v, p))