From owner-freebsd-stable Fri Nov 3 12:51:49 2000 Delivered-To: freebsd-stable@freebsd.org Received: from area51.v-wave.com (area51.v-wave.com [24.108.52.213]) by hub.freebsd.org (Postfix) with SMTP id 50B7337B4C5 for ; Fri, 3 Nov 2000 12:51:47 -0800 (PST) Received: (qmail 497 invoked by uid 1001); 3 Nov 2000 20:51:46 -0000 Date: Fri, 3 Nov 2000 13:51:46 -0700 From: Chris Wasser To: Kenneth Wayne Culver Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 2 patches for via kt133 agp stuff. Message-ID: <20001103135146.A303@area51.v-wave.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from culverk@wam.umd.edu on Fri, Nov 03, 2000 at 03:27:50PM -0500 X-Operating-System: FreeBSD 4.1.1-STABLE Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Nov 03, 2000 at 03:27:50PM -0500, Kenneth Wayne Culver wrote: > 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. :-) I've sent similar patches regarding the KX133 chipset already, see PR22052 which for some reason still hasn't been committed: --- 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 */ Although I didn't patch agp_via.c .. The above was apparently added to pcisupport.c rev 1.171 but I don't see it here. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message