From nobody@FreeBSD.org  Tue Jan  6 09:14:01 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 510A316A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  6 Jan 2004 09:14:01 -0800 (PST)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0F66F43D46
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  6 Jan 2004 09:14:00 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.10/8.12.10) with ESMTP id i06HDxdL009721
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 6 Jan 2004 09:13:59 -0800 (PST)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.10/8.12.10/Submit) id i06HDxAq009720;
	Tue, 6 Jan 2004 09:13:59 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200401061713.i06HDxAq009720@www.freebsd.org>
Date: Tue, 6 Jan 2004 09:13:59 -0800 (PST)
From: Chris BeHanna <chris@behanna.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] ID for VIA 686A Power Management Unit (for 4-STABLE)
X-Send-Pr-Version: www-2.0

>Number:         60982
>Category:       kern
>Synopsis:       [pci] [patch] ID for VIA 686A Power Management Unit (for 4-STABLE)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 06 09:20:14 PST 2004
>Closed-Date:    Wed Apr 11 19:12:11 GMT 2007
>Last-Modified:  Wed Apr 11 19:12:11 GMT 2007
>Originator:     Chris BeHanna
>Release:        4.9-STABLE
>Organization:
Western Pennsylvania Pizza Disposal Unit
>Environment:
FreeBSD topperwein.pennasoft.com 4.9-STABLE FreeBSD 4.9-STABLE #5: Tue Jan  6 01:37:56 EST 2004     root@topperwein.pennasoft.com:/raid0/stable/usr/obj/raid5/4stable/src/sys/TOPPERWEIN  i386
>Description:
The VIA 686A PM unit is not recognized during boot probing on 4.9.
>How-To-Repeat:
Load FreeBSD 4.9 onto a Gigabyte GA-7DX motherboard and boot it.
>Fix:
This patch is for 4-STABLE as of Nov 30 2003 07:12:44 UTC (cvsup time, not build time).  -CURRENT already recognizes this device in viapm.c.

--- src/sys/pci/pcisupport.c.orig       Tue Jan  6 01:25:34 2004
+++ src/sys/pci/pcisupport.c    Tue Jan  6 01:27:28 2004
@@ -1274,8 +1274,9 @@
                return ("VIA 82C598MVP (Apollo MVP3) host bridge");
        case 0x30401106:
        case 0x30501106:
-       case 0x30571106:
                return NULL;
+       case 0x30571106:
+               return ("VIA 82C686A Power Management Unit");
        case 0x30581106:
                return ("VIA 82C686 AC97 Audio");
        case 0x30681106:

>Release-Note:
>Audit-Trail:

From: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
To: bug-followup@FreeBSD.org, chris@behanna.org
Cc:  
Subject: Re: kern/60982: [pci] [patch] ID for VIA 686A Power Management
	Unit (for 4-STABLE)
Date: Wed, 11 Apr 2007 20:08:54 +0100

 This can probably be closed.  Submitter said it worked in -CURRENT,
 which was 5-CURRENT at the time, and as a result this should be
 supported by all now-supported versions of FreeBSD.  As far as I can
 tell, the most this ppatch did was to "eat" the device node anyway - it
 didn't enable any actual functionality.
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Wed Apr 11 19:12:04 UTC 2007 
State-Changed-Why:  
Gavin provided usefull feedback, reflect that in the status: close it. 
(supported since -CURRENT in the 5.x days... ) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=60982 
>Unformatted:
