DMA channel -> DMA.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user