aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hme
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2020-02-12 00:58:17 +0000
committerBrooks Davis <brooks@FreeBSD.org>2020-02-12 00:58:17 +0000
commit8e2e3137a3e5e9957cadccb1b25c723c927b0254 (patch)
tree693961fdb72e29f35cea955be28a644724bb6353 /sys/dev/hme
parent04777538e7381726cec143bd00c08de064106ce8 (diff)
Notes
Diffstat (limited to 'sys/dev/hme')
-rw-r--r--sys/dev/hme/if_hme.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/hme/if_hme.c b/sys/dev/hme/if_hme.c
index 10e1c5d772f9..c35d6d131487 100644
--- a/sys/dev/hme/if_hme.c
+++ b/sys/dev/hme/if_hme.c
@@ -373,6 +373,8 @@ hme_config(struct hme_softc *sc)
ifp->if_capabilities |= IFCAP_VLAN_MTU | IFCAP_HWCSUM;
ifp->if_hwassist |= sc->sc_csum_features;
ifp->if_capenable |= IFCAP_VLAN_MTU | IFCAP_HWCSUM;
+
+ gone_in_dev(sc->sc_dev, 13, "10/100 NIC almost exclusively for sparc64");
return (0);
fail_txdesc: