On Sat, Jan 21, 2012 at 06:29:22AM +1030, David Walker wrote: > Every few minutes I see this on the console ... > ichiic0: abort failed, status 0x2<INTR> > ... followed a minute or so later by ... > ichiic0: abort failed, status 0x40<INUSE> > ... rinse and repeat. > > dc0 at pci1 dev 1 function 0 "Lite-On PNIC" rev 0x21: apic 2 int 17, > address 00:a0:cc:39:d5:7e > lxtphy0 at dc0 phy 1: LXT970 10/100 PHY, rev. 0 > ... > ichiic0 at pci0 dev 31 function 3 "Intel 82801EB/ER SMBus" rev 0x02: > apic 2 int 17 > iic0 at ichiic0 > admtm0 at iic0 addr 0x2d: 47m192 > iic0: addr 0x2f 04=00 06=06 07=00 0c=00 0d=07 0e=85 0f=00 10=c4 11=10 > 12=00 13=60 14=14 15=62 16=01 17=06 words 00=ffff 01=ffff 02=ffff > 03=ffff 04=00ff 05=ffff 06=06ff 07=00ff > "eeprom" at iic0 addr 0x50 not configured
Just an idea, but the SMBus controller has the same interrupt mappings as this "Lite-On" Ethernet device, is that something you installed? * You can disable ichiich in UKC/config(8), losing admtmp(4). * Force the driver to use polling (..check the source). * Figure out why they won't share the interrupt (..source/datasheets). or.. * Remove that Ethernet card. -Bryan.

