[PATCH] [UBUNTU: via-agp] Add support for PT880ULTRA.
Chuck Short
zulcss at gmail.com
Tue Jun 13 23:22:16 UTC 2006
Adds support for PT880ULTRA for amd64/xeon.
Signed-off-by: Chuck Short <zulcss at gmail.com>
-------------- next part --------------
From nobody Mon Sep 17 00:00:00 2001
From: chuck <chuck at maggie.(none)>
Date: Mon, 12 Jun 2006 18:25:00 -0400
Subject: [PATCH] [UBUNTU: via-agp] Add support for PT880ULTRA.
Adds support for PT880ULTRA for amd64/xeon.
Signed-off-by: Chuck Short <zulcss at gmail.com>
---
debian/changelog | 2 ++
drivers/char/agp/via-agp.c | 6 +++++-
include/linux/pci_ids.h | 1 +
3 files changed, 8 insertions(+), 1 deletions(-)
a1f426b836125224bfb4cc54f715749eb318711c
diff --git a/debian/changelog b/debian/changelog
index 94196ce..684b5be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,8 @@ linux-source-2.6.15 (2.6.15-24.41) dappe
- Malone: #35044.
* Add IBM 2656 to nomux blacklist.
- Malone: #21558.
+ * via-agp: Add support for PT880ULTRA.
+ - Malone: #32968
-- Ben Collins <bcollins at ubuntu.com> Mon, 12 Jun 2006 12:27:42 -0400
diff --git a/drivers/char/agp/via-agp.c b/drivers/char/agp/via-agp.c
index 97b0a89..b05aab7 100644
--- a/drivers/char/agp/via-agp.c
+++ b/drivers/char/agp/via-agp.c
@@ -376,7 +376,11 @@ static struct agp_device_ids via_agp_dev
.device_id = PCI_DEVICE_ID_VIA_P4M800CE,
.chipset_name = "P4M800CE",
},
-
+ /* PT880ULTRA */
+ {
+ .device_id = PCI_DEVICE_ID_VIA_PT880ULTRA,
+ .chipset_name = "PT880ULTRA",
+ },
{ }, /* dummy final entry, always present */
};
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 1417c1e..ef5458d 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -1208,6 +1208,7 @@ #define PCI_DEVICE_ID_VIA_PT880 0x0258
#define PCI_DEVICE_ID_VIA_PX8X0_0 0x0259
#define PCI_DEVICE_ID_VIA_3269_0 0x0269
#define PCI_DEVICE_ID_VIA_K8T800PRO_0 0x0282
+#define PCI_DEVICE_ID_VIA_PT880ULTRA 0x0308
#define PCI_DEVICE_ID_VIA_8363_0 0x0305
#define PCI_DEVICE_ID_VIA_P4M800CE 0x0314
#define PCI_DEVICE_ID_VIA_8371_0 0x0391
--
1.3.3
More information about the kernel-team
mailing list