From owner-freebsd-bugs Fri Aug 24 17: 0: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AE8A37B40E for ; Fri, 24 Aug 2001 17:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7P000C45910; Fri, 24 Aug 2001 17:00:00 -0700 (PDT) (envelope-from gnats) Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id 98E3B37B409 for ; Fri, 24 Aug 2001 16:54:28 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id QAA19030 for ; Fri, 24 Aug 2001 16:54:04 -0700 Received: (from jmcoopr@localhost) by johncoop.MSHOME (8.11.6/8.11.6) id f7ONsfa00686; Fri, 24 Aug 2001 16:54:41 -0700 (PDT) (envelope-from jmcoopr) Message-Id: <200108242354.f7ONsfa00686@johncoop.MSHOME> Date: Fri, 24 Aug 2001 16:54:41 -0700 (PDT) From: John Merryweather Cooper Reply-To: John Merryweather Cooper To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/30061: Modify agp_via.c to recognize VIA Apollo KT133A Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30061 >Category: kern >Synopsis: Modify agp_via.c to recognize VIA Apollo KT133A >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: Fri Aug 24 17:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 4.4-RC i386 >Organization: >Environment: System: FreeBSD johncoop.MSHOME 4.4-RC FreeBSD 4.4-RC #19: Fri Aug 24 16:38:22 PDT 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386 >Description: The agp_via.c in 4.4-RC identifies the agp subsystem of a VIA Apollo KT133A as generic. This patch adds code to recognize the KT133A North Bridge. >How-To-Repeat: N/A >Fix: --- agp_via.c.old Fri Aug 24 15:55:04 2001 +++ agp_via.c Fri Aug 24 16:33:49 2001 @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD: src/sys/pci/agp_via.c,v 1.1.2.1 2000/07/19 09:48:04 ru Exp $ + * $FreeBSD$ */ #include "opt_bus.h" @@ -70,6 +70,8 @@ return ("VIA 82C598 (Apollo MVP3) host to PCI bridge"); case 0x06911106: return ("VIA 82C691 (Apollo Pro) host to PCI bridge"); + case 0x03051106: + return ("VIA 82C8363 (Apollo KT133A) host to PCI bridge"); }; if (pci_get_vendor(dev) == 0x1106) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message