From owner-cvs-src@FreeBSD.ORG Fri Oct 15 23:39:53 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 2686016A4CE; Fri, 15 Oct 2004 23:39:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07B6C43D4C; Fri, 15 Oct 2004 23:39:53 +0000 (GMT) (envelope-from gibbs@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 i9FNdqvb029121; Fri, 15 Oct 2004 23:39:52 GMT (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9FNdqCY029120; Fri, 15 Oct 2004 23:39:52 GMT (envelope-from gibbs) Message-Id: <200410152339.i9FNdqCY029120@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 15 Oct 2004 23:39:52 +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/aic7xxx ahc_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, 15 Oct 2004 23:39:53 -0000 gibbs 2004-10-15 23:39:52 UTC FreeBSD src repository Modified files: sys/dev/aic7xxx ahc_isa.c Log: Skip probe attempts for ISA PnP devices. Pointed out by: imp Revision Changes Path 1.5 +5 -1 src/sys/dev/aic7xxx/ahc_isa.c