Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 1999 20:05:04 +0100 (CET)
From:      vons@iname.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   i386/10052: Matrox Millennium II AGP device id unknown (with patch)
Message-ID:  <199902121905.UAA00411@cyril.pluisnet>

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

>Number:         10052
>Category:       i386
>Synopsis:       Matrox Millennium II AGP device/model id unknown
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 12 11:40:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Gert-Jan Vons
>Release:        FreeBSD 3.0-RELEASE i386
>Organization:
-
>Environment:

	i386 system with Matrox Millennium II AGP board

>Description:

	during the boot, the message  "vga0: <Matrox model 051f graphics
	accelerator> rev 0x00 int a irq 11 on pci1.0.0" is displayed,
	the device id 051f is not recognised.

>How-To-Repeat:

	just boot with such a video board

>Fix:

*** sys/pci/pcisupport.c.org    Wed Sep 16 22:29:22 1998
--- sys/pci/pcisupport.c        Fri Feb 12 19:38:10 1999
***************
*** 889,894 ****
--- 889,896 ----
                        chip = "MGA 1024SG"; break;
                case 0x051b:
                        chip = "MGA 2164W"; break;
+               case 0x051f:
+                       chip = "MGA 2164W AGP"; break;
                }
                break;
  

>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?199902121905.UAA00411>