Add IRQ 12 setting to NE2000. Patch from EluanCM.
This commit is contained in:
parent
8870334114
commit
1540da6ada
1 changed files with 4 additions and 0 deletions
|
|
@ -2010,6 +2010,10 @@ static device_config_t ne2000_config[] =
|
||||||
.description = "IRQ 11",
|
.description = "IRQ 11",
|
||||||
.value = 11
|
.value = 11
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.description = "IRQ 12",
|
||||||
|
.value = 12
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.description = ""
|
.description = ""
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue