From owner-cvs-sys Tue Oct 28 00:24:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA07105 for cvs-sys-outgoing; Tue, 28 Oct 1997 00:24:16 -0800 (PST) (envelope-from owner-cvs-sys) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA07090; Tue, 28 Oct 1997 00:24:06 -0800 (PST) (envelope-from bde@zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.6.9) id TAA17212; Tue, 28 Oct 1997 19:16:18 +1100 Date: Tue, 28 Oct 1997 19:16:18 +1100 From: Bruce Evans Message-Id: <199710280816.TAA17212@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, joerg@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified files: > sys/i386/conf LINT > Log: > Removed another comment about not-so-mandatory devices i've missed in > the previous commit. It's perfectly legal to build a kernel without > any video device driver (and even without any console driver at all if > desired). You also missed that the comment is wrong about npx0 too. It's perfectly legal to build a kernel without npx0 and with an emulator, and this may be necessary if the npx is so buggy that npxprobe() hangs. See a longer comment about npx0. The visual userconfig still hides npx0, so you can't change its memory size, flags or enable flag. Bruce