Hi,

I recently picked up a Delock 61147 network adapter and it lacked
support in -current, so I've written a driver mos(4) and sent a patch
which got committed fairly quickly to my surprise.
I'm using the adapter on my x86 box for roughly a week and it's working
fine for me so far:
# netstat -I mos0
Name    Mtu   Network     Address              Ipkts Ierrs    Opkts 
Oerrs Colls
mos0    1500  <Link>      00:13:3b:05:01:38   862560     0  1457479     
0     0
mos0    1500  10.1.1/24   10.1.1.1            862560     0  1457479     
0     0
mos0    1500  fe80::%mos0 fe80::213:3bff:fe   862560     0  1457479     
0     0

The relevant bits of dmesg are:
mos0 at uhub0 port 2 configuration 1 interface 0 "Moschip Semiconductor 
USB-MAC Controller" rev 2.00/1.00 addr 3
mos0: MCS7830, address 00:13:3b:05:01:38
ukphy0 at mos0 phy 1: Generic IEEE 802.3u media interface, rev. 0: OUI 
0x000000, model 0x0000

In addition to the vendor/device ID of the reference design, the driver
attaches to the IDs for the Sitecom LN030 device. 

By now, the driver should be in the snapshots for all the major
architectures, so please test it and give me some feedback if you have
any issues.

Thanks,

--jc

Reply via email to