Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 May 1998 19:19:14 -0700 (PDT)
From:      lcremean@tidalwave.net
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   kern/6481: Patches for VIA Socket 7 chipsets
Message-ID:  <199805020219.TAA12812@hub.freebsd.org>

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

>Number:         6481
>Category:       kern
>Synopsis:       Patches for VIA Socket 7 chipsets
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May  1 19:20:00 PDT 1998
>Last-Modified:
>Originator:     Lee Cremeans
>Organization:
>Release:        3.0-CURRENT-980430
>Environment:
>Description:
Patches are given here for pcisupport.c to recognise most of VIA 
Technologies' Socket 7 chipsets. This covers all of the Apollo chipsets 
except the Master (82C570) and the MVP3, and it also covers the cheap 
VXPro and VXTWO knockoffs of the VP1 and VPX.
>How-To-Repeat:
N/A
>Fix:
--- pcisupport.c.orig   Fri May  1 21:17:04 1998
+++ pcisupport.c        Fri May  1 21:58:36 1998
@@ -243,6 +243,26 @@
                return ("VLSI 82C535 Eagle II System Controller");
        case 0x01051004:
                return ("VLSI 82C147 IrDA Controller");
+       /* VIA Technologies -- vendor 0x1106 
+          Note that the old Apollo Master chipset is not in here, as VIA
+          does not seem to have any docs on their website for it, and I do
+          not have a Master board in my posession. -LC */
+
+       case 0x05851106:
+               return("VIA 82C585 (Apollo VP1/VPX) system controller");
+       case 0x05861106: /* south bridge section -- IDE is covered in ide_pci.c 
*/
+               return("VIA 82C586 PCI-ISA bridge");
+       case 0x05951106:
+       case 0x15951106:
+               return("VIA 82C595 (Apollo VP2) system controller");
+       case 0x05971106:
+               return("VIA 82C597 (Apollo VP3) system controller");
+               /* XXX need info on the MVP3 -- any takers? */
+       case 0x30381106:
+               return("VIA 82C586B USB host controller");
+       case 0x30401106:
+               return("VIA 82C586B ACPI interface");
+               
        };
 
        if (descr = generic_pci_bridge(tag))


>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



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