Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Nov 2000 16:14:34 -0500 (EST)
From:      Kenneth Wayne Culver <culverk@wam.umd.edu>
To:        Chris Wasser <cwasser@v-wave.com>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: 2 patches for via kt133 agp stuff.
Message-ID:  <Pine.GSO.4.21.0011031614230.601-100000@rac5.wam.umd.edu>
In-Reply-To: <20001103135146.A303@area51.v-wave.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.21.0011031614230.601-100000>