From owner-cvs-all@FreeBSD.ORG Fri Apr 1 17:40:39 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BD9016A4CE; Fri, 1 Apr 2005 17:40:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72DBF43D46; Fri, 1 Apr 2005 17:40:39 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j31HedsZ070538; Fri, 1 Apr 2005 17:40:39 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j31Hedw9070537; Fri, 1 Apr 2005 17:40:39 GMT (envelope-from imp) Message-Id: <200504011740.j31Hedw9070537@repoman.freebsd.org> From: Warner Losh Date: Fri, 1 Apr 2005 17:40:39 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2005 17:40:39 -0000 imp 2005-04-01 17:40:39 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Don't build arcmsr on pc98. The card either won't fit/work in the pc98 machines because (a) it is PCIe or PCI-X (b) there's a BIOS that must run at boot which assumes IBM-AT compatible boot environment. Noticed by: scottl Revision Changes Path 1.437 +1 -1 src/sys/modules/Makefile