Magellan Linux

Contents of /trunk/ati-drivers/patches/8.8.25-via-amd64.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (16 years, 11 months ago) by niro
File size: 1198 byte(s)
-import

1 --- agpgart_be.c 2005-01-18 15:02:14.639429632 +0100
2 +++ agpgart_be.c 2005-01-18 14:54:34.000000000 +0100
3 @@ -6167,6 +6167,22 @@
4 "Via",
5 "Apollo P4M266",
6 via_generic_setup },
7 +
8 + { PCI_DEVICE_ID_VIA_8380_0,
9 + PCI_VENDOR_ID_VIA,
10 + AMD_8151,
11 + "AMD",
12 + "On-CPU GART",
13 + amd_8151_setup },
14 +
15 + { PCI_DEVICE_ID_VIA_8385_0,
16 + PCI_VENDOR_ID_VIA,
17 + AMD_8151,
18 + "AMD",
19 + "On-CPU GART",
20 + amd_8151_setup },
21 +
22 +
23 { 0,
24 PCI_VENDOR_ID_VIA,
25 VIA_GENERIC,
26 --- agp.h 2005-01-18 15:02:14.644428872 +0100
27 +++ agp.h 2005-01-18 14:55:33.000000000 +0100
28 @@ -202,6 +202,9 @@
29 #define SIS_GENERIC _X(SIS_GENERIC)
30 #define AMD_GENERIC _X(AMD_GENERIC)
31 #define AMD_IRONGATE _X(AMD_IRONGATE)
32 + #define PCI_DEVICE_ID_VIA_8380_0 0x0204
33 + #define PCI_DEVICE_ID_VIA_8385_0 0x3188
34 +
35 // #define AMD_IGD4 _X(AMD_IGD4)
36 // #define AMD_IGD4_2P _X(AMD_IGD4_2P)
37 #define AMD_761 _X(AMD_761)

Properties

Name Value
svn:executable *