On Tue, Dec 17, 2019 at 12:30:17PM +0100, zeurk...@volny.cz wrote: > [not subscribed, please Cc, thanks.] > > Haai, > > Mewas actually looking for a Cardbus adapter, but availability issues > made me have to go with USB again... at least it works :) > > > axe0 at uhub0 port 2 configuration 1 interface 0 "ASIX Electronics AX88178" > > rev 2.00/0.01 addr 2 > > axe0: AX88178, address XX:CE:NS:OR:ED:XX > > rgephy0 at axe0 phy 1: RTL8169S/8110S/8211 PHY, rev. 2 > > The box only specifies "ASIX chipset", but after studying the manual > pages, it did make me take the plunge. Given that most manufacturers > apparently refuse to specify even that much, mesupposes we're lucky in > this case... > > ...manual patch below. > > --zeurkous. > > Index: src/share/man/man4/axe.4 > =================================================================== > RCS file: /cvs/src/share/man/man4/axe.4,v > retrieving revision 1.45 > diff -u -p -u -r1.45 axe.4 > --- src/share/man/man4/axe.4 16 Jul 2013 16:05:48 -0000 1.45 > +++ src/share/man/man4/axe.4 17 Dec 2019 11:20:12 -0000 > @@ -31,7 +31,7 @@ > .\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/axe.4,v 1.3 2003/05/29 > 21:28:35 ru Exp $ > .\" $OpenBSD: axe.4,v 1.45 2013/07/16 16:05:48 schwarze Exp $ > .\" > -.Dd $Mdocdate: July 16 2013 $ > +.Dd $Mdocdate: December 17 2019 $ > .Dt AXE 4 > .Os > .Sh NAME > @@ -58,6 +58,7 @@ following: > .It Buffalo(MELCO) LUA-U2-KTX > .It Corega FEther USB2-TX > .It D-Link DUB-E100 > +.It Delock Gigabit USB 2.0 Ethernet Adapter, Dq "ASIX chipset" > .It Good Way GWUSB2E > .It Hawking UF200 > .It Intellinet USB 2.0 to Ethernet (rev A) >
hi. the "asix chipset" bit seems unneccessary, since the driver is only for asix chips (as far as i can tell) and quickly skimming online fails to turn up such a model with a different chipset. unless you have any more info, i guess we could commit without that part. jmc