From owner-freebsd-stable Fri Nov 3 13:14:51 2000 Delivered-To: freebsd-stable@freebsd.org Received: from po3.wam.umd.edu (po3.wam.umd.edu [128.8.10.165]) by hub.freebsd.org (Postfix) with ESMTP id 781BB37B479 for ; Fri, 3 Nov 2000 13:14:47 -0800 (PST) Received: from rac5.wam.umd.edu (IDENT:root@rac5.wam.umd.edu [128.8.10.145]) by po3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id QAA26531; Fri, 3 Nov 2000 16:14:35 -0500 (EST) Received: from rac5.wam.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by rac5.wam.umd.edu (8.9.3/8.9.3) with SMTP id QAA01297; Fri, 3 Nov 2000 16:14:35 -0500 (EST) Received: from localhost (culverk@localhost) by rac5.wam.umd.edu (8.9.3/8.9.3) with ESMTP id QAA01283; Fri, 3 Nov 2000 16:14:35 -0500 (EST) X-Authentication-Warning: rac5.wam.umd.edu: culverk owned process doing -bs Date: Fri, 3 Nov 2000 16:14:34 -0500 (EST) From: Kenneth Wayne Culver To: Chris Wasser Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 2 patches for via kt133 agp stuff. In-Reply-To: <20001103135146.A303@area51.v-wave.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrmm, they may have added it to -CURRENT. ================================================================= | Kenneth Culver | FreeBSD: The best NT upgrade | | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: muythaibxr | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| ================================================================= On Fri, 3 Nov 2000, Chris Wasser wrote: > 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