Date: Thu, 13 Jan 2000 13:50:47 GMT From: fujiwara@rcac.tdi.co.jp To: FreeBSD-gnats-submit@freebsd.org Subject: i386/16101: COREGA USB Ether works with kue0 driver Message-ID: <200001131350.NAA01008@tree.f.rcac.tdi.co.jp>
next in thread | raw e-mail | index | archive | help
>Number: 16101 >Category: i386 >Synopsis: COREGA USB Ether >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jan 13 06:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Kazunori Fujiwara >Release: FreeBSD 4.0-CURRENT i386 >Organization: TDI Co., Ltd. >Environment: >Description: COREGA USB Ether works with kue0 driver. >How-To-Repeat: >Fix: add this to /sys/dev/usb/usbdevs.h #define USB_VENDOR_COREGA 0x07aa #define USB_PRODUCT_COREGA_USBT 0x0001 and add this to /sys/dev/usb/if_kue.c kue_devs[] structure { USB_VENDOR_COREGA, USB_PRODUCT_COREGA_USBT, "KLSI USB ethernet" }, usbdevs -v shows: port 2 addr 2: power 110 mA, config 1, corega Ether USB-T(0x0001), corega(0x07aa), rev 0x0002 dmesg shows: kue0: corega corega Ether USB-T, rev 1.00/0.02, addr 2 kue0: Ethernet address: 00:00:f4:xx:xx:xx kue0: supplying EUI64: 00:00:f4:ff:fe:xx:xx:xx >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001131350.NAA01008>