mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2025-02-25 18:55:23 -06:00
Document PCI vendor and device IDs for several SMBus controller models from SiS, EFAR and ALi; move the PCI vendor ID defines from system/smbus.h to system/pci.h and add several vendor IDs; use the defines from system/pci.h in system/hwquirks.c. (#154)
Inspired by #126.
This commit is contained in:
@@ -10,16 +10,6 @@
|
||||
* Copyright (C) 2004-2022 Samuel Demeulemeester.
|
||||
*/
|
||||
|
||||
/* Vendor IDs */
|
||||
#define VID_ATI 0x1002
|
||||
#define VID_AMD 0x1022
|
||||
#define VID_SIS 0x1039
|
||||
#define VID_NVIDIA 0x10DE
|
||||
#define VID_VIA 0x1106
|
||||
#define VID_SERVERWORKS 0x1166
|
||||
#define VID_HYGON 0x1D94
|
||||
#define VID_INTEL 0x8086
|
||||
|
||||
#define I2C_WRITE 0
|
||||
#define I2C_READ 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user