From owner-cvs-src@FreeBSD.ORG Fri Oct 17 14:44:07 2003 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 7001C16A4B3; Fri, 17 Oct 2003 14:44:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDCCC43FEC; Fri, 17 Oct 2003 14:44:06 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9HLi6XJ040674; Fri, 17 Oct 2003 14:44:06 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9HLi6Bi040673; Fri, 17 Oct 2003 14:44:06 -0700 (PDT) (envelope-from scottl) Message-Id: <200310172144.h9HLi6Bi040673@repoman.freebsd.org> From: Scott Long Date: Fri, 17 Oct 2003 14:44:06 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/aac aac.c aacreg.h 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, 17 Oct 2003 21:44:07 -0000 scottl 2003/10/17 14:44:06 PDT FreeBSD src repository Modified files: sys/dev/aac aac.c aacreg.h Log: Fix a couple of bugs with AIF handling: - Correct the logic for the AIF array index pointers so that correct slot is always looked at. - Copy the full FIB payload size when copying AIF's, not just the first 64 bytes. Thanks to Mirapoint, Inc, for pointing these problems out and offering a solution. Revision Changes Path 1.80 +15 -11 src/sys/dev/aac/aac.c 1.17 +4 -3 src/sys/dev/aac/aacreg.h