From owner-cvs-src-old@FreeBSD.ORG Mon Dec 27 23:59:40 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BC3F106566B for ; Mon, 27 Dec 2010 23:59:40 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4A3148FC16 for ; Mon, 27 Dec 2010 23:59:40 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oBRNxeQj085567 for ; Mon, 27 Dec 2010 23:59:40 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oBRNxebP085566 for cvs-src-old@freebsd.org; Mon, 27 Dec 2010 23:59:40 GMT (envelope-from cperciva@repoman.freebsd.org) Message-Id: <201012272359.oBRNxebP085566@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to cperciva@repoman.freebsd.org using -f From: Colin Percival Date: Mon, 27 Dec 2010 23:59:27 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/conf XEN X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2010 23:59:40 -0000 cperciva 2010-12-27 23:59:27 UTC FreeBSD src repository Modified files: sys/i386/conf XEN Log: SVN rev 216748 on 2010-12-27 23:59:27Z by cperciva Build the modules which can be built. The excluded modules fall into two categories: Those which can't build with PAE because they attempt to cast a pointer to a bus_addr_t (mostly scsi drivers); and those which can't be built with XEN because they conflict with something in xen-os.h (e.g., in cxgb there is a conflicting definition of test_and_clear_bit). MFC after: 1 week Revision Changes Path 1.14 +1 -1 src/sys/i386/conf/XEN