Re: SMP kernel panics after calling acquire_timer0

2000-01-08 Thread Bruce Evans
On Sat, 8 Jan 2000, Mohit Aron wrote: > Hi, > I'm using FreeBSD-current (snapshot from Jan 3rd) which is configured > with both SMP and APIC_IO support. This version panics upon calling > acquire_timer0() (to modify the interrupt frequency of the 8254). On the other > hand, if the kernel is

Re: SMP kernel panics after calling acquire_timer0

2000-01-08 Thread Mohit Aron
> > You may want to upgrade to a more recent source tree : > I've cvsupped from a 4.0-19991229-CURRENT snapshot to the sources around > 01/05 21h00 GMT and SMP works fine on my machine (I have seen strange > things with the snapshot : cvs did not want to check out the source tree > ! not a pleas

Re: SMP kernel panics after calling acquire_timer0

2000-01-08 Thread Thierry Herbelot
hello, You may want to upgrade to a more recent source tree : I've cvsupped from a 4.0-19991229-CURRENT snapshot to the sources around 01/05 21h00 GMT and SMP works fine on my machine (I have seen strange things with the snapshot : cvs did not want to check out the source tree ! not a pleasant di

SMP kernel panics after calling acquire_timer0

2000-01-08 Thread Mohit Aron
Hi, I'm using FreeBSD-current (snapshot from Jan 3rd) which is configured with both SMP and APIC_IO support. This version panics upon calling acquire_timer0() (to modify the interrupt frequency of the 8254). On the other hand, if the kernel is not configured as an SMP, then it works fine.