From owner-cvs-all@FreeBSD.ORG Sat Nov 29 11:33:02 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 DF3BE16A4CE; Sat, 29 Nov 2003 11:33:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4106543FEC; Sat, 29 Nov 2003 11:33:02 -0800 (PST) (envelope-from sam@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 hATJX2XJ043339; Sat, 29 Nov 2003 11:33:02 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hATJX1ML043338; Sat, 29 Nov 2003 11:33:01 -0800 (PST) (envelope-from sam) Message-Id: <200311291933.hATJX1ML043338@repoman.freebsd.org> From: Sam Leffler Date: Sat, 29 Nov 2003 11:33:01 -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/pci if_sk.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: Sat, 29 Nov 2003 19:33:03 -0000 sam 2003/11/29 11:33:01 PST FreeBSD src repository Modified files: sys/pci if_sk.c Log: correct typo in interrupt handling for the 2nd port of 2-port cards Submitted by: luigi Reviewed by: checking original openbsd code Approved by: re (scottl) Revision Changes Path 1.72 +1 -1 src/sys/pci/if_sk.c