RE: Current SMP with ACPI dies in a second

2003-11-20 Thread Tomi Vainio - Sun Finland
John Baldwin writes:
  
  Ok, your BIOS is buggy, but I think I can work around it.
  http://www.FreeBSD.org/~jhb/patches/acpi_irq.patch
  
Thanks, now it's working much better!

New dmesg and vmstat-i at http://tomppa.iki.fi/~tomppa/FreeBSD/

  Tomppa
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Current SMP with ACPI dies in a second

2003-11-20 Thread John Baldwin

On 20-Nov-2003 Tomi Vainio - Sun Finland wrote:
 John Baldwin writes:
   
   Ok, your BIOS is buggy, but I think I can work around it.
   http://www.FreeBSD.org/~jhb/patches/acpi_irq.patch
   
 Thanks, now it's working much better!
 
 New dmesg and vmstat-i at http://tomppa.iki.fi/~tomppa/FreeBSD/

You probably shouldn't be using intpm with acpi by the way.

-- 

John Baldwin [EMAIL PROTECTED]http://www.FreeBSD.org/~jhb/
Power Users Use the Power to Serve!  -  http://www.FreeBSD.org/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Current SMP with ACPI dies in a second

2003-11-19 Thread Tomi Vainio - Sun Finland
Tomi Vainio writes:
  My old MSI-6120 SMP system has been unusable quite a while with ACPI.
  I've got these so far:
   - Couldn't get vector from ISR
   - vmstat -i shows high interrupt rates and system is very slow
   - kernel trap 12 panic
  
  Latest problem is something like this:
  pfs_vncache_unload(): 2 entries remaining
  current process = 27 (irq17: fxp0)
  kernel trap 12
  stray irq20
  
  Kernel config, dmesg, acpidump, etc. files available at
  http://tomppa.iki.fi/~tomppa/FreeBSD/
  
With latest source cvsupped 15 minutes ago system don't panic anymore
but it's still unusable with acpi because of too high interrupt rate
from acpi device.

vmstat -i
interrupt  total   rate
irq1: atkbd0 291  1
irq0: clk  28360 99
irq6: fdc0 5  0
irq8: rtc  36303127
irq12: psm0  942  3
irq14: ata0   10  0
irq15: ata1   49  0
irq16: ahc0 ahc17788 27
irq17: fxp0 2886 10
irq19: uhci0 bktr0 31336110
irq20: acpi011614583  40896
irq9: intpm01376  4
Total   11723929  41281

  Tomppa
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Current SMP with ACPI dies in a second

2003-11-18 Thread Tomi Vainio - Sun Finland
My old MSI-6120 SMP system has been unusable quite a while with ACPI.
I've got these so far:
 - Couldn't get vector from ISR
 - vmstat -i shows high interrupt rates and system is very slow
 - kernel trap 12 panic

Latest problem is something like this:
pfs_vncache_unload(): 2 entries remaining
current process = 27 (irq17: fxp0)
kernel trap 12
stray irq20

Kernel config, dmesg, acpidump, etc. files available at
http://tomppa.iki.fi/~tomppa/FreeBSD/

  Tomppa
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]