From owner-cvs-src@FreeBSD.ORG Fri Dec 29 11:49:05 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B426916A528; Fri, 29 Dec 2006 11:49:05 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8D9B313C4BD; Fri, 29 Dec 2006 11:49:05 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBT3uUtT025467; Fri, 29 Dec 2006 03:56:30 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from yongari@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBT3uUS1025466; Fri, 29 Dec 2006 03:56:30 GMT (envelope-from yongari) Message-Id: <200612290356.kBT3uUS1025466@repoman.freebsd.org> From: Pyun YongHyeon Date: Fri, 29 Dec 2006 03:56:30 +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/msk if_msk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 29 Dec 2006 11:49:05 -0000 yongari 2006-12-29 03:56:30 UTC FreeBSD src repository Modified files: sys/dev/msk if_msk.c Log: Fix interrupt handling on a dual port card. Previously it ignored the second port interrupt if the first port was in down state. Since I don't have a dual port card it's just guess work. Noticed by: jhb Revision Changes Path 1.3 +6 -10 src/sys/dev/msk/if_msk.c