My ETX-US2 is 0x092a. $ usbdevs -v Controller /dev/usb0: addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), NEC(0x1033), rev 1.00 port 1 powered port 2 powered port 3 powered port 4 addr 2: high speed, power 224 mA, config 1, I-O DATA ETX-US2(0x092a), I-O DATA DEVICE,INC.(0x04bb), rev 1.01, iSerialNumber 685AA5 port 5 powered <snip>
I fogot usbdevs.patch file. I am sorry. http://www.tunagu.gr.jp/~isihara/usbdevs.patch<http://www.tunagu.gr.jp/%7Eisihara/if_aue.c.patch> 2013/11/17 Jonathan Gray <[email protected]> > What is the product number of this device? > NetBSD usbdevs has 0x092a, Linux has 0x093a and it isn't > included in your patches. > > On Sun, Nov 17, 2013 at 07:21:03AM +0900, [email protected] wrote: > > >Synopsis: patches to add support for I/O DATA ETX-US2 usb ethernet > adapter and fix wrong products name. > > >Category: kernel documentation > > >Environment: > > System : OpenBSD 5.4 > > Details : OpenBSD 5.4 (GENERIC) #0: Mon Nov 4 03:27:59 JST > 2013 > > [email protected] > :/usr/src/sys/arch/landisk/compile/GENERIC > > > > Architecture: OpenBSD.landisk > > Machine : landisk > > >Description: > > 5.4 does not support I/O DATA ETX-US2 ethernet adapter. > > and I found a wrong I/O DATA products name. > > > > cf. > http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=43040 > > >How-To-Repeat: > > > > >Fix: > > apply patches, please. > > http://www.tunagu.gr.jp/~isihara/aue.4.patch > > http://www.tunagu.gr.jp/~isihara/if_aue.c.patch > > > > > > dmesg: > > OpenBSD 5.4 (GENERIC) #0: Mon Nov 4 03:27:59 JST 2013 > > [email protected]:/usr/src/sys/arch/landisk/compile/GENERIC > > SH4 SH7751R > > real mem = 67108864 (64MB) > > avail mem = 61845504 (58MB) > > mainbus0 at root > > cpu0 at mainbus0: HITACHI SH4 266.666 MHz PCLOCK 33.333 MHz > > cpu0: 16KB/32B 2-way associative I-cache, 32KB/32B 2-way associative > D-cache > > shb0 at mainbus0 > > scif0 at shb0 > > scif0: console > > rsclock0 at shb0: RS5C313 real time clock > > shpcic0 at mainbus0: HITACHI SH7751R > > pci0 at shpcic0 > > re0 at pci0 dev 0 function 0 "Realtek 8139" rev 0x20: RTL8139C+ > (0x7480), irq 5, address 00:a0:b0:65:00:c6 > > rlphy0 at re0 phy 0: RTL internal PHY > > ohci0 at pci0 dev 2 function 0 "NEC USB" rev 0x43: irq 7, version 1.0 > > ohci1 at pci0 dev 2 function 1 "NEC USB" rev 0x43: irq 8, version 1.0 > > ehci0 at pci0 dev 2 function 2 "NEC USB" rev 0x04: irq 5 > > usb0 at ehci0: USB revision 2.0 > > uhub0 at usb0 "NEC EHCI root hub" rev 2.00/1.00 addr 1 > > usb1 at ohci0: USB revision 1.0 > > uhub1 at usb1 "NEC OHCI root hub" rev 1.00/1.00 addr 1 > > usb2 at ohci1: USB revision 1.0 > > uhub2 at usb2 "NEC OHCI root hub" rev 1.00/1.00 addr 1 > > obio0 at mainbus0 > > wdc0 at obio0 port 0x14000000-0x1400000f irq 10 > > wd0 at wdc0 channel 0 drive 0: <FLASH CARD> > > wd0: 1-sector PIO, LBA, 3831MB, 7847280 sectors > > wd0(wdc0:0:0): using BIOS timings > > power0 at obio0 irq 11 > > umsm0 at uhub1 port 1 configuration 1 interface 0 "HUAWEI Technologies > HUAWEI Mobile Modem" rev 1.10/0.00 addr 2 > > ucom0 at umsm0 > > umsm1 at uhub1 port 1 configuration 1 interface 1 "HUAWEI Technologies > HUAWEI Mobile Modem" rev 1.10/0.00 addr 2 > > ucom1 at umsm1 > > umass0 at uhub1 port 1 configuration 1 interface 2 "HUAWEI Technologies > HUAWEI Mobile Modem" rev 1.10/0.00 addr 2 > > umass0: using SCSI over Bulk-Only > > scsibus0 at umass0: 2 targets, initiator 0 > > cd0 at scsibus0 targ 1 lun 0: <HUAWEI, Mass Storage, 2.31> SCSI2 5/cdrom > removable > > vscsi0 at root > > scsibus1 at vscsi0: 256 targets > > softraid0 at root > > scsibus2 at softraid0: 256 targets > > root on wd0a swap on wd0b dump on wd0b > > > > usbdevs: > > Controller /dev/usb0: > > addr 1: high speed, self powered, config 1, EHCI root hub(0x0000), > NEC(0x1033), rev 1.00 > > port 1 powered > > port 2 powered > > port 3 powered > > port 4 powered > > port 5 powered > > Controller /dev/usb1: > > addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), > NEC(0x1033), rev 1.00 > > port 1 addr 2: full speed, power 500 mA, config 1, HUAWEI Mobile > Modem(0x1003), HUAWEI Technologies(0x12d1), rev 0.00 > > port 2 powered > > port 3 powered > > Controller /dev/usb2: > > addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), > NEC(0x1033), rev 1.00 > > port 1 powered > > port 2 powered > -- ISIHARA Takanori
