From owner-cvs-all@FreeBSD.ORG Tue Sep 7 08:04:10 2004 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 A52A416A4CE; Tue, 7 Sep 2004 08:04:10 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80DE543D4C; Tue, 7 Sep 2004 08:04:10 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8784ApF017752; Tue, 7 Sep 2004 08:04:10 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8784AVe017751; Tue, 7 Sep 2004 08:04:10 GMT (envelope-from mjacob) Message-Id: <200409070804.i8784AVe017751@repoman.freebsd.org> From: Matt Jacob Date: Tue, 7 Sep 2004 08:04:10 +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/dev/isp isp_pci.c 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: Tue, 07 Sep 2004 08:04:10 -0000 mjacob 2004-09-07 08:04:10 UTC FreeBSD src repository Modified files: sys/dev/isp isp_pci.c Log: Do the small amount of tweaking to support PAE for at least initiator mode. I was unable to test this as the PAE kernel crashed with a "cannot copy LDT" before coming up. When this gets a bit more testing, I'll fix the PAE conf file to allow isp devices. PR: 59728 Revision Changes Path 1.99 +137 -1 src/sys/dev/isp/isp_pci.c