Re: Freebsd 6.0 doesnt detect local APIC on a Pentium 3 machine

2005-11-07 Thread Joseph Koshy
"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

Re: allocating 14KB memory per packet compression/decompression results in vm_fault

2005-11-04 Thread Joseph Koshy
> - Am I not following the correct procedures to > allocate and deallocate memory in kernel space ?? > - Or is the problem elsewhere ?? You didn't say whether you've checked your code for buffer overruns. If the fault is happening in seemingly unrelated parts of the kernel with your module is e