From john@pacer.pakprotector.com  Tue Sep 19 21:01:56 2000
Return-Path: <john@pacer.pakprotector.com>
Received: from nhj.nlc.net.au (nhj.nlc.net.au [203.24.133.1])
	by hub.freebsd.org (Postfix) with SMTP id 2554C37B424
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 19 Sep 2000 21:01:54 -0700 (PDT)
Received: (qmail 6089 invoked from network); 20 Sep 2000 15:01:52 +1100
Received: from monster.nlc.net.au (203.24.133.6)
  by nhj.nlc.net.au with SMTP; 20 Sep 2000 15:01:52 +1100
Received: (qmail 95467 invoked from network); 20 Sep 2000 15:01:51 +1100
Received: from pacer.nlc.net.au (HELO sentinel.pakprotector.com) (203.24.133.16)
  by monster.nlc.net.au with SMTP; 20 Sep 2000 15:01:51 +1100
Received: from pacer.pakprotector.com (root@pacer.pakprotector.com [203.41.181.2])
	by sentinel.pakprotector.com (8.11.0/8.9.3) with ESMTP id e8K42Ob14524
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 20 Sep 2000 15:02:25 +1100 (EST)
	(envelope-from john@pacer.pakprotector.com)
Received: (from john@localhost)
	by pacer.pakprotector.com (8.11.0/8.11.0) id e8K3uP900643;
	Wed, 20 Sep 2000 14:56:25 +1100 (EST)
	(envelope-from john)
Message-Id: <200009200356.e8K3uP900643@pacer.pakprotector.com>
Date: Wed, 20 Sep 2000 14:56:25 +1100 (EST)
From: john@nlc.net.au
Sender: john@pacer.pakprotector.com
Reply-To: john@nlc.net.au
To: FreeBSD-gnats-submit@freebsd.org
Subject: Detection of VIA KT133 chipset (AMD Socket A)
X-Send-Pr-Version: 3.2

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 19 21:10:00 PDT 2000
>Closed-Date:    Sat Nov 17 06:01:37 PST 2001
>Last-Modified:  Sat Nov 17 06:01:58 PST 2001
>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:
State-Changed-From-To: open->closed 
State-Changed-By: iedowse 
State-Changed-When: Sat Nov 17 06:01:37 PST 2001 
State-Changed-Why:  

Committed, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21409 
>Unformatted:
