Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 1996 05:17:42 +1100
From:      Bruce Evans <bde@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
Message-ID:  <199602291817.FAA27306@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  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



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