diff options
author | wpaul <wpaul@FreeBSD.org> | 2000-01-05 17:31:05 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 2000-01-05 17:31:05 +0000 |
commit | c7ff49d1bb213f8fa04bd35cf60aa8bb6c581f7c (patch) | |
tree | 644f9f40d9dba73f4ebed156d0e19b499b80e5a9 | |
parent | adbfa252f0811a1266890bc3b5073dd286b7340d (diff) | |
download | FreeBSD-src-c7ff49d1bb213f8fa04bd35cf60aa8bb6c581f7c.zip FreeBSD-src-c7ff49d1bb213f8fa04bd35cf60aa8bb6c581f7c.tar.gz |
Doh. Forgot to add the entry for the 3Com 3c19250 to the supported
devices table.
-rw-r--r-- | sys/dev/usb/if_kue.c | 2 |
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 } }; |