From owner-freebsd-current Fri Nov 3 12:28: 2 2000 Delivered-To: freebsd-current@freebsd.org Received: from po3.wam.umd.edu (po3.wam.umd.edu [128.8.10.165]) by hub.freebsd.org (Postfix) with ESMTP id 97A2C37B4CF; Fri, 3 Nov 2000 12:27:53 -0800 (PST) Received: from rac1.wam.umd.edu (IDENT:root@rac1.wam.umd.edu [128.8.10.141]) by po3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id PAA20579; Fri, 3 Nov 2000 15:27:51 -0500 (EST) Received: from rac1.wam.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by rac1.wam.umd.edu (8.9.3/8.9.3) with SMTP id PAA20795; Fri, 3 Nov 2000 15:27:50 -0500 (EST) Received: from localhost (culverk@localhost) by rac1.wam.umd.edu (8.9.3/8.9.3) with ESMTP id PAA20791; Fri, 3 Nov 2000 15:27:50 -0500 (EST) X-Authentication-Warning: rac1.wam.umd.edu: culverk owned process doing -bs Date: Fri, 3 Nov 2000 15:27:50 -0500 (EST) From: Kenneth Wayne Culver To: freebsd-stable@freebsd.org, freebsd-current@freebsd.org Subject: 2 patches for via kt133 agp stuff. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have included two very small patches that identify the via kt133 agp stuff on the athlon motherboards. I think the messages are ok, but if not, somebody change them. :-) --- pci/agp_via.c Wed Jul 19 05:48:04 2000 +++ pci/agp_via.c.new Fri Nov 3 14:50:58 2000 @@ -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 VT8363 (KT133) host to PCI bridge"); }; if (pci_get_vendor(dev) == 0x1106) --- pci/pcisupport.c Wed Nov 1 14:19:36 2000 +++ pci/pcisupport.c.new Fri Nov 3 14:51:06 2000 @@ -698,6 +698,8 @@ /* VIA Technologies -- vendor 0x1106 */ case 0x85981106: return ("VIA 82C598MVP (Apollo MVP3) PCI-PCI (AGP) bridge"); + case 0x83051106: + return ("VIA VT8363 (KT133) PCI-PCI (AGP) bridge"); /* AcerLabs -- vendor 0x10b9 */ /* Funny : The datasheet told me vendor id is "10b8",sub-vendor */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message