udav0: <vendor 0x0fe6 USB 2.0 10100M Ethernet Adaptor, class 0/0, rev 
1.10/1.01, addr 2> on usbus0
ue0: <USB Ethernet> on udav0
ue0: Ethernet address: 00:e0:4c:53:44:58

SHM



----- Original Message -----
From: Stuart Henderson <st...@openbsd.org>
To: Stefanus Hermawan <slashwa...@yahoo.com>; "bugs@openbsd.org" 
<bugs@openbsd.org>
Cc: 
Sent: Monday, April 29, 2013 4:23 PM
Subject: Re: Driver for Kontron (Industrial Computer Source / ICS Advent)
 DM9601 Fast Ethernet Adapter

On 2013/04/29 19:11, Jonathan Gray wrote:
> You need to figure out what chip it has.
> FreeBSD don't seem to have a man page for 'ue' or a driver in
> their sys/dev/usb/net/ dir so I have no idea what it is
> attaching as.

Looks like they attach all USB ethernet devices to ue;
http://svnweb.freebsd.org/base/head/sys/dev/usb/net/usb_ethernet.c?view=log

Stefanus, check your dmesg, the code has this:

if_printf(ifp, "<USB Ethernet> on %s\n", device_get_nameunit(ue->ue_dev));

which should print the actual driver it's using.

Reply via email to