Date: Wed, 20 Sep 2000 14:56:25 +1100 (EST) From: john@nlc.net.au To: FreeBSD-gnats-submit@freebsd.org Subject: kern/21409: Detection of VIA KT133 chipset (AMD Socket A) Message-ID: <200009200356.e8K3uP900643@pacer.pakprotector.com>
next in thread | raw e-mail | index | archive | help
>Number: 21409
>Category: kern
>Synopsis: The ID for the VIA KT133 chipset is not included
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Sep 19 21:10:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator: John Saunders
>Release: FreeBSD 4.1-STABLE i386
>Organization:
NORTHLINK COMMUNICATIONS PTY LTD
>Environment:
New VIA VT8363 (KT133) chipset based motherboard.
>Description:
Currently the pcisupport.c file doesn't include a string for this chipset.
>How-To-Repeat:
NA.
>Fix:
--- pcisupport.c.orig Mon Apr 3 01:42:31 2000
+++ pcisupport.c Tue Sep 19 22:40:36 2000
@@ -699,6 +699,8 @@
/* VIA Technologies -- vendor 0x1106 */
case 0x85981106:
return ("VIA 82C598MVP (Apollo MVP3) PCI-PCI (AGP) bridge");
+ case 0x83051106:
+ return ("VIA 8363 (Apollo KT133) PCI-PCI (AGP) bridge");
/* AcerLabs -- vendor 0x10b9 */
/* Funny : The datasheet told me vendor id is "10b8",sub-vendor */
>Release-Note:
>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?200009200356.e8K3uP900643>
