From owner-cvs-sys Sat Oct 18 04:02:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA11865 for cvs-sys-outgoing; Sat, 18 Oct 1997 04:02:10 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA11812; Sat, 18 Oct 1997 04:01:22 -0700 (PDT) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA20159; Sat, 18 Oct 1997 03:59:56 -0700 (PDT) Date: Sat, 18 Oct 1997 03:59:56 -0700 (PDT) Message-Id: <199710181059.DAA20159@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf GENERIC LINT options.i386 src/sys/i386/isa/pcvt pcvt_hdr.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/10/18 03:59:55 PDT Modified files: sys/i386/conf GENERIC LINT options.i386 sys/i386/isa/pcvt pcvt_hdr.h Log: Make all the documented (in pcvt(4)) options supported options. While i was at it, do no longer insist on `PCVT_FREEBSD' being declared in the config file, but default it to a reasonable value. More cleanup to follow, but this part is safe for RELENG_2_2, too. Revision Changes Path 1.98 +1 -2 src/sys/i386/conf/GENERIC 1.375 +1 -2 src/sys/i386/conf/LINT 1.62 +16 -5 src/sys/i386/conf/options.i386 1.27 +3 -0 src/sys/i386/isa/pcvt/pcvt_hdr.h