ith the vfs_mountroot commit crashes before the "SMP: AP CPU
#1 Launched" message and during the last printf() from the scsi
initialization. Some of the filesystems do get mounted because a rebooting
a working kernel indicates that some of the filesystems went down dirty.
The motherboard that I am running is an MSI694-Pro with a pair of 933
piii's.
thanks
dave adkins
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
za
>
>
>
> To Unsubscribe: send mail to majord...@freebsd.org
> with "unsubscribe freebsd-current" in the body of the message
>
>
I think it's the recent dev_t changes causing problems.
I haven't tracked it any further.
Try changing:
#define DE
Kernels built with these panic at mem_range_AP_init() on a dual
pentium system. The cvs log entries for mem.c and mp_machdep.c,
v1.57 and v1.99 respectively, indicate that the hook
(mem_range_softc.mr_op->initAP()) is for the i686 and seems to have
NULL entry for a pentium.
dave adkins