I'm getting an excessive amount of interrupts on irq23: uhci2 ehci1
I've done enough experimenting to discover that this problem goes away when the 4 SATA drives connected to the embedded SIL3114 controller are disconnected.
Other posts have indicated similar issues are solved by setting the SATA mode to AHCI in the BIOS, but this doesn't seem to be an option in my BIOS.
I've also read somewhere that using i386 instead of amd64 would resolve this, but I use ZFS and I'm not sure I'm comfortable with running ZFS on i386.
The kernel I'm running simply had ehci turned off and back on, as part of my troubleshooting. It's GENERIC.
Anyone have any suggestions as to what I can try to get rid of these interrupts? It makes me nervous as I started getting spammed with interrupt storms after I left some backups writing to the zfs raidz1 pool overnight.
Thanks for any help!
Code:
$ uname -a
[FreeBSD atlas.redacted 8.1-RELEASE FreeBSD 8.1-RELEASE #1: Mon Aug 30 18:12:11 CDT 2010 root@atlas.redacted:/usr/obj/usr/src/sys/ATLAS amd64
Code:
atlas# vmstat -i
interrupt total rate
irq14: ata0 35 0
irq19: uhci3+ 1531 0
irq21: uhci1+ 371570 161
irq23: uhci2 ehci1 295459342 128237
cpu0: timer 4606599 1999
irq256: em0 5446500 2363
cpu1: timer 4606104 1999
Total 310491681 134762
atlas# uptime
7:46PM up 39 mins, 2 users, load averages: 0.49, 0.41, 0.34
atlas#
I've done enough experimenting to discover that this problem goes away when the 4 SATA drives connected to the embedded SIL3114 controller are disconnected.
Other posts have indicated similar issues are solved by setting the SATA mode to AHCI in the BIOS, but this doesn't seem to be an option in my BIOS.
I've also read somewhere that using i386 instead of amd64 would resolve this, but I use ZFS and I'm not sure I'm comfortable with running ZFS on i386.
The kernel I'm running simply had ehci turned off and back on, as part of my troubleshooting. It's GENERIC.
Anyone have any suggestions as to what I can try to get rid of these interrupts? It makes me nervous as I started getting spammed with interrupt storms after I left some backups writing to the zfs raidz1 pool overnight.
Thanks for any help!