From owner-freebsd-current Thu Feb 29 10:22:13 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA27654 for current-outgoing; Thu, 29 Feb 1996 10:22:13 -0800 (PST) Received: from godzilla.zeta.org.au ([203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA27638 Thu, 29 Feb 1996 10:22:06 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id FAA27306; Fri, 1 Mar 1996 05:17:42 +1100 Date: Fri, 1 Mar 1996 05:17:42 +1100 From: Bruce Evans Message-Id: <199602291817.FAA27306@godzilla.zeta.org.au> To: current@freefall.freebsd.org, gpalmer@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/conf LINT src/sys/kern subr_prf.c Sender: owner-current@FreeBSD.ORG Precedence: bulk > Modified: sys/i386/conf LINT > sys/kern subr_prf.c > Log: > Add a new option: DDB_UNATTENDED. Stops machine dropping into DDB > when it panics, but leaving activation of DDB from the console > unaffected. `grep -l Debugger LINT/*.o' shows 15 modules other than subr_prf.o, syscons.o and pcvt_kbd.o that may need the DDB_UNATTENDED ifdef. The one in sd.o bit me the other day when a swapped a disk while running X. It should go away along with many warnings from the upper SCSI layer. Please don't add new options without putting them in the options file. Bruce