summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_vr.c
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/pci/if_vr.c
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/pci/if_vr.c')
-rw-r--r--sys/pci/if_vr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pci/if_vr.c b/sys/pci/if_vr.c
index 73bf764..18de6f1 100644
--- a/sys/pci/if_vr.c
+++ b/sys/pci/if_vr.c
@@ -701,7 +701,6 @@ vr_attach(dev)
ifp->if_start = vr_start;
ifp->if_watchdog = vr_watchdog;
ifp->if_init = vr_init;
- ifp->if_baudrate = 10000000;
IFQ_SET_MAXLEN(&ifp->if_snd, VR_TX_LIST_CNT - 1);
ifp->if_snd.ifq_maxlen = VR_TX_LIST_CNT - 1;
IFQ_SET_READY(&ifp->if_snd);
OpenPOWER on IntegriCloud