f9f0c9e2fa
Add emulation of VT8231 south bridge ISA part based on the similar VT82C686B but implemented in a separate subclass that holds the differences while reusing parts that can be shared. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <10abc9f89854e7c980b9731c33d25a2e307e9c4f.1616680239.git.balaton@eik.bme.hu> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
12 lines
275 B
C
12 lines
275 B
C
#ifndef HW_VT82C686_H
|
|
#define HW_VT82C686_H
|
|
|
|
#define TYPE_VT82C686B_ISA "vt82c686b-isa"
|
|
#define TYPE_VT82C686B_PM "vt82c686b-pm"
|
|
#define TYPE_VT8231_ISA "vt8231-isa"
|
|
#define TYPE_VT8231_PM "vt8231-pm"
|
|
#define TYPE_VIA_AC97 "via-ac97"
|
|
#define TYPE_VIA_MC97 "via-mc97"
|
|
|
|
#endif
|