Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2001 16:54:41 -0700 (PDT)
From:      John Merryweather Cooper <jmcoopr@webmail.bmi.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/30061: Modify agp_via.c to recognize VIA Apollo KT133A
Message-ID:  <200108242354.f7ONsfa00686@johncoop.MSHOME>

next in thread | raw e-mail | index | archive | help

>Number:         30061
>Category:       kern
>Synopsis:       Modify agp_via.c to recognize VIA Apollo KT133A
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 24 17:00:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     John Merryweather Cooper
>Release:        FreeBSD 4.4-RC i386
>Organization:
>Environment:
System: FreeBSD johncoop.MSHOME 4.4-RC FreeBSD 4.4-RC #19: Fri Aug 24 16:38:22 PDT 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386


	
>Description:
	The agp_via.c in 4.4-RC identifies the agp subsystem of a VIA Apollo
	KT133A as generic.  This patch adds code to recognize the KT133A
	North Bridge.

>How-To-Repeat:
	N/A

>Fix:

--- agp_via.c.old	Fri Aug 24 15:55:04 2001
+++ agp_via.c	Fri Aug 24 16:33:49 2001
@@ -23,7 +23,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *	$FreeBSD: src/sys/pci/agp_via.c,v 1.1.2.1 2000/07/19 09:48:04 ru Exp $
+ *	$FreeBSD$
  */
 
 #include "opt_bus.h"
@@ -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 82C8363 (Apollo KT133A) host to PCI bridge");
 	};
 
 	if (pci_get_vendor(dev) == 0x1106)
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108242354.f7ONsfa00686>