From owner-freebsd-hackers Tue Jan 20 13:05:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA05237 for hackers-outgoing; Tue, 20 Jan 1998 13:05:07 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from smtp03.primenet.com (smtp03.primenet.com [206.165.6.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05220 for ; Tue, 20 Jan 1998 13:04:56 -0800 (PST) (envelope-from tlambert@usr06.primenet.com) Received: (from daemon@localhost) by smtp03.primenet.com (8.8.8/8.8.8) id OAA22337; Tue, 20 Jan 1998 14:04:49 -0700 (MST) Received: from usr06.primenet.com(206.165.6.206) via SMTP by smtp03.primenet.com, id smtpd022277; Tue Jan 20 14:04:36 1998 Received: (from tlambert@localhost) by usr06.primenet.com (8.8.5/8.8.5) id OAA26479; Tue, 20 Jan 1998 14:04:27 -0700 (MST) From: Terry Lambert Message-Id: <199801202104.OAA26479@usr06.primenet.com> Subject: Re: Device Driver To: grog@lemis.com (Greg Lehey) Date: Tue, 20 Jan 1998 21:04:27 +0000 (GMT) Cc: tlambert@primenet.com, jkh@time.cdrom.com, daniel_sobral@voga.com.br, hackers@FreeBSD.ORG In-Reply-To: <19980120103328.07046@lemis.com> from "Greg Lehey" at Jan 20, 98 10:33:28 am X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk > > I think there should be a console message about "type xxx to enter the > > kernel debugger" when the kernel debugger has been enabled. This is > > better than a man page documentation, since the hotkey can be changed, > > and the only accurate information there is must be obtained from the > > kernel data segment. > > That's a great idea. While we're at it, how about messages about what > key combinations to use for switching VTs? And what key combinations > to use to erase a character, send a SIGTERM, kill a line. Yes, I know > that this often appears, but it's in a format that's confusing for a > lot of people. Now you are being silly. If something which is not normally compiled in by default is compiled in, it should announce itself. Just like devices announce themselves. Alternately, using your reductio ad absurdum argument, you should get rid of probe announce messages, since users should know what hardware they own. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.