Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Nov 2000 12:04:07 -0500 (EST)
From:      Kenneth Culver <culverk@culverk.student.umd.edu>
To:        freebsd-stable@freebsd.org, freebsd-current@freebsd.org
Subject:   oops ... bad patches
Message-ID:  <Pine.BSF.4.21.0011041203020.9617-100000@culverk.student.umd.edu>

next in thread | raw e-mail | index | archive | help
here are correct patches for my motherboard's agp (kt133)

--- 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-current" in the body of the message




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