refactored device_t and all declarations

This commit is contained in:
Jess Lovelace
2022-01-13 21:06:11 -05:00
parent 8bb18ef598
commit f18615ae87
219 changed files with 707 additions and 10 deletions

View File

@@ -278,6 +278,7 @@ i82091aa_init(const device_t *info)
const device_t i82091aa_device = {
"Intel 82091AA Super I/O",
"i82091aa",
0,
0x40,
i82091aa_init, i82091aa_close, NULL,
@@ -288,6 +289,7 @@ const device_t i82091aa_device = {
const device_t i82091aa_398_device = {
"Intel 82091AA Super I/O (Port 398h)",
"i82091aa_398",
0,
0x148,
i82091aa_init, i82091aa_close, NULL,
@@ -298,6 +300,7 @@ const device_t i82091aa_398_device = {
const device_t i82091aa_ide_device = {
"Intel 82091AA Super I/O (With IDE)",
"i82091aa_ide",
0,
0x240,
i82091aa_init, i82091aa_close, NULL,