> pci50: physical bus=-1061225984
>
> A little dubious, I think. Below is the dmesg(8) output from
> kernel.old, my last good kernel built yesterday, booted with ``boot
> -v''.
>
The enclosed patch might be relevant. I got similar problems without
it.
Index: pcisupport.c
===================================================================
RCS file: /home/ncvs/src/sys/pci/pcisupport.c,v
retrieving revision 1.168
diff -u -r1.168 pcisupport.c
--- pcisupport.c 2000/08/31 23:11:35 1.168
+++ pcisupport.c 2000/09/03 02:16:21
@@ -770,7 +915,7 @@
ivar = malloc(sizeof ivar[0], M_DEVBUF /* XXX */, M_NOWAIT);
if (ivar == NULL)
panic("out of memory");
- device_set_ivars(child, ivar);
+ device_set_ivars(dev, ivar);
ivar[0] = secondary;
return bus_generic_attach(dev);
} else
- Tor Egge
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message