Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Nov 2000 15:27:50 -0500 (EST)
From:      Kenneth Wayne Culver <culverk@wam.umd.edu>
To:        freebsd-stable@freebsd.org, freebsd-current@freebsd.org
Subject:   2 patches for via kt133 agp stuff.
Message-ID:  <Pine.GSO.4.21.0011031525030.19263-100000@rac1.wam.umd.edu>

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