From owner-freebsd-current@FreeBSD.ORG Tue Aug 31 08:00:26 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79C9416A4CF for ; Tue, 31 Aug 2004 08:00:26 +0000 (GMT) Received: from ithil.ics.muni.cz (ithil.ics.muni.cz [147.251.4.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4CF843D53 for ; Tue, 31 Aug 2004 08:00:25 +0000 (GMT) (envelope-from hopet@ics.muni.cz) Received: from KLOBOUCEK (kloboucek.ics.muni.cz [147.251.3.38]) (user=hopet@META mech=LOGIN bits=0) by ithil.ics.muni.cz (8.12.1/8.12.1) with ESMTP id i7V80NAb010663 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Tue, 31 Aug 2004 10:00:23 +0200 From: "Petr Holub" To: Date: Tue, 31 Aug 2004 10:00:12 +0200 Message-ID: <07d201c48f30$8b2f46b0$02e86cc2@KLOBOUCEK> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Muni-Spam-TestIP: 147.251.3.38 X-Muni-Virus-Test: Clean X-Mailman-Approved-At: Tue, 31 Aug 2004 11:58:53 +0000 Subject: drm: ATI FireGL Mobility T2 patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2004 08:00:26 -0000 Hi, here's a short patch to make drm recognize ATI FireGL Mobility T2 card present in IBM T41p notebook. Petr ================================================================ Petr Holub CESNET z.s.p.o. Supercomputing Center Brno Zikova 4 Institute of Compt. Science 162 00 Praha 6, CZ Masaryk University Czech Republic Botanicka 68a, 60200 Brno, CZ e-mail: Petr.Holub@cesnet.cz phone: +420-549493944 fax: +420-541212747 e-mail: hopet@ics.muni.cz --- sys/dev/drm/radeon.h.bak Mon Aug 30 15:22:05 2004 +++ sys/dev/drm/radeon.h Mon Aug 30 15:23:46 2004 @@ -129,6 +129,7 @@ {0x1002, 0x4C65, 0, "ATI Radeon Le R250 Mobility 9000 M9"}, \ {0x1002, 0x4C66, 0, "ATI Radeon Lf R250 Mobility 9000 M9"}, \ {0x1002, 0x4C67, 0, "ATI Radeon Lg R250 Mobility 9000 M9"}, \ + {0x1002, 0x4E54, 0, "ATI FireGL Mobility T2 M10 NT"}, \ {0x1002, 0x5144, 0, "ATI Radeon QD R100"}, \ {0x1002, 0x5145, 0, "ATI Radeon QE R100"}, \ {0x1002, 0x5146, 0, "ATI Radeon QF R100"}, \