[PATCH xf86-video-sis 4/6] Remove a reference to _XF86_PCIINFO_H
Kevin Brace
kevinbrace at gmx.com
Tue Dec 17 03:12:29 UTC 2019
From: Kevin Brace <kevinbrace at bracecomputerlab.com>
xf86PciInfo.h was removed long time ago by commit
f6d49466ca538c65fa8c66352e421c2624e204f1.
Signed-off-by: Kevin Brace <kevinbrace at bracecomputerlab.com>
---
src/sis.h | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/src/sis.h b/src/sis.h
index c7edfd3..321a2bd 100644
--- a/src/sis.h
+++ b/src/sis.h
@@ -302,9 +302,14 @@
#define SISVERBLEVEL 4
#endif
-#ifndef _XF86_PCIINFO_H
+/*
+ * SiS PCI Vendor ID
+ */
#define PCI_VENDOR_SIS 0x1039
-/* SiS */
+
+/*
+ * SiS PCI Device ID
+ */
#define PCI_CHIP_SG86C201 0x0001
#define PCI_CHIP_SG86C202 0x0002
#define PCI_CHIP_SIS5597 0x0200
@@ -324,8 +329,6 @@
#define PCI_CHIP_SIS550 0x5315
#define PCI_CHIP_SIS650 0x6325
-#endif
-
/* For SiS315/550/650/740/330/660 - these should be moved elsewhere! */
#ifndef PCI_CHIP_SIS315H
#define PCI_CHIP_SIS315H 0x0310
--
2.7.4
More information about the xorg-devel
mailing list