From owner-cvs-all@FreeBSD.ORG Fri Sep 3 08:44:24 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 3B4F916A4CE; Fri, 3 Sep 2004 08:44:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B63743D31; Fri, 3 Sep 2004 08:44:24 +0000 (GMT) (envelope-from scottl@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 i838iNQ9024137; Fri, 3 Sep 2004 08:44:24 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i838iNr9024136; Fri, 3 Sep 2004 08:44:23 GMT (envelope-from scottl) Message-Id: <200409030844.i838iNr9024136@repoman.freebsd.org> From: Scott Long Date: Fri, 3 Sep 2004 08:44:23 +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/iir iir.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: Fri, 03 Sep 2004 08:44:24 -0000 scottl 2004-09-03 08:44:23 UTC FreeBSD src repository Modified files: sys/dev/iir iir.c Log: Panic if given a CAM_DATA_PHYS pointer from CAM instead of trying to handle it. It makes no sense in a PAE environment and is impossible to handle correctly. This case is also never used right now. This should make the iir(4) driver ready for PAE. Revision Changes Path 1.11 +2 -14 src/sys/dev/iir/iir.c