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

@@ -347,6 +347,7 @@ const device_t fdc37c651_device = {
const device_t fdc37c651_ide_device = {
"SMC FDC37C651 Super I/O (With IDE)",
"fdc37c651_ide",
0,
0x151,
fdc37c6xx_init, fdc37c6xx_close, NULL,
@@ -356,6 +357,7 @@ const device_t fdc37c651_ide_device = {
const device_t fdc37c661_device = {
"SMC FDC37C661 Super I/O",
"fdc37c661",
0,
0x61,
fdc37c6xx_init, fdc37c6xx_close, NULL,
@@ -365,6 +367,7 @@ const device_t fdc37c661_device = {
const device_t fdc37c661_ide_device = {
"SMC FDC37C661 Super I/O (With IDE)",
"fdc37c661_ide",
0,
0x161,
fdc37c6xx_init, fdc37c6xx_close, NULL,
@@ -374,6 +377,7 @@ const device_t fdc37c661_ide_device = {
const device_t fdc37c663_device = {
"SMC FDC37C663 Super I/O",
"fdc37c663",
0,
0x63,
fdc37c6xx_init, fdc37c6xx_close, NULL,
@@ -383,6 +387,7 @@ const device_t fdc37c663_device = {
const device_t fdc37c663_ide_device = {
"SMC FDC37C663 Super I/O (With IDE)",
"fdc37c663_ide",
0,
0x163,
fdc37c6xx_init, fdc37c6xx_close, NULL,
@@ -392,6 +397,7 @@ const device_t fdc37c663_ide_device = {
const device_t fdc37c665_device = {
"SMC FDC37C665 Super I/O",
"fdc37c665",
0,
0x65,
fdc37c6xx_init, fdc37c6xx_close, NULL,
@@ -401,6 +407,7 @@ const device_t fdc37c665_device = {
const device_t fdc37c665_ide_device = {
"SMC FDC37C665 Super I/O (With IDE)",
"fdc37c665_ide",
0,
0x265,
fdc37c6xx_init, fdc37c6xx_close, NULL,
@@ -410,6 +417,7 @@ const device_t fdc37c665_ide_device = {
const device_t fdc37c666_device = {
"SMC FDC37C666 Super I/O",
"fdc37c666",
0,
0x66,
fdc37c6xx_init, fdc37c6xx_close, NULL,