From owner-cvs-src@FreeBSD.ORG Fri Dec 24 23:03:18 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C6CC16A4CE; Fri, 24 Dec 2004 23:03:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4FDB43D31; Fri, 24 Dec 2004 23:03:17 +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 iBON3Hb8079826; Fri, 24 Dec 2004 23:03:17 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBON3HUl079825; Fri, 24 Dec 2004 23:03:17 GMT (envelope-from imp) Message-Id: <200412242303.iBON3HUl079825@repoman.freebsd.org> From: Warner Losh Date: Fri, 24 Dec 2004 23:03:17 +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/isa isa_common.c isa_common.h src/sys/amd64/isa isa.c src/sys/i386/isa isa.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Dec 2004 23:03:18 -0000 imp 2004-12-24 23:03:17 UTC FreeBSD src repository Modified files: sys/isa isa_common.c isa_common.h sys/amd64/isa isa.c sys/i386/isa isa.c Log: Get rid of #ifdef for legacy system. Move that into the MD code. Export minimal symbols to allow this to happen. Revision Changes Path 1.147 +7 -0 src/sys/amd64/isa/isa.c 1.147 +7 -0 src/sys/i386/isa/isa.c 1.39 +5 -6 src/sys/isa/isa_common.c 1.13 +2 -0 src/sys/isa/isa_common.h