From owner-freebsd-bugs Tue Oct 17 9:50: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 94D5E37B4F9 for ; Tue, 17 Oct 2000 09:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA68938; Tue, 17 Oct 2000 09:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from area51.v-wave.com (area51.v-wave.com [24.108.52.213]) by hub.freebsd.org (Postfix) with SMTP id BB48137B4CF for ; Tue, 17 Oct 2000 09:40:40 -0700 (PDT) Received: (qmail 14621 invoked by uid 1001); 17 Oct 2000 16:39:58 -0000 Message-Id: <20001017163958.14620.qmail@area51.v-wave.com> Date: 17 Oct 2000 16:39:58 -0000 From: cwasser@v-wave.com Reply-To: cwasser@v-wave.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/22052: VIA Tech KX133 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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