summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2006-02-14 12:44:56 +0000
committerglebius <glebius@FreeBSD.org>2006-02-14 12:44:56 +0000
commitfc987ed6644c2720878c407a66a8f73698c8cb24 (patch)
tree2ac57df1b7bbd8f7e767c27c73d93548e616de76 /sys/dev/fxp
parentfaf3e4e3ca08464b73177afa303ed31846320ea4 (diff)
downloadFreeBSD-src-fc987ed6644c2720878c407a66a8f73698c8cb24.zip
FreeBSD-src-fc987ed6644c2720878c407a66a8f73698c8cb24.tar.gz
Do not touch ifp->if_baudrate in miibus aware drivers.
Diffstat (limited to 'sys/dev/fxp')
-rw-r--r--sys/dev/fxp/if_fxp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 18f993c..111ed67 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -758,7 +758,6 @@ fxp_attach(device_t dev)
}
if_initname(ifp, device_get_name(dev), device_get_unit(dev));
- ifp->if_baudrate = 100000000;
ifp->if_init = fxp_init;
ifp->if_softc = sc;
ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST;
OpenPOWER on IntegriCloud