Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

USB errors with aue0 device on macppc but not i386

11 views
Skip to first unread message

Nathan J. Williams

unread,
Jun 26, 2002, 2:59:48 PM6/26/02
to

I recently added a line to the if_aue.c driver for the el-cheapo 3Com
3c460B USB Ethernet widget, based on the Pegasus II chipset. It works
fine for me on an x86 box. When I plug it in to my macppc box, as soon
as I run "ifconfig aue0 up" I get a steady stream of:

aue0: 1 usb errors on intr: IOERROR
aue0: 2 usb errors on intr: IOERROR
aue0: 1 usb errors on intr: IOERROR
...

with about one message per second.

It still functions on the macppc box - I did the commit while using it
there - but this stream of messages seems wrong. Any suggestions where
I should start looking for, say, an endian bug (I've only ever used
the aue driver on i386 and alpha systems before)?

- Nathan

Minoura Makoto

unread,
Jun 27, 2002, 12:15:58 PM6/27/02
to

|> In <mtuit45...@contents-vnder-pressvre.mit.edu>

|> "Nathan J. Williams" <nat...@wasabisystems.com> wrote:

> aue0: 1 usb errors on intr: IOERROR
> aue0: 2 usb errors on intr: IOERROR
> aue0: 1 usb errors on intr: IOERROR
> ...

I have a similar problem on my i386 box. Possiblly it is a
bug of the ohci driver. All errors are data toggle mismatch.

Since the interrupt transfer is used only for collecting
statics in if_aue, these messages are harmless (I think).
Of course for other devices in which interrupt transfers are
used for important data it should be fixed.

--
Minoura Makoto <min...@netbsd.org>

0 new messages