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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to