From owner-freebsd-hackers Wed Oct 18 17:17:35 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA03562 for hackers-outgoing; Wed, 18 Oct 1995 17:17:35 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id RAA03557 for ; Wed, 18 Oct 1995 17:17:33 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id RAA01374; Wed, 18 Oct 1995 17:11:10 -0700 From: Terry Lambert Message-Id: <199510190011.RAA01374@phaeton.artisoft.com> Subject: Re: device number for watchdog board driver To: hasty@rah.star-gate.com (Amancio Hasty Jr.) Date: Wed, 18 Oct 1995 17:11:10 -0700 (MST) Cc: freebsd-hackers@FreeBSD.ORG In-Reply-To: <199510182336.QAA09027@rah.star-gate.com> from "Amancio Hasty Jr." at Oct 18, 95 04:36:53 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 411 Sender: owner-hackers@FreeBSD.ORG Precedence: bulk > Dumb question: is there a command which I can use to display all the major > and minor devices and hopefully the name of the device > driver that the system knows about? You mean for the current system? cat /sys/sys/i386/conf.c You mean with a devfs? ls -lR /dev Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.