Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wm(4) BMC related change (Fwd: CVS commit: src/sys/dev/pci)



 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: 
<bounces-source-changes-owner-msaitoh=execsw.org%NetBSD.org@localhost>
X-Original-To: msaitoh%execsw.org@localhost
Delivered-To: msaitoh%execsw.org@localhost
Received: from mail.netbsd.org (mail.NetBSD.org [IPv6:2001:4f8:3:7::25]) by 
vslock.execsw.org (Postfix) with ESMTP id E8397439846 for 
<msaitoh%execsw.org@localhost>; 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: source-changes%NetBSD.org@localhost
Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) 
with ESMTP id A15C514A12E for <source-changes%NetBSD.org@localhost>; 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 
<source-changes%NetBSD.org@localhost>; 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 <source-changes%NetBSD.org@localhost>; 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 <msaitoh%netbsd.org@localhost>
Subject: CVS commit: src/sys/dev/pci
To: source-changes%NetBSD.org@localhost
X-Mailer: log_accum
Message-Id: <20130625173838.EB66496%cvs.netbsd.org@localhost>
Sender: source-changes-owner%NetBSD.org@localhost
List-Id: source-changes.NetBSD.org
Precedence: bulk
Reply-To: source-changes-d%NetBSD.org@localhost
Mail-Reply-To: "SAITOH Masanobu" <msaitoh%netbsd.org@localhost>
Mail-Followup-To: source-changes-d%NetBSD.org@localhost

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.





Home | Main Index | Thread Index | Old Index