From owner-cvs-src@FreeBSD.ORG Thu Oct 30 16:44:57 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 4CE9A16A4CE; Thu, 30 Oct 2003 16:44:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF3EE43FAF; Thu, 30 Oct 2003 16:44:56 -0800 (PST) (envelope-from brooks@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 h9V0iuXJ090947; Thu, 30 Oct 2003 16:44:56 -0800 (PST) (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9V0iuU6090946; Thu, 30 Oct 2003 16:44:56 -0800 (PST) (envelope-from brooks) Message-Id: <200310310044.h9V0iuU6090946@repoman.freebsd.org> From: Brooks Davis Date: Thu, 30 Oct 2003 16:44:56 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i4b/driver i4b_ipr.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, 31 Oct 2003 00:44:57 -0000 brooks 2003/10/30 16:44:56 PST FreeBSD src repository Modified files: sys/i4b/driver i4b_ipr.c Log: Initialize if_softc and use it in favor of &ipr_softc[ifp->if_unit] to get the softc. Revision Changes Path 1.25 +4 -3 src/sys/i4b/driver/i4b_ipr.c