Re: panic() in devfs_makelink() with recent -current

1999-05-23 Thread Poul-Henning Kamp
In message <199905240222.waa00...@whizzo.transsys.com>, "Louis A. Mamakos" writ es: > >I recently tried building a new kernel after quite a bit, and I get a >panic while the system's booting in devfs_makelink, apparently being >called from fd_attach(). > >Is DEVFS and the new-bus code hopelessly in

Re: panic() in devfs_makelink() with recent -current

1999-05-23 Thread Natty Rebel
Quoting Louis A. Mamakos (lo...@transsys.com): > > I recently tried building a new kernel after quite a bit, and I get a > panic while the system's booting in devfs_makelink, apparently being > called from fd_attach(). > > Is DEVFS and the new-bus code hopelessly incompatable, and should I just >

panic() in devfs_makelink() with recent -current

1999-05-23 Thread Louis A. Mamakos
I recently tried building a new kernel after quite a bit, and I get a panic while the system's booting in devfs_makelink, apparently being called from fd_attach(). Is DEVFS and the new-bus code hopelessly incompatable, and should I just unconfigure DEVFS? Or is this something that I can dig into