From owner-cvs-all@FreeBSD.ORG Thu Sep 22 04:57:00 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 4F89816A41F; Thu, 22 Sep 2005 04:57:00 +0000 (GMT) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D813C43D49; Thu, 22 Sep 2005 04:56:59 +0000 (GMT) (envelope-from gibbs@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 j8M4uxPL033964; Thu, 22 Sep 2005 04:56:59 GMT (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8M4uxBj033963; Thu, 22 Sep 2005 04:56:59 GMT (envelope-from gibbs) Message-Id: <200509220456.j8M4uxBj033963@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Thu, 22 Sep 2005 04:56:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/aic7xxx ahd_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 22 Sep 2005 04:57:00 -0000 gibbs 2005-09-22 04:56:59 UTC FreeBSD src repository Modified files: sys/dev/aic7xxx ahd_pci.c Log: Set allow_memio to 1 if fetching the allow_memio hint fails. This is the default behavior according the the bootverbose printf in the failure case. Revision Changes Path 1.19 +1 -0 src/sys/dev/aic7xxx/ahd_pci.c