]> git.pld-linux.org Git - packages/kernel.git/blame - linux-2.4.20-kt400.patch
- obsolete
[packages/kernel.git] / linux-2.4.20-kt400.patch
CommitLineData
61362ae4 1diff -urN linux-2.4.20.orig/drivers/char/agp/agpgart_be.c linux-2.4.20/drivers/char/agp/agpgart_be.c
2--- linux-2.4.20.orig/drivers/char/agp/agpgart_be.c Sat Jan 18 22:30:47 2003
3+++ linux-2.4.20/drivers/char/agp/agpgart_be.c Sat Jan 18 22:55:46 2003
4@@ -4714,6 +4714,12 @@
5 "Via",
6 "Apollo Pro KT266",
7 via_generic_setup },
8+ { PCI_DEVICE_ID_VIA_8377_0,
9+ PCI_VENDOR_ID_VIA,
10+ VIA_APOLLO_KT400,
11+ "Via",
12+ "Apollo Pro KT400",
13+ via_generic_setup },
14 { 0,
15 PCI_VENDOR_ID_VIA,
16 VIA_GENERIC,
61362ae4 17diff -urN linux-2.4.20.orig/drivers/char/drm-4.0/agpsupport.c linux-2.4.20/drivers/char/drm-4.0/agpsupport.c
18--- linux-2.4.20.orig/drivers/char/drm-4.0/agpsupport.c Sat Jan 18 22:30:47 2003
19+++ linux-2.4.20/drivers/char/drm-4.0/agpsupport.c Sat Jan 18 22:55:46 2003
20@@ -275,6 +275,8 @@
21 break;
22 case VIA_APOLLO_KT133: head->chipset = "VIA Apollo KT133";
23 break;
24+ case VIA_APOLLO_KT400: head->chipset = "VIA Apollo KT400";
25+ break;
26 #endif
27
28 case VIA_APOLLO_PRO: head->chipset = "VIA Apollo Pro";
29diff -urN linux-2.4.20.orig/include/linux/agp_backend.h linux-2.4.20/include/linux/agp_backend.h
30--- linux-2.4.20.orig/include/linux/agp_backend.h Sat Jan 18 22:30:34 2003
31+++ linux-2.4.20/include/linux/agp_backend.h Sat Jan 18 23:04:15 2003
32@@ -60,6 +60,7 @@
33 VIA_APOLLO_PRO,
34 VIA_APOLLO_KX133,
35 VIA_APOLLO_KT133,
36+ VIA_APOLLO_KT400,
37 SIS_GENERIC,
38 AMD_GENERIC,
39 AMD_IRONGATE,
40diff -urN linux-2.4.20.orig/include/linux/pci_ids.h linux-2.4.20/include/linux/pci_ids.h
41--- linux-2.4.20.orig/include/linux/pci_ids.h Sat Jan 18 22:30:34 2003
42+++ linux-2.4.20/include/linux/pci_ids.h Sat Jan 18 23:03:44 2003
43@@ -986,6 +986,7 @@
44 #define PCI_DEVICE_ID_VIA_8233C_0 0x3109
45 #define PCI_DEVICE_ID_VIA_8361 0x3112
46 #define PCI_DEVICE_ID_VIA_8233A 0x3147
47+#define PCI_DEVICE_ID_VIA_8377_0 0x3189
48 #define PCI_DEVICE_ID_VIA_86C100A 0x6100
49 #define PCI_DEVICE_ID_VIA_8231 0x8231
50 #define PCI_DEVICE_ID_VIA_8231_4 0x8235
This page took 0.241917 seconds and 4 git commands to generate.