boot problems with todays kernel

1999-01-02 Thread Bob Vaughan
kernel source cvsup'd within the last hour.. world from 991101 Preloaded elf module "linux.ko" at 0xc03bf2cc. Preloaded elf module "atapi.ko" at 0xc03bf36c. link_elf: symbol atapi_drvtab undefined Intel Pentium detected, installing workaround for F00F bug VESA: v1.2, 2048k memory, flags:0x0, mod

Re: boot problems with todays kernel

1999-01-02 Thread Luoqi Chen
> Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x0 > fault code = supervisor write, page not present > instruction pointer = 0x8:0xc0680c04 > stack pointer = 0x10:0xc03d3f08 > frame pointer = 0x10:0x2a94 > code segment=

Re: boot problems with todays kernel

1999-01-02 Thread Will Andrews
At 04:42 PM 11/4/99 -0800, you wrote: Seems to me like a simple problem: >devclass_alloc_unit: npx0 already exists, using next available unit number >device npx0at isa? port IO_NPX irq 13 Shouldn't this be "at nexus?" ? Like apm0 is. I'm not quite sure it was the problem that Mike

Re: boot problems with todays kernel

1999-01-02 Thread Mike Heffner
On 05-Nov-99 Will Andrews chanted: | At 04:42 PM 11/4/99 -0800, you wrote: | | Seems to me like a simple problem: | |>devclass_alloc_unit: npx0 already exists, using next available unit number | |>device npx0at isa? port IO_NPX irq 13 | | Shouldn't t

Re: boot problems with todays kernel

1999-01-02 Thread Bob Vaughan
drews <[EMAIL PROTECTED]> > Subject: Re: boot problems with todays kernel > Cc: [EMAIL PROTECTED] > > At 04:42 PM 11/4/99 -0800, you wrote: > > Seems to me like a simple problem: > > >devclass_alloc_unit: npx0 already exists, using next available unit number >

Re: boot problems with todays kernel

1999-01-02 Thread Will Andrews
[ CC:'d to mdodd, imp as it relates to their current work ] At 10:44 PM 11/4/99 -0800, you wrote: >I'm now running into issues with pccard and the ep driver, where ep0 (3c574B) >is seen at boot time, at a familiar port/irq, but with a bogus mac address.. >(4b:57:4b:57:4b:57). ifconfig -a will im

Re: boot problems with todays kernel

1999-01-04 Thread Warner Losh
In message <[EMAIL PROTECTED]> Will Andrews writes: : Hmm.. ep0 on IRQ 3? It should be on IRQ 10. At least, that's what has : always worked : for me on previous -CURRENT code. Otherwise I get the same last 2 messages. I've always used 11. : Yep - this happens to me when i do a `ifconfig ep0`. Ka