From owner-freebsd-bugs Sat Dec 19 23:00:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA10856 for freebsd-bugs-outgoing; Sat, 19 Dec 1998 23:00:01 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA10813 for ; Sat, 19 Dec 1998 23:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA12484; Sat, 19 Dec 1998 23:00:01 -0800 (PST) Received: from Canvas.dorm7.nccu.edu.tw (Canvas.Dorm7.nccu.edu.tw [140.119.195.75]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA10745 for ; Sat, 19 Dec 1998 22:56:39 -0800 (PST) (envelope-from dhchen@Canvas.dorm7.nccu.edu.tw) Received: (from dhchen@localhost) by Canvas.dorm7.nccu.edu.tw (8.9.1/8.9.1) id OAA00623; Sun, 20 Dec 1998 14:58:39 +0800 (CST) (envelope-from dhchen) Message-Id: <199812200658.OAA00623@Canvas.dorm7.nccu.edu.tw> Date: Sun, 20 Dec 1998 14:58:39 +0800 (CST) From: "Alex D. Chen" Reply-To: dhchen@Canvas.dorm7.nccu.edu.tw To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/9137: Matrox Mystique chip name typo error Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9137 >Category: kern >Synopsis: Matrox Mystique chip name typo error >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 19 23:00:01 PST 1998 >Last-Modified: >Originator: Alex D. Chen >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: I've installed a Matrox Mystique220 on my box.When detecting PCI devices in booting procedure,the kernel reports: vga0: rev 0x03 int a irq 11 on pci0.8.0 According to Matrox's Windows Driver,it should be 1164SG(for Mystique 220) or 1064SG(for Mystique 170) >How-To-Repeat: Install a Matrox Mystique on a box,and boot with FreeBSD. :) >Fix: /sys/pci/pcisupport.c,line978: case 0x051a: chip = "MGA 1024SG"; break; change to: case 0x051a chip = "MGA 1064SG or 1164SG"; break; >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message