mirror of
https://github.com/X11Libre/xf86-video-sis.git
synced 2026-03-24 01:25:01 +00:00
Remove a reference to _XF86_PCIINFO_H
xf86PciInfo.h was removed long time ago by commit
f6d49466ca.
Signed-off-by: Kevin Brace <kevinbrace@bracecomputerlab.com>
This commit is contained in:
11
src/sis.h
11
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
|
||||
|
||||
Reference in New Issue
Block a user