summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/if_kue.c2
-rw-r--r--sys/dev/usb/usb_quirks.c2
-rw-r--r--sys/dev/usb/usbdevs7
-rw-r--r--sys/dev/usb/usbdevs.h9
-rw-r--r--sys/dev/usb/usbdevs_data.h18
5 files changed, 23 insertions, 15 deletions
diff --git a/sys/dev/usb/if_kue.c b/sys/dev/usb/if_kue.c
index caae945..02dc95d 100644
--- a/sys/dev/usb/if_kue.c
+++ b/sys/dev/usb/if_kue.c
@@ -105,7 +105,7 @@ static const char rcsid[] =
* Various supported device vendors/types and their names.
*/
static struct kue_type kue_devs[] = {
- { USB_VENDOR_KLSI, USB_PRODUCT_KLSI_USB101,
+ { USB_VENDOR_AOX, USB_PRODUCT_AOX_USB101,
"KLSI USB ethernet" },
{ USB_VENDOR_ADS, USB_PRODUCT_ADS_ENET,
"KLSI USB ethernet" },
diff --git a/sys/dev/usb/usb_quirks.c b/sys/dev/usb/usb_quirks.c
index 4a8dd84..a2b57d0 100644
--- a/sys/dev/usb/usb_quirks.c
+++ b/sys/dev/usb/usb_quirks.c
@@ -62,7 +62,7 @@ static struct usbd_quirk_entry {
{ USB_VENDOR_BTC, USB_PRODUCT_BTC_BTC7932, 0x100, { UQ_NO_STRINGS }},
{ USB_VENDOR_ADS, USB_PRODUCT_ADS_ENET, 0x002, { UQ_NO_STRINGS|
UQ_NO_TSLEEP }},
- { USB_VENDOR_KLSI, USB_PRODUCT_KLSI_USB101, 0x002, { UQ_NO_STRINGS|
+ { USB_VENDOR_AOX, USB_PRODUCT_AOX_USB101, 0x002, { UQ_NO_STRINGS|
UQ_NO_TSLEEP }},
{ USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_ENET, 0x002, { UQ_NO_STRINGS|
UQ_NO_TSLEEP }},
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 699ffa4..f99d3ae 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -41,7 +41,7 @@ $FreeBSD$
* List of known USB vendors
*/
-vendor KLSI 0x03e8 Kawasaki LSI
+vendor AOX 0x03e8 Aox Inc.
vendor HP 0x03f0 Hewlett Packard
vendor NEC 0x0409 NEC
vendor KODAK 0x040a Eastman Kodak Corp.
@@ -97,6 +97,7 @@ vendor APPLE 0x05ac Apple Computer
vendor QTRONIX 0x05c7 Qtronix Corp
vendor ELSA 0x05cc ELSA Gmbh
vendor EIZONANAO 0x05e7 EIZO Nanao
+vendor KLSI 0x05e9 Kawasaki LSI
vendor PIENGINEERING 0x05f3 P.I. Engineering
vendor CHIC 0x05fe Chic Technology
vendor MACALLY 0x0618 Macally
@@ -119,8 +120,8 @@ vendor INTEL 0x8086 Intel
* List of known products. Grouped by vendor.
*/
-/* Kawasaki LSI products */
-product KLSI USB101 0x0008 USB ethernet
+/* AOX Inc. products */
+product AOX USB101 0x0008 USB ethernet controller engine
/* HP products */
product HP 4100C 0x0101 Scanjet 4100C
diff --git a/sys/dev/usb/usbdevs.h b/sys/dev/usb/usbdevs.h
index d749500..456c6b7 100644
--- a/sys/dev/usb/usbdevs.h
+++ b/sys/dev/usb/usbdevs.h
@@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * FreeBSD: src/sys/dev/usb/usbdevs,v 1.2 1999/12/28 02:00:56 wpaul Exp
+ * FreeBSD: src/sys/dev/usb/usbdevs,v 1.3 2000/01/05 04:27:07 wpaul Exp
*/
/*
@@ -48,7 +48,7 @@
* List of known USB vendors
*/
-#define USB_VENDOR_KLSI 0x03e8 /* Kawasaki LSI */
+#define USB_VENDOR_AOX 0x03e8 /* Aox Inc. */
#define USB_VENDOR_HP 0x03f0 /* Hewlett Packard */
#define USB_VENDOR_NEC 0x0409 /* NEC */
#define USB_VENDOR_KODAK 0x040a /* Eastman Kodak Corp. */
@@ -104,6 +104,7 @@
#define USB_VENDOR_QTRONIX 0x05c7 /* Qtronix Corp */
#define USB_VENDOR_ELSA 0x05cc /* ELSA Gmbh */
#define USB_VENDOR_EIZONANAO 0x05e7 /* EIZO Nanao */
+#define USB_VENDOR_KLSI 0x05e9 /* Kawasaki LSI */
#define USB_VENDOR_PIENGINEERING 0x05f3 /* P.I. Engineering */
#define USB_VENDOR_CHIC 0x05fe /* Chic Technology */
#define USB_VENDOR_MACALLY 0x0618 /* Macally */
@@ -126,8 +127,8 @@
* List of known products. Grouped by vendor.
*/
-/* Kawasaki LSI products */
-#define USB_PRODUCT_KLSI_USB101 0x0008 /* USB ethernet */
+/* AOX Inc. products */
+#define USB_PRODUCT_AOX_USB101 0x0008 /* USB ethernet controller engine */
/* HP products */
#define USB_PRODUCT_HP_4100C 0x0101 /* Scanjet 4100C */
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h
index 9082a20..8c4a763 100644
--- a/sys/dev/usb/usbdevs_data.h
+++ b/sys/dev/usb/usbdevs_data.h
@@ -4,7 +4,7 @@
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * FreeBSD: src/sys/dev/usb/usbdevs,v 1.2 1999/12/28 02:00:56 wpaul Exp
+ * FreeBSD: src/sys/dev/usb/usbdevs,v 1.3 2000/01/05 04:27:07 wpaul Exp
*/
/*
@@ -46,10 +46,10 @@
struct usb_knowndev usb_knowndevs[] = {
{
- USB_VENDOR_KLSI, USB_PRODUCT_KLSI_USB101,
+ USB_VENDOR_AOX, USB_PRODUCT_AOX_USB101,
0,
- "Kawasaki LSI",
- "USB ethernet",
+ "Aox Inc.",
+ "USB ethernet controller engine",
},
{
USB_VENDOR_HP, USB_PRODUCT_HP_4100C,
@@ -658,9 +658,9 @@ struct usb_knowndev usb_knowndevs[] = {
"82930 test board",
},
{
- USB_VENDOR_KLSI, 0,
+ USB_VENDOR_AOX, 0,
USB_KNOWNDEV_NOPROD,
- "Kawasaki LSI",
+ "Aox Inc.",
NULL,
},
{
@@ -994,6 +994,12 @@ struct usb_knowndev usb_knowndevs[] = {
NULL,
},
{
+ USB_VENDOR_KLSI, 0,
+ USB_KNOWNDEV_NOPROD,
+ "Kawasaki LSI",
+ NULL,
+ },
+ {
USB_VENDOR_PIENGINEERING, 0,
USB_KNOWNDEV_NOPROD,
"P.I. Engineering",
OpenPOWER on IntegriCloud