Ported the 3c500/3c501 nic from VirtualBox.

Added IRQ's 10 and 11 to the AMD PCnet ISA/VLB nics.
This commit is contained in:
TC1995
2022-11-21 17:08:50 +01:00
parent e167988a92
commit b04aa3ce4e
6 changed files with 1276 additions and 3 deletions

View File

@@ -3065,6 +3065,8 @@ static const device_config_t pcnet_isa_config[] = {
{ .description = "IRQ 4", .value = 4 },
{ .description = "IRQ 5", .value = 5 },
{ .description = "IRQ 9", .value = 9 },
{ .description = "IRQ 10", .value = 10 },
{ .description = "IRQ 11", .value = 11 },
{ .description = "" }
},
},
@@ -3124,6 +3126,8 @@ static const device_config_t pcnet_vlb_config[] = {
{ .description = "IRQ 4", .value = 4 },
{ .description = "IRQ 5", .value = 5 },
{ .description = "IRQ 9", .value = 9 },
{ .description = "IRQ 10", .value = 10 },
{ .description = "IRQ 11", .value = 11 },
{ .description = "" }
},
},