Re: HZ option [Was: Re: custom kernel + if_xl + error]

2005-09-04 Thread Peter Jeremy
On Sun, 2005-Sep-04 04:27:24 +0200, Emanuel Strobl wrote: standard. Here's what my non-acpi/apic system ([EMAIL PROTECTED]) says: kern.clockrate: { hz = 1000, tick = 1000, profhz = 1024, stathz = 128 } And here from my 1GHz Celeron with acpi and apic: kern.clockrate: { hz = 1000, tick = 1000,

Re: custom kernel + if_xl + error

2005-09-04 Thread L.Edgeworth
--- Kris Kennaway [EMAIL PROTECTED] wrote: Looks like you're running make -j. Don't do this when you encounter errors, because they're probably hidden far back in the output. actually, it was the -j option causing problems, although making a GENERIC kernel worked fine? Also, when you

Re: custom kernel + if_xl + error

2005-09-04 Thread Kris Kennaway
On Sun, Sep 04, 2005 at 09:34:42PM +0100, L.Edgeworth wrote: --- Kris Kennaway [EMAIL PROTECTED] wrote: Looks like you're running make -j. Don't do this when you encounter errors, because they're probably hidden far back in the output. actually, it was the -j option causing

custom kernel + if_xl + error

2005-09-03 Thread L.Edgeworth
Hello! Not sure what I am missing but for some perculiar reason my kernel config doesn't compile, it bails out with: === xl (depend) ln -s /usr/obj/usr/src/sys/VORPOL/opt_bdg.h opt_bdg.h @ - /usr/src/sys machine - /usr/src/sys/i386/include awk -f @/tools/makeobjops.awk @/dev/mii/miibus_if.m -h

HZ option [Was: Re: custom kernel + if_xl + error]

2005-09-03 Thread Emanuel Strobl
Am Sonntag, 4. September 2005 03:15 CEST schrieb L.Edgeworth: [*snip*] Sorry, can't help, i can't see any reason for this in your config file... options SMP deviceapic options DEVICE_POLLING options HZ=1000 AFAIK setting HZ to 1000 isn't

Re: custom kernel + if_xl + error

2005-09-03 Thread Kris Kennaway
On Sun, Sep 04, 2005 at 02:15:56AM +0100, L.Edgeworth wrote: Hello! Not sure what I am missing but for some perculiar reason my kernel config doesn't compile, it bails out with: === xl (depend) ln -s /usr/obj/usr/src/sys/VORPOL/opt_bdg.h opt_bdg.h @ - /usr/src/sys machine -