cirrus: drop xf86PciInfo.

This drops usage of deprecated header file.

Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Dave Airlie
2012-06-05 19:35:39 +01:00
parent 9a5e19597b
commit bab8041291
14 changed files with 24 additions and 27 deletions

View File

@@ -17,7 +17,6 @@
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86PciInfo.h"
#include "xf86Pci.h"
#include "cir.h"

View File

@@ -24,13 +24,6 @@
/* Everything using inb/outb, etc needs "compiler.h" */
#include "compiler.h"
/* Drivers for PCI hardware need this */
#include "xf86PciInfo.h"
#ifndef PCI_CHIP_GD7556 /* for old xf86PciInfo.h */
#define PCI_CHIP_GD7556 0x004C
#endif
/* Drivers that need to access the PCI config space directly need this */
#include "xf86Pci.h"

View File

@@ -9,7 +9,6 @@
#include "compiler.h"
#include "xf86Pci.h"
#include "xf86PciInfo.h"
#include "vgaHW.h"

View File

@@ -9,7 +9,6 @@
#include "compiler.h"
#include "xf86Pci.h"
#include "xf86PciInfo.h"
#include "vgaHW.h"

View File

@@ -9,7 +9,6 @@
#include "compiler.h"
#include "xf86Pci.h"
#include "xf86PciInfo.h"
#include "vgaHW.h"

View File

@@ -10,7 +10,6 @@
#include "compiler.h"
#include "xf86Pci.h"
#include "xf86PciInfo.h"
#include "vgaHW.h"

View File

@@ -30,7 +30,6 @@
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86Pci.h"
#include "xf86PciInfo.h"
#include "xaa.h"
#include "xaalocal.h"
#include "vgaHW.h"

View File

@@ -24,13 +24,6 @@
#endif
/* All drivers need this */
/* Drivers for PCI hardware need this */
#include "xf86PciInfo.h"
#ifndef PCI_CHIP_GD7556 /* for old xf86PciInfo.h */
#define PCI_CHIP_GD7556 0x004C
#endif
/* Drivers that need to access the PCI config space directly need this */
#include "xf86Pci.h"

View File

@@ -146,4 +146,28 @@ typedef struct pci_device *pciVideoPtr;
#endif /* XSERVER_LIBPCIACCESS */
#ifndef _XF86_PCIINFO_H
#define PCI_VENDOR_CIRRUS 0x1013
/* Cirrus Logic */
#define PCI_CHIP_GD7548 0x0038
#define PCI_CHIP_GD7555 0x0040
#define PCI_CHIP_GD7556 0x004C
#define PCI_CHIP_GD5430 0x00A0
#define PCI_CHIP_GD5434_4 0x00A4
#define PCI_CHIP_GD5434_8 0x00A8
#define PCI_CHIP_GD5436 0x00AC
#define PCI_CHIP_GD5446 0x00B8
#define PCI_CHIP_GD5480 0x00BC
#define PCI_CHIP_GD5462 0x00D0
#define PCI_CHIP_GD5464 0x00D4
#define PCI_CHIP_GD5464BD 0x00D5
#define PCI_CHIP_GD5465 0x00D6
#define PCI_CHIP_6729 0x1100
#define PCI_CHIP_6832 0x1110
#define PCI_CHIP_GD7542 0x1200
#define PCI_CHIP_GD7543 0x1202
#define PCI_CHIP_GD7541 0x1204
#endif
#endif /* CIRPCIRENAME_H */

View File

@@ -9,7 +9,6 @@
#include "xf86.h"
#include "xf86_OSproc.h"
#include "xf86PciInfo.h"
#include "xf86Pci.h"
#include "shadowfb.h"
#include "servermd.h"

View File

@@ -28,9 +28,6 @@
#include "compiler.h"
/* Drivers for PCI hardware need this */
#include "xf86PciInfo.h"
/* Drivers that need to access the PCI config space directly need this */
#include "xf86Pci.h"

View File

@@ -20,7 +20,6 @@
#include "compiler.h"
#include "xf86Pci.h"
#include "xf86PciInfo.h"
#include "vgaHW.h"

View File

@@ -9,7 +9,6 @@
#include "compiler.h"
#include "xf86Pci.h"
#include "xf86PciInfo.h"
#include "vgaHW.h"

View File

@@ -20,7 +20,6 @@
#include "compiler.h"
#include "xf86Pci.h"
#include "xf86PciInfo.h"
#include "vgaHW.h"