mirror of
https://github.com/X11Libre/xf86-video-cirrus.git
synced 2026-03-24 01:24:45 +00:00
cirrus: drop xf86PciInfo.
This drops usage of deprecated header file. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
|
||||
#include "xf86.h"
|
||||
#include "xf86_OSproc.h"
|
||||
#include "xf86PciInfo.h"
|
||||
#include "xf86Pci.h"
|
||||
|
||||
#include "cir.h"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#include "compiler.h"
|
||||
|
||||
#include "xf86Pci.h"
|
||||
#include "xf86PciInfo.h"
|
||||
|
||||
#include "vgaHW.h"
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#include "compiler.h"
|
||||
|
||||
#include "xf86Pci.h"
|
||||
#include "xf86PciInfo.h"
|
||||
|
||||
#include "vgaHW.h"
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#include "compiler.h"
|
||||
|
||||
#include "xf86Pci.h"
|
||||
#include "xf86PciInfo.h"
|
||||
|
||||
#include "vgaHW.h"
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#include "compiler.h"
|
||||
|
||||
#include "xf86Pci.h"
|
||||
#include "xf86PciInfo.h"
|
||||
|
||||
#include "vgaHW.h"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
|
||||
#include "xf86.h"
|
||||
#include "xf86_OSproc.h"
|
||||
#include "xf86PciInfo.h"
|
||||
#include "xf86Pci.h"
|
||||
#include "shadowfb.h"
|
||||
#include "servermd.h"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
#include "compiler.h"
|
||||
|
||||
#include "xf86Pci.h"
|
||||
#include "xf86PciInfo.h"
|
||||
|
||||
#include "vgaHW.h"
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#include "compiler.h"
|
||||
|
||||
#include "xf86Pci.h"
|
||||
#include "xf86PciInfo.h"
|
||||
|
||||
#include "vgaHW.h"
|
||||
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
#include "compiler.h"
|
||||
|
||||
#include "xf86Pci.h"
|
||||
#include "xf86PciInfo.h"
|
||||
|
||||
#include "vgaHW.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user