Hello. I fixed some BMC related bugs. If you have troble with BMC capable machine, please try the latest -current and report whether the problem is solved or not. If you still have problems, please compile the kernel with WM_DEBUG and send the full dmesg to me.
Thanks. -------- Original Message -------- Return-Path: <[email protected]> X-Original-To: [email protected] Delivered-To: [email protected] Received: from mail.netbsd.org (mail.NetBSD.org [IPv6:2001:4f8:3:7::25]) by vslock.execsw.org (Postfix) with ESMTP id E8397439846 for <[email protected]>; Wed, 26 Jun 2013 02:38:41 +0900 (JST) Received: by mail.netbsd.org (Postfix, from userid 605) id 6571214A132; Tue, 25 Jun 2013 17:38:40 +0000 (UTC) Delivered-To: [email protected] Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A15C514A12E for <[email protected]>; Tue, 25 Jun 2013 17:38:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 3V79upZcnzM6 for <[email protected]>; Tue, 25 Jun 2013 17:38:39 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id EAC0F14A127 for <[email protected]>; Tue, 25 Jun 2013 17:38:38 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id EB66496; Tue, 25 Jun 2013 17:38:38 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 25 Jun 2013 17:38:38 +0000 From: SAITOH Masanobu <[email protected]> Subject: CVS commit: src/sys/dev/pci To: [email protected] X-Mailer: log_accum Message-Id: <[email protected]> Sender: [email protected] List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: [email protected] Mail-Reply-To: "SAITOH Masanobu" <[email protected]> Mail-Followup-To: [email protected] Module Name: src Committed By: msaitoh Date: Tue Jun 25 17:38:38 UTC 2013 Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: Sync the wm_enable_mng_pass_thru() function with FreeBSD. Don't check MANC_EN_MAC_ADDR_FILTER bit. Add 82574 and 82583 specific check. This modification may change the setting of WM_F_HAS_MANAGE flag on some machines. Sync the wm_release_manageablilty() fucntion with FreeBSD. Set MANC_ARP_EN. This change enables HW ARP function when entering suspend. When the chip is 82580(ER) or I350, set WM_F_ASF_FIRMWARE_PRES flag and check for the WM_F_ARC_SUBSYS_VALID flag. Same as FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.259 -r1.260 src/sys/dev/pci/if_wm.c cvs rdiff -u -r1.53 -r1.54 src/sys/dev/pci/if_wmreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
