From owner-cvs-all Mon Jan 29 2: 1:35 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23FBA37B6A0; Mon, 29 Jan 2001 02:01:12 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0TA1CI28373; Mon, 29 Jan 2001 02:01:12 -0800 (PST) (envelope-from peter) Message-Id: <200101291001.f0TA1CI28373@freefall.freebsd.org> From: Peter Wemm Date: Mon, 29 Jan 2001 02:01:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files options src/sys/dev/ata ata-all.c atapi-all.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/01/29 02:01:11 PST Modified files: sys/conf files options sys/dev/ata ata-all.c atapi-all.c Log: Convert ata and atapi #if NATA* > 0 to options instead. Stop config trying to count the number of ata* devs since they were not used anyway. Revision Changes Path 1.475 +7 -7 src/sys/conf/files 1.248 +5 -1 src/sys/conf/options 1.97 +16 -21 src/sys/dev/ata/ata-all.c 1.61 +10 -13 src/sys/dev/ata/atapi-all.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message