From owner-freebsd-current Wed Oct 13 1:26: 8 1999 Delivered-To: freebsd-current@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id 0632414A06 for ; Wed, 13 Oct 1999 01:26:05 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id JAA92560; Wed, 13 Oct 1999 09:28:21 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Wed, 13 Oct 1999 09:28:21 +0100 (BST) From: Doug Rabson To: Chuck Robey Cc: current@freebsd.org Subject: Re: COMMAND_SET ? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 12 Oct 1999, Chuck Robey wrote: > I'm looking at sys/boot/common/pnp.c so I can find out how pnp is handled, > and I found something called a COMMAND_SET, and I can't figure out what it > means. Any takers? COMMAND_SET is a macro which is used to build the list of commands supported by the loader. The in-kernel pnp code is in sys/isa/{pnp.c,pnpparse.c,isa_common.c}. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message