refactored device_t and all declarations
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user