Added the OPTi 802G device (the 802G and 895 are register-identical), and added port 23h to the OPTi 8xx'es.

This commit is contained in:
OBattler
2020-06-29 18:44:20 +02:00
parent 4a8aa601b6
commit a4301708da
2 changed files with 35 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ extern const device_t ioapic_device;
/* OPTi */
extern const device_t opti495_device;
extern const device_t opti802g_device;
extern const device_t opti895_device;
extern const device_t opti5x7_device;