summaryrefslogtreecommitdiffstats
path: root/sys/dev/sf
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/sf
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/sf')
-rw-r--r--sys/dev/sf/if_sf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c
index a4703ed..498aba3 100644
--- a/sys/dev/sf/if_sf.c
+++ b/sys/dev/sf/if_sf.c
@@ -768,7 +768,6 @@ sf_attach(dev)
ifp->if_start = sf_start;
ifp->if_watchdog = sf_watchdog;
ifp->if_init = sf_init;
- ifp->if_baudrate = 10000000;
IFQ_SET_MAXLEN(&ifp->if_snd, SF_TX_DLIST_CNT - 1);
ifp->if_snd.ifq_drv_maxlen = SF_TX_DLIST_CNT - 1;
IFQ_SET_READY(&ifp->if_snd);
OpenPOWER on IntegriCloud