On 7/9/11, erik quanstrom <quans...@quanstro.net> wrote: > as a wag, i would start by tweaking ether1116.c (sic) to leave the > second port alone.
Wagged. It appears from the code in devether.c that the MaxEther enum in devether.h is what controls how many ethernet cards are frobbed. I changed MaxEther from 2 to 1. It said the same thing except without the #l1 line. Because I saw the "#u/u" right before the message, I tried turning off the USB entirely by commenting it out in the plug file. The "#u/u" at the beginning of the line went away, but the "spurious irqbridge interrupt: 00000010" messages continue. Still investigating.