From owner-freebsd-hackers Mon Jan 19 08:09:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09086 for hackers-outgoing; Mon, 19 Jan 1998 08:09:00 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA09075 for ; Mon, 19 Jan 1998 08:08:51 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.6.9) with ESMTP id HAA07399; Mon, 19 Jan 1998 07:56:25 -0800 (PST) To: daniel_sobral@voga.com.br cc: hackers@FreeBSD.ORG Subject: Re: Device Driver In-reply-to: Your message of "Mon, 19 Jan 1998 09:55:05 -0300." <83256591.00459E20.00@papagaio.voga.com.br> Date: Mon, 19 Jan 1998 07:56:25 -0800 Message-ID: <7395.885225385@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk > 2) Would someone document *somewhere* what the hell is the syscon key code > that's supposed to bring up the kernel debugger? I had to USTL for this. Heh heh. How do you think stuff like this _gets_ documented? Someone like you finds that its not doc'd, gets really annoyed, then submits his diffs to the handbook or FAQ in order to prevent others from having to go through the same learning process - without that level of general annoyance, it's unlikely that anyone else will document it. :-) Once you have your driver out of the way, maybe you want to send me those diffs? I'll be happy to review the english if you have any worries about that. > 3) And, btw of documenting things what would be the easiest way of learning > how to write a man page? Look at another man page. :-) I'll let the device driver folks answer your other questions since I'm not all that sure. Jordan