View Single Post
  #5   (View Single Post)  
Old 2nd June 2009
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,507
Default

I am also getting an interrupt storm with FBSD 7.1 and tried Oliver-H suggestion to raise the interrupt threshold in /etc/sysctl.conf

My /etc/sysctl.conf:
Quote:
# Uncomment this to prevent users from seeing information about processes that
# are being run under another UID.
#security.bsd.see_other_uids=0
sysctl.hw.intr_storm_threshold=400
My vmstat -i
Quote:
$ vmstat -i
interrupt total rate
irq0: clk 541876 999
irq1: atkbd0 465 0
irq6: fdc0 10 0
irq8: rtc 69341 127
irq11: ath0 rl0++ 12067 22
irq12: psm0 10632 19
irq14: ata0 59 0
irq15: ata1 3547 6
Total 637997 1177
Edited dmesg:

Quote:
ath0: <Atheros 5212> mem 0xe8000000-0xe800ffff irq 11 at device 9.0 on pci0
ath0: [ITHREAD]
ath0: WARNING: using obsoleted if_watchdog interface
ath0: Ethernet address: 00:30:4f:4a:bf:76
ath0: mac 7.9 phy 4.5 radio 5.6
rl0: <RealTek 8139 10/100BaseTX> port 0xe800-0xe8ff mem 0xe8010000-0xe80100ff irq 11 at device 13.0 on pci0
miibus0: <MII bus> on rl0
rlphy0: <RealTek internal media interface> PHY 0 on miibus0
rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
rl0: Ethernet address: 00:01:29:25:10:23
rl0: [ITHREAD]
.....interrupt storm detected on "irq11:"; throttling interrupt source
interrupt storm detected on "irq11:"; throttling interrupt source
interrupt storm detected on "irq11:"; throttling interrupt source
What I am wondering is if I can disable rl and rlphy as I'm not using the NIC card. Can this be done short of compiling a new kernel (/boot/device.hints vs /etc/sysctl.conf ?) or the old BSD way? >ukc
Reply With Quote