Clean up .available & .poll

This commit is contained in:
Jasmine Iwanek
2025-01-07 01:12:42 -05:00
parent de488fe779
commit 81b8038bc5
254 changed files with 1214 additions and 1313 deletions

View File

@@ -3220,7 +3220,7 @@ const device_t pcnet_am79c960_device = {
.init = pcnet_init,
.close = pcnet_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = pcnet_isa_config
@@ -3234,7 +3234,7 @@ const device_t pcnet_am79c960_eb_device = {
.init = pcnet_init,
.close = pcnet_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = pcnet_isa_config
@@ -3248,7 +3248,7 @@ const device_t pcnet_am79c960_vlb_device = {
.init = pcnet_init,
.close = pcnet_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = pcnet_vlb_config
@@ -3262,7 +3262,7 @@ const device_t pcnet_am79c961_device = {
.init = pcnet_init,
.close = pcnet_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = pcnet_pci_config
@@ -3276,7 +3276,7 @@ const device_t pcnet_am79c970a_device = {
.init = pcnet_init,
.close = pcnet_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = pcnet_pci_config
@@ -3290,7 +3290,7 @@ const device_t pcnet_am79c973_device = {
.init = pcnet_init,
.close = pcnet_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = pcnet_pci_config
@@ -3304,7 +3304,7 @@ const device_t pcnet_am79c973_onboard_device = {
.init = pcnet_init,
.close = pcnet_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = pcnet_pci_config