Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
xorg
driver
xf86-video-sis
Commits
563cf3c4
Commit
563cf3c4
authored
Dec 16, 2019
by
Kevin Brace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up XGI Technology PCI Device IDs
Signed-off-by:
Kevin Brace
<
kevinbrace@bracecomputerlab.com
>
parent
49b642e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
src/sis.h
src/sis.h
+9
-8
No files found.
src/sis.h
View file @
563cf3c4
...
...
@@ -333,17 +333,18 @@
#define PCI_CHIP_SIS660 0x6330
#define PCI_CHIP_SIS340 0x0340
#ifndef PCI_VENDOR_XGI
#define PCI_VENDOR_XGI 0x18ca
#endif
#ifndef PCI_CHIP_XGIXG20
#define PCI_CHIP_XGIXG20 0x0020
#endif
/*
* XGI Technology PCI Vendor ID
*/
#define PCI_VENDOR_XGI 0x18CA
#ifndef PCI_CHIP_XGIXG40
/*
* XGI Technology PCI Device ID
*/
#define PCI_CHIP_XGIXG20 0x0020
#define PCI_CHIP_XGIXG40 0x0040
#endif
/* pSiS->Flags (old series only) */
#define SYNCDRAM 0x00000001
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment