Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Nov 2000 13:51:46 -0700
From:      Chris Wasser <cwasser@v-wave.com>
To:        Kenneth Wayne Culver <culverk@wam.umd.edu>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: 2 patches for via kt133 agp stuff.
Message-ID:  <20001103135146.A303@area51.v-wave.com>
In-Reply-To: <Pine.GSO.4.21.0011031525030.19263-100000@rac1.wam.umd.edu>; from culverk@wam.umd.edu on Fri, Nov 03, 2000 at 03:27:50PM -0500
References:  <Pine.GSO.4.21.0011031525030.19263-100000@rac1.wam.umd.edu>

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