Implemented the OPTi 895

Similar the OPTi 495 & 802G. It's a 486 ISA/VLB chipset used by many known boards. One being the PB450.
This commit is contained in:
tiseno100
2020-06-29 16:26:18 +03:00
committed by GitHub
parent 5c1f947122
commit 388825377c
5 changed files with 212 additions and 1 deletions

View File

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