On Monday 07 November 2005 08:38 pm, Vaibhave Agarwal wrote:
> On Mon, 7 Nov 2005, John Baldwin wrote:
> > And even then it can't be used for any device interrupts since there
> > aren't any I/O APICs. On a UP machine without I/O APICs, it's actually
> > probably more optimal to just use irq0 and
On Mon, 7 Nov 2005, John Baldwin wrote:
> And even then it can't be used for any device interrupts since there aren't
> any I/O APICs. On a UP machine without I/O APICs, it's actually probably
> more optimal to just use irq0 and irq8 for clocks rather than the lapic timer
> anyway. The only
On Sunday 06 November 2005 05:44 pm, Nate Lawson wrote:
> Vaibhave Agarwal wrote:
> > On Sun, 6 Nov 2005, John Baldwin wrote:
> >>We don't detect the local APIC via MSR's or the APIC bit in cpu_features,
> >> but rely on a working MP Table or MADT table to setup both the local
> >> APIC(s) and I/O
"jb" == "John Baldwin" said:
jb> We don't detect the local APIC via MSR's or the APIC bit in
jb> cpu_features, but rely on a working MP Table or MADT table
jb> to setup both the local APIC(s) and I/O APIC(s).
Unfortunately not having the APIC enabled in the BIOS also
means that we cannot use
Vaibhave Agarwal wrote:
On Sun, 6 Nov 2005, John Baldwin wrote:
We don't detect the local APIC via MSR's or the APIC bit in cpu_features, but
rely on a working MP Table or MADT table to setup both the local APIC(s) and
I/O APIC(s). Does your machine have a valid MP Table or an APIC table in
On Sun, 6 Nov 2005, John Baldwin wrote:
> We don't detect the local APIC via MSR's or the APIC bit in cpu_features, but
> rely on a working MP Table or MADT table to setup both the local APIC(s) and
> I/O APIC(s). Does your machine have a valid MP Table or an APIC table in its
> acpidump? Ma
On Sunday 06 November 2005 07:06 am, Vaibhave Agarwal wrote:
> hi,
>
> FreeBSD 6.0 always uses local APIC for the clock.
>
> But on my Pentium 3, 850 MHz machine, it doesnt detect local APIC and
> falls back to using the motherboard clock for the clock interrupts.
>
> I figured this out by printing
hi,
FreeBSD 6.0 always uses local APIC for the clock.
But on my Pentium 3, 850 MHz machine, it doesnt detect local APIC and
falls back to using the motherboard clock for the clock interrupts.
I figured this out by printing the value of
"using_lapic_timer" variable in the sys/i386/isa/clock.c fi