random as module needs work

2001-03-13 Thread Andrew Gallatin
I built a kernel without the random device and tried to use the module. I loaded it from the bootloader and the machine panic'ed on boot: Mounting root from ufs:/dev/da0a da0 at sym0 bus 0 target 0 lun 0 da0: SEAGATE ST39140W 1498 Fixed Direct Access SCSI-2 device da0: 40.000MB/s transfers

Re: random as module needs work

2001-03-13 Thread Jake Burkholder
I built a kernel without the random device and tried to use the module. I loaded it from the bootloader and the machine panic'ed on boot: Mounting root from ufs:/dev/da0a da0 at sym0 bus 0 target 0 lun 0 da0: SEAGATE ST39140W 1498 Fixed Direct Access SCSI-2 device da0: 40.000MB/s

RE: random as module needs work

2001-03-13 Thread John Baldwin
On 13-Mar-01 Andrew Gallatin wrote: Gdb says: (gdb) l* 0xfc42f824 0xfc42f824 is in name2oid (../../kern/kern_sysctl.c:621). 616 *p = '\0'; 617 618 oidp = SLIST_FIRST(lsp); 619 620 while (oidp *len CTL_MAXNAME) { 621