Removed standalone UM8673F

It's not working
This commit is contained in:
Maxwell Scott
2026-02-28 04:53:55 +07:00
parent 8300881e71
commit 28bc6b9c23
2 changed files with 1 additions and 2 deletions

View File

@@ -102,7 +102,6 @@ static const struct {
{ &ide_cmd649_ter_qua_device },
{ &ide_pci_device },
{ &ide_pci_2ch_device },
{ &ide_um8673f_device },
{ NULL }
// clang-format on
};

View File

@@ -200,7 +200,7 @@ const device_t ide_um8886af_device = {
const device_t ide_um8673f_device = {
.name = "UMC UM8673F",
.internal_name = "um8673f",
.flags = DEVICE_PCI,
.flags = 0,
.local = 0,
.init = um8673f_init,
.close = um8673f_close,