Some PC5086-related fixes - fixes hard disk and mouse initialization, fixes #5882.
This commit is contained in:
@@ -1024,7 +1024,6 @@ xta_init_common(const device_t *info, int type)
|
||||
dev->sw = 0xff; /* all switches off */
|
||||
dev->type = type;
|
||||
|
||||
|
||||
/* Do per-controller-type setup. */
|
||||
switch (dev->type) {
|
||||
case 0: /* WDXT-150, with BIOS */
|
||||
@@ -1447,7 +1446,6 @@ const device_t xta_st50x_device = {
|
||||
.config = st50x_config
|
||||
};
|
||||
|
||||
|
||||
const device_t xta_st50x_pc5086_device = {
|
||||
.name = "ST-50X Fixed Disk Controller (PC5086)",
|
||||
.internal_name = "xta_st50x_pc5086",
|
||||
|
||||
Reference in New Issue
Block a user