From owner-freebsd-questions Tue Apr 11 4:59: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id C3D4037B6CB for ; Tue, 11 Apr 2000 04:59:02 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12ezJi-000I5r-00; Tue, 11 Apr 2000 13:58:50 +0200 From: Sheldon Hearn To: "James B. Wilkinson" Cc: questions@FreeBSD.ORG Subject: Re: syntax of /boot/kernel.conf In-reply-to: Your message of "Mon, 10 Apr 2000 23:10:13 -0400." Date: Tue, 11 Apr 2000 13:58:50 +0200 Message-ID: <69551.955454330@axl.ops.uunet.co.za> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 10 Apr 2000 23:10:13 -0400, "James B. Wilkinson" wrote: > di ep0 # means that I disabled the ep0 interface > en ed0 # I enabled ed0 > po ed0 0x300 #ed0 is at port 300 > ir ed0 3 #ed0 is at IRQ 3 > iom ed0 0xd8000 #address of the boot rom is the ed0 had one > f ed0 0 # now what is this all about????? > ^^^^^^^^ > > Does it mark the (f)inish of the information on the ed0? > If that's the case, what does the 0 following it mean? The commands are listed in src/sys/i386/i386/userconfig.c . The "f" command sets device flags, which you'd have seen in the visual config if you used it. These are obviously device-dependant. The flags for the ed(4) device are described in the ed(4) manual page: man 4 ed Hope that helps. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message