Skip site navigation (1)Skip section navigation (2)
Date:      17 Oct 2000 16:39:58 -0000
From:      cwasser@v-wave.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/22052: VIA Tech KX133
Message-ID:  <20001017163958.14620.qmail@area51.v-wave.com>

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

>Number:         22052
>Category:       kern
>Synopsis:       KX133 device detection support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 17 09:50:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Chris Wasser
>Release:        FreeBSD 4.1.1-STABLE i386
>Organization:
n/a
>Environment:

FreeBSD area51.v-wave.com 4.1.1-STABLE FreeBSD 4.1.1-STABLE #0: Sat Sep 30 13:57:55 MDT 2000
root@area51.v-wave.com:/usr/src/sys/compile/AREA51  i386

>Description:

As per PR17831, FreeBSD 4.X+ does not have a device listing for VIA
Technologies KX133 AGP bridge components. More and more KX133 AMD
boards are hitting the market and vendor IDs need to be updated.

>How-To-Repeat:

Install FreeBSD 4.x+ with Apollo KX133 chipset.

>Fix:

These two IDs are used by Epox/Asus and DFI.

--- pcisupport.c	Sat Sep 30 00:06:44 2000
+++ pcisupport-new.c	Tue Oct 17 10:17:11 2000
@@ -698,6 +698,10 @@
 	/* VIA Technologies -- vendor 0x1106 */
 	case 0x85981106:
 		return ("VIA 82C598MVP (Apollo MVP3) PCI-PCI (AGP) bridge");
+	case 0x83911106:
+		return ("VIA 82C686 (Apollo KX133) PCI-PCI (AGP) bridge");
+	case 0x83051106:
+		return ("VIA 82C686 (Apollo KX133) 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?20001017163958.14620.qmail>