Merge pull request #5642 from MaxwellS04/Linear_Framebuffer_Fixes
Assorted Cirrus fixes (May 30)
This commit is contained in:
@@ -4796,7 +4796,7 @@ static const device_config_t gd5430_vlb_config[] = {
|
|||||||
.description = "Linear framebuffer base",
|
.description = "Linear framebuffer base",
|
||||||
.type = CONFIG_SELECTION,
|
.type = CONFIG_SELECTION,
|
||||||
.default_string = NULL,
|
.default_string = NULL,
|
||||||
.default_int = 2,
|
.default_int = 2048,
|
||||||
.file_filter = NULL,
|
.file_filter = NULL,
|
||||||
.spinner = { 0 },
|
.spinner = { 0 },
|
||||||
.selection = {
|
.selection = {
|
||||||
@@ -4871,7 +4871,7 @@ static const device_config_t gd5434_vlb_config[] = {
|
|||||||
.description = "Linear framebuffer base",
|
.description = "Linear framebuffer base",
|
||||||
.type = CONFIG_SELECTION,
|
.type = CONFIG_SELECTION,
|
||||||
.default_string = NULL,
|
.default_string = NULL,
|
||||||
.default_int = 2,
|
.default_int = 2048,
|
||||||
.file_filter = NULL,
|
.file_filter = NULL,
|
||||||
.spinner = { 0 },
|
.spinner = { 0 },
|
||||||
.selection = {
|
.selection = {
|
||||||
@@ -4982,8 +4982,8 @@ const device_t gd5420_isa_device = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const device_t gd5420_onboard_device = {
|
const device_t gd5420_onboard_device = {
|
||||||
.name = "Cirrus Logic GD5420 (ISA)",
|
.name = "Cirrus Logic GD5420 (ISA) (On-Board)",
|
||||||
.internal_name = "cl_gd5420_isa",
|
.internal_name = "cl_gd5420_onboard",
|
||||||
.flags = DEVICE_ISA16,
|
.flags = DEVICE_ISA16,
|
||||||
.local = CIRRUS_ID_CLGD5420 | 0x200,
|
.local = CIRRUS_ID_CLGD5420 | 0x200,
|
||||||
.init = gd54xx_init,
|
.init = gd54xx_init,
|
||||||
|
|||||||
Reference in New Issue
Block a user