From owner-cvs-all Mon Sep 13 10:52:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BE7314C43; Mon, 13 Sep 1999 10:52:07 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA38999; Mon, 13 Sep 1999 10:52:07 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199909131752.KAA38999@freefall.freebsd.org> From: Peter Wemm Date: Mon, 13 Sep 1999 10:52:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf GENERIC files.alpha Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/09/13 10:52:06 PDT Modified files: sys/alpha/conf GENERIC files.alpha Log: Pull in the core bus drivers based on the machine type rather than requiring the user to figure it out. So, if you comment out all but the machine type you are using, you automatically get the bus code just for your system. (eg DEC_EB164 implies cia, etc). Multiple machine types still pulls in the appropriate busses. This means, take things like 'controller cia0' out of your config. Reviewed by: dfr (in principle) Revision Changes Path 1.42 +1 -13 src/sys/alpha/conf/GENERIC 1.30 +40 -21 src/sys/alpha/conf/files.alpha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message