patch-2.4.27 linux-2.4.27/drivers/char/agp/agpgart_be.c
Next file: linux-2.4.27/drivers/char/amd7xx_tco.c
Previous file: linux-2.4.27/drivers/char/agp/agp.h
Back to the patch index
Back to the overall index
- Lines: 45
- Date:
2004-08-07 16:26:04.695348462 -0700
- Orig file:
linux-2.4.26/drivers/char/agp/agpgart_be.c
- Orig date:
2004-04-14 06:05:29.000000000 -0700
diff -urN linux-2.4.26/drivers/char/agp/agpgart_be.c linux-2.4.27/drivers/char/agp/agpgart_be.c
@@ -5738,6 +5738,7 @@
if ((agp_bridge.dev->device == PCI_DEVICE_ID_ATI_RS100) ||
(agp_bridge.dev->device == PCI_DEVICE_ID_ATI_RS200) ||
+ (agp_bridge.dev->device == PCI_DEVICE_ID_ATI_RS200_REV2) ||
(agp_bridge.dev->device == PCI_DEVICE_ID_ATI_RS200_B) ||
(agp_bridge.dev->device == PCI_DEVICE_ID_ATI_RS250)) {
pci_read_config_dword(agp_bridge.dev, ATI_RS100_APSIZE, &temp);
@@ -5792,6 +5793,7 @@
if ((agp_bridge.dev->device == PCI_DEVICE_ID_ATI_RS100) ||
(agp_bridge.dev->device == PCI_DEVICE_ID_ATI_RS200) ||
+ (agp_bridge.dev->device == PCI_DEVICE_ID_ATI_RS200_REV2) ||
(agp_bridge.dev->device == PCI_DEVICE_ID_ATI_RS200_B) ||
(agp_bridge.dev->device == PCI_DEVICE_ID_ATI_RS250)) {
pci_read_config_dword(agp_bridge.dev, ATI_RS100_APSIZE, &temp);
@@ -5825,6 +5827,7 @@
if ((agp_bridge.dev->device == PCI_DEVICE_ID_ATI_RS100) ||
(agp_bridge.dev->device == PCI_DEVICE_ID_ATI_RS200) ||
+ (agp_bridge.dev->device == PCI_DEVICE_ID_ATI_RS200_REV2) ||
(agp_bridge.dev->device == PCI_DEVICE_ID_ATI_RS200_B) ||
(agp_bridge.dev->device == PCI_DEVICE_ID_ATI_RS250)) {
pci_write_config_dword(agp_bridge.dev, ATI_RS100_IG_AGPMODE, 0x20000);
@@ -5863,6 +5866,7 @@
/* Write back the previous size and disable gart translation */
if ((agp_bridge.dev->device == PCI_DEVICE_ID_ATI_RS100) ||
(agp_bridge.dev->device == PCI_DEVICE_ID_ATI_RS200) ||
+ (agp_bridge.dev->device == PCI_DEVICE_ID_ATI_RS200_REV2) ||
(agp_bridge.dev->device == PCI_DEVICE_ID_ATI_RS200_B) ||
(agp_bridge.dev->device == PCI_DEVICE_ID_ATI_RS250)) {
pci_read_config_dword(agp_bridge.dev, ATI_RS100_APSIZE, &temp);
@@ -6426,6 +6430,12 @@
"ATI",
"IGP330/340/345/350/M",
ati_generic_setup },
+ { PCI_DEVICE_ID_ATI_RS200_REV2,
+ PCI_VENDOR_ID_ATI,
+ ATI_RS200,
+ "ATI",
+ "IGP345M (rev 2)",
+ ati_generic_setup },
{ PCI_DEVICE_ID_ATI_RS200_B,
PCI_VENDOR_ID_ATI,
ATI_RS200,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)