From owner-cvs-sys Tue Sep 16 00:49:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA01528 for cvs-sys-outgoing; Tue, 16 Sep 1997 00:49:57 -0700 (PDT) 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 AAA01367; Tue, 16 Sep 1997 00:49:22 -0700 (PDT) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA16074; Tue, 16 Sep 1997 00:45:47 -0700 (PDT) Date: Tue, 16 Sep 1997 00:45:47 -0700 (PDT) Message-Id: <199709160745.AAA16074@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT options.i386 src/sys/i386/isa fd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/09/16 00:45:46 PDT Modified files: sys/i386/conf LINT options.i386 sys/i386/isa fd.c Log: Make FDC_DEBUG a supported option. Hide the bogus FDC ``chip type'' display behind a (mostly) undocumented option, since people started to trust the bogus claim. Once we're going to handle 2.88 MB controllers, we have to redo the chip detection, by now just leave it hidden. Revision Changes Path 1.366 +8 -1 src/sys/i386/conf/LINT 1.59 +4 -1 src/sys/i386/conf/options.i386 1.101 +21 -10 src/sys/i386/isa/fd.c