Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jun 1997 03:10:02 -0700 (PDT)
From:      Bruce Evans <bde@zeta.org.au>
To:        freebsd-bugs
Subject:   Re: kern/3953: kern-config: options PANIC_REBOOT_WAIT_TIME doesn't work
Message-ID:  <199706261010.DAA15043@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/3953; it has been noted by GNATS.

From: Bruce Evans <bde@zeta.org.au>
To: admin@citylink.dinoex.sub.org, FreeBSD-gnats-submit@FreeBSD.ORG
Cc:  Subject: Re: kern/3953: kern-config: options PANIC_REBOOT_WAIT_TIME doesn't work
Date: Thu, 26 Jun 1997 20:01:21 +1000

 >giving the option PANIC_REBOOT_WAIT_TIME=<some_value> in the kernel
 >config file doesn't make it into the kernel.
 >Reason: This option is put into opt_machdep.h; while the respective
 >#define is needed in kern/kern_shutdown.c --- but kern/kern_shutdown.c
 >doesn't load opt_machdep.h, but only opt_ddb.h.
 
 PANIC_REBOOT_WAIT_TIME has nothing to do with either ddb or machdep.c
 (opt_machdep.h is for options in machdep.c, and kern_shutdown.c is
 supposed to be machine-independent).
 
 This was broken when kern_shutdown.c was split off from machdep.c.
 
 SHOW_BUSYBUFS is broken in the same way.
 
 Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706261010.DAA15043>