From owner-cvs-all@FreeBSD.ORG Sun Feb 17 15:22:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DCC416A417; Sun, 17 Feb 2008 15:22:27 +0000 (UTC) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E190A13C458; Sun, 17 Feb 2008 15:22:26 +0000 (UTC) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1HFMQko023807; Sun, 17 Feb 2008 15:22:26 GMT (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1HFMQoY023806; Sun, 17 Feb 2008 15:22:26 GMT (envelope-from gibbs) Message-Id: <200802171522.m1HFMQoY023806@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Sun, 17 Feb 2008 15:22:26 +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 aic79xx_osm.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: Sun, 17 Feb 2008 15:22:27 -0000 gibbs 2008-02-17 15:22:26 UTC FreeBSD src repository Modified files: sys/dev/aic7xxx aic79xx_osm.c Log: Remove superfluous setting of the transport_version field of our path inquiry response - a likely holdover from the port of this code from the aic7xxx driver. Revision Changes Path 1.31 +0 -1 src/sys/dev/aic7xxx/aic79xx_osm.c