From owner-cvs-all@FreeBSD.ORG Thu Sep 11 23:17:16 2003 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 A750416A4C1 for ; Thu, 11 Sep 2003 23:17:16 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 3FE3543FF9 for ; Thu, 11 Sep 2003 23:17:15 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 96487 invoked by uid 1000); 12 Sep 2003 06:17:15 -0000 Date: Thu, 11 Sep 2003 23:17:15 -0700 (PDT) From: Nate Lawson To: Paul Saab In-Reply-To: <20030911233033.2D9AE16A56D@hub.freebsd.org> Message-ID: <20030911231640.D96484@root.org> References: <20030911233033.2D9AE16A56D@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ips ips.h ips_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: Fri, 12 Sep 2003 06:17:16 -0000 On Thu, 11 Sep 2003, Paul Saab wrote: > Modified files: > sys/dev/ips ips.h ips_pci.c > Log: > Delay most of the adapter initilization until after interrupts are > enabled. > > Tested by: Richard Puga > > Revision Changes Path > 1.4 +1 -0 src/sys/dev/ips/ips.h > 1.7 +18 -2 src/sys/dev/ips/ips_pci.c Thank you, this is great. -Nate