Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jan 2004 09:13:59 -0800 (PST)
From:      Chris BeHanna <chris@behanna.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/60982: [PATCH] ID for VIA 686A Power Management Unit (for 4-STABLE)
Message-ID:  <200401061713.i06HDxAq009720@www.freebsd.org>
Resent-Message-ID: <200401061720.i06HKERY005133@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         60982
>Category:       kern
>Synopsis:       [PATCH] ID for VIA 686A Power Management Unit (for 4-STABLE)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 06 09:20:14 PST 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401061713.i06HDxAq009720>