summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-01-05 17:31:05 +0000
committerwpaul <wpaul@FreeBSD.org>2000-01-05 17:31:05 +0000
commitc7ff49d1bb213f8fa04bd35cf60aa8bb6c581f7c (patch)
tree644f9f40d9dba73f4ebed156d0e19b499b80e5a9 /sys/dev/usb
parentadbfa252f0811a1266890bc3b5073dd286b7340d (diff)
downloadFreeBSD-src-c7ff49d1bb213f8fa04bd35cf60aa8bb6c581f7c.zip
FreeBSD-src-c7ff49d1bb213f8fa04bd35cf60aa8bb6c581f7c.tar.gz
Doh. Forgot to add the entry for the 3Com 3c19250 to the supported
devices table.
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/if_kue.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/if_kue.c b/sys/dev/usb/if_kue.c
index 890d0f7..caae945 100644
--- a/sys/dev/usb/if_kue.c
+++ b/sys/dev/usb/if_kue.c
@@ -115,6 +115,8 @@ static struct kue_type kue_devs[] = {
"KLSI USB ethernet" },
{ USB_VENDOR_ENTREGA, USB_PRODUCT_ENTREGA_E45,
"KLSI USB ethernet" },
+ { USB_VENDOR_3COM, USB_PRODUCT_3COM_3C19250,
+ "KLSI USB ethernet" },
{ 0, 0, NULL }
};
OpenPOWER on IntegriCloud