aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authorMaxime Henrion <mux@FreeBSD.org>2005-04-21 13:27:38 +0000
committerMaxime Henrion <mux@FreeBSD.org>2005-04-21 13:27:38 +0000
commit647ec60cc72d6d193cabeb9f876e66caf135295c (patch)
tree7520d8e604237a25fc306eff0a3196d0cc18cd06 /sys/dev/fxp
parentbc24eee3ce221622470f271ed28dfdf803e4eb30 (diff)
Notes
Diffstat (limited to 'sys/dev/fxp')
-rw-r--r--sys/dev/fxp/if_fxp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index a6f9004181d6..0085ca4e3238 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -579,8 +579,7 @@ fxp_attach(device_t dev)
* too, but that's already enabled by the code above.
* Be careful to do this only on the right devices.
*/
-
- if (sc->revision == FXP_REV_82550 || sc->revision == FXP_REV_82550_C) {
+ if (sc->revision >= FXP_REV_82550) {
sc->rfa_size = sizeof (struct fxp_rfa);
sc->tx_cmd = FXP_CB_COMMAND_IPCBXMIT;
sc->flags |= FXP_FLAG_EXT_RFA;