summaryrefslogtreecommitdiffstats
path: root/sys/dev/re/if_re.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/re/if_re.c')
-rw-r--r--sys/dev/re/if_re.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/re/if_re.c b/sys/dev/re/if_re.c
index 2b0ef3a..bb0a65d 100644
--- a/sys/dev/re/if_re.c
+++ b/sys/dev/re/if_re.c
@@ -1266,11 +1266,6 @@ re_attach(dev)
sc->rl_ldata.rl_tx_desc_cnt = RL_8139_TX_DESC_CNT;
sc->rl_ldata.rl_rx_desc_cnt = RL_8139_RX_DESC_CNT;
}
- if (hw_rev->rl_desc == NULL) {
- device_printf(dev, "Unsupported revision : 0x%08x\n", hwrev);
- error = ENXIO;
- goto fail;
- }
error = re_allocmem(dev, sc);
if (error)
OpenPOWER on IntegriCloud