From owner-freebsd-current@FreeBSD.ORG Wed Feb 16 22:28:18 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B779316A4CE; Wed, 16 Feb 2005 22:28:18 +0000 (GMT) Received: from av5-2-sn3.vrr.skanova.net (av5-2-sn3.vrr.skanova.net [81.228.9.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F90543D2D; Wed, 16 Feb 2005 22:28:18 +0000 (GMT) (envelope-from daniel_k_eriksson@telia.com) Received: by av5-2-sn3.vrr.skanova.net (Postfix, from userid 502) id 3C95737E50; Wed, 16 Feb 2005 23:28:17 +0100 (CET) Received: from smtp1-1-sn3.vrr.skanova.net (smtp1-1-sn3.vrr.skanova.net [81.228.9.177]) by av5-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 2A6CE37E4F; Wed, 16 Feb 2005 23:28:17 +0100 (CET) Received: from sentinel (81-232-139-217-no23.business.telia.com [81.232.139.217]) by smtp1-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 00F6538004; Wed, 16 Feb 2005 23:28:16 +0100 (CET) From: "Daniel Eriksson" To: "'Justin T. Gibbs'" , Date: Wed, 16 Feb 2005 23:28:12 +0100 Organization: Home Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <200502161809.j1GI9gVG033847@repoman.freebsd.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Thread-Index: AcUUUs7X0erzfNvBQ+mgs4B2v2+1GgAI8igg Subject: RE: cvs commit: src/sys/dev/aic7xxx aic79xx.c aic79xx_osm.c aic7xxx.c X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2005 22:28:18 -0000 Justin T. Gibbs wrote: > Subject: cvs commit: src/sys/dev/aic7xxx aic79xx.c > aic79xx_osm.c aic7xxx.c > > gibbs 2005-02-16 18:09:41 UTC > > FreeBSD src repository > > Modified files: > sys/dev/aic7xxx aic79xx.c aic79xx_osm.c aic7xxx.c > Log: > MF5S: Explicitly initialize timedout_scb lists, use SCB_TAG > for all access > to the hardware_scb->tag field, limit max lun > reported to CAM to 63, > return after a panic to silence a warning. This breaks kernel compile: /usr/src/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx/aic7xxx.c: In function `ahc_alloc': /usr/src/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx/aic7xxx.c:3927: error: `ahd' undeclared (first use in this function) /usr/src/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx/aic7xxx.c:3927: error: (Each undeclared identifier is reported only once /usr/src/sys/modules/aic7xxx/ahc/../../../dev/aic7xxx/aic7xxx.c:3927: error: for each function it appears in.) /Daniel Eriksson