From owner-cvs-all@FreeBSD.ORG Fri Oct 28 02:17:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 EEFE316A41F; Fri, 28 Oct 2005 02:17:41 +0000 (GMT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC4DC43D45; Fri, 28 Oct 2005 02:17:41 +0000 (GMT) (envelope-from wpaul@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9S2Hfn5056813; Fri, 28 Oct 2005 02:17:41 GMT (envelope-from wpaul@repoman.freebsd.org) Received: (from wpaul@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9S2HfPn056812; Fri, 28 Oct 2005 02:17:41 GMT (envelope-from wpaul) Message-Id: <200510280217.j9S2HfPn056812@repoman.freebsd.org> From: Bill Paul Date: Fri, 28 Oct 2005 02:17:41 +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/pci if_wb.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: Fri, 28 Oct 2005 02:17:42 -0000 wpaul 2005-10-28 02:17:41 UTC FreeBSD src repository Modified files: sys/pci if_wb.c Log: Remove forgotten, no longer needed WB_UNLOCK() from the end wb_ioctl(). With this change, the driver tests good (at least on i386): wb0: port 0xb800-0xb87f mem 0xe6800000-0xe680007f irq 12 at device 10.0 on pci0 miibus1: on wb0 amphy0: on miibus1 amphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto wb0: Ethernet address: 00:00:e8:18:2a:02 wb0: link state changed to DOWN wb0: link state changed to UP Revision Changes Path 1.88 +0 -2 src/sys/pci/if_wb.c