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:
Lionel Debroux
2022-09-14 18:57:10 +02:00
committed by GitHub
parent c41159084d
commit 1c4d7f4089
4 changed files with 54 additions and 27 deletions

View File

@@ -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