DMA channel -> DMA.

This commit is contained in:
OBattler
2024-11-10 02:42:01 +01:00
parent a1566e905f
commit fbc21cdf49
9 changed files with 15 additions and 15 deletions

View File

@@ -209,7 +209,7 @@ static const device_config_t monster_fdc_config[] = {
},
{
.name = "sec_dma",
.description = "Secondary Controller DMA channel",
.description = "Secondary Controller DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 2,

View File

@@ -1191,7 +1191,7 @@ static const device_config_t threec501_config[] = {
},
{
.name = "dma",
.description = "DMA channel",
.description = "DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 3,

View File

@@ -693,7 +693,7 @@ static const device_config_t threec503_config[] = {
},
{
.name = "dma",
.description = "DMA channel",
.description = "DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 3,

View File

@@ -3116,7 +3116,7 @@ static const device_config_t pcnet_isa_config[] = {
},
{
.name = "dma",
.description = "DMA channel",
.description = "DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 5,

View File

@@ -1197,7 +1197,7 @@ static const device_config_t aha_154xb_config[] = {
},
{
.name = "dma",
.description = "DMA channel",
.description = "DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 6,
@@ -1290,7 +1290,7 @@ static const device_config_t aha_154x_config[] = {
},
{
.name = "dma",
.description = "DMA channel",
.description = "DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 6,
@@ -1363,7 +1363,7 @@ static const device_config_t aha_154xcf_config[] = {
},
{
.name = "dma",
.description = "DMA channel",
.description = "DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 6,

View File

@@ -1818,7 +1818,7 @@ static const device_config_t BT_ISA_Config[] = {
},
{
.name = "dma",
.description = "DMA channel",
.description = "DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 6,

View File

@@ -1222,7 +1222,7 @@ static const device_config_t adgold_config[] = {
},
{
.name = "dma",
.description = "Low DMA channel",
.description = "Low DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 1,

View File

@@ -4552,7 +4552,7 @@ static const device_config_t sb_16_config[] = {
},
{
.name = "dma",
.description = "Low DMA channel",
.description = "Low DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 1,
@@ -4576,7 +4576,7 @@ static const device_config_t sb_16_config[] = {
},
{
.name = "dma16",
.description = "High DMA channel",
.description = "High DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 5,
@@ -4822,7 +4822,7 @@ static const device_config_t sb_awe32_config[] = {
},
{
.name = "dma",
.description = "Low DMA channel",
.description = "Low DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 1,
@@ -4846,7 +4846,7 @@ static const device_config_t sb_awe32_config[] = {
},
{
.name = "dma16",
.description = "High DMA channel",
.description = "High DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 5,

View File

@@ -3673,7 +3673,7 @@ static const device_config_t xga_isa_configuration[] = {
},
{
.name = "dma",
.description = "DMA channel",
.description = "DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 7,
@@ -3714,7 +3714,7 @@ static const device_config_t xga_inmos_isa_configuration[] = {
},
{
.name = "dma",
.description = "DMA channel",
.description = "DMA",
.type = CONFIG_SELECTION,
.default_string = "",
.default_int = 7,