summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_wb.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_wb.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_wb.c')
-rw-r--r--sys/pci/if_wb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c
index ae097de..486735d 100644
--- a/sys/pci/if_wb.c
+++ b/sys/pci/if_wb.c
@@ -853,7 +853,6 @@ wb_attach(dev)
ifp->if_start = wb_start;
ifp->if_watchdog = wb_watchdog;
ifp->if_init = wb_init;
- ifp->if_baudrate = 10000000;
ifp->if_snd.ifq_maxlen = WB_TX_LIST_CNT - 1;
/*
OpenPOWER on IntegriCloud