From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Kern Subject: [PATCH 3/7] Date: Sun, 21 Mar 2004 20:38:08 +0100 Sender: linux-fbdev-devel-admin@lists.sourceforge.net Message-ID: <200403212038.08712.alex.kern@gmx.de> References: <200403212033.39808.alex.kern@gmx.de> Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_g8eXAl8D/a7gO+l" Return-path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.11] helo=sc8-sf-mx1.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.30) id 1B58m6-0001gw-Kt for linux-fbdev-devel@lists.sourceforge.net; Sun, 21 Mar 2004 11:38:22 -0800 Received: from mail.gmx.net ([213.165.64.20]) by sc8-sf-mx1.sourceforge.net with smtp (Exim 4.30) id 1B58m4-0002NW-Ad for linux-fbdev-devel@lists.sourceforge.net; Sun, 21 Mar 2004 11:38:20 -0800 In-Reply-To: <200403212033.39808.alex.kern@gmx.de> Content-Disposition: inline Errors-To: linux-fbdev-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: To: linux-fbdev-devel@lists.sourceforge.net Cc: James Simmons --Boundary-00=_g8eXAl8D/a7gO+l Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-00=_g8eXAl8D/a7gO+l Content-Type: text/x-diff; charset="utf-8"; name="03_mach64-chipset2.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="03_mach64-chipset2.diff" diff -U 3 -H -d -I '*.o' -p -r -- linux-2.6.4/drivers/video/aty/ati_ids.h linux-2.6.alex/drivers/video/aty/ati_ids.h --- linux-2.6.4/drivers/video/aty/ati_ids.h 2004-03-11 03:55:25.000000000 +0100 +++ linux-2.6.alex/drivers/video/aty/ati_ids.h 2004-03-18 18:34:33.000000000 +0100 @@ -64,6 +64,7 @@ #define PCI_CHIP_MACH64LQ 0x4C51 #define PCI_CHIP_MACH64LR 0x4C52 #define PCI_CHIP_MACH64LS 0x4C53 +#define PCI_CHIP_MACH64LT 0x4C54 #define PCI_CHIP_RADEON_LW 0x4C57 #define PCI_CHIP_RADEON_LX 0x4C58 #define PCI_CHIP_RADEON_LY 0x4C59 diff -U 3 -H -d -I '*.o' -p -r -- linux-2.6.4/drivers/video/aty/atyfb.h linux-2.6.alex/drivers/video/aty/atyfb.h --- linux-2.6.4/drivers/video/aty/atyfb.h 2004-03-13 23:29:07.000000000 +0100 +++ linux-2.6.alex/drivers/video/aty/atyfb.h 2004-03-18 19:52:51.000000000 +0100 @@ -122,6 +122,7 @@ struct atyfb_par { unsigned long clk_wr_offset; /* meaning overloaded, clock id by CT */ struct crtc crtc; union aty_pll pll; + struct pll_info pll_limits; u32 features; u32 ref_clk_per; u32 pll_per; @@ -130,6 +131,7 @@ struct atyfb_par { u8 bus_type; u8 ram_type; u8 mem_refresh_rate; + u16 pci_id; u32 accel_flags; int blitter_may_be_busy; int asleep; diff -U 3 -H -d -I '*.o' -p -r -- linux-2.6.4/drivers/video/aty/atyfb_base.c linux-2.6.alex/drivers/video/aty/atyfb_base.c --- linux-2.6.4/drivers/video/aty/atyfb_base.c 2004-03-13 23:29:07.000000000 +0100 +++ linux-2.6.alex/drivers/video/aty/atyfb_base.c 2004-03-18 19:57:59.000000000 +0100 @@ -67,6 +67,7 @@ #include