summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1996-06-01 23:25:10 +0000
committergpalmer <gpalmer@FreeBSD.org>1996-06-01 23:25:10 +0000
commitfa983af07a89f74ca5a05b457f82c93d0f8eb20e (patch)
treea7abe4359f621f480b6b41260e4482daf2915342 /sys/dev/fxp
parent7957d43260140404440145333ed93bd40f3852dc (diff)
downloadFreeBSD-src-fa983af07a89f74ca5a05b457f82c93d0f8eb20e.zip
FreeBSD-src-fa983af07a89f74ca5a05b457f82c93d0f8eb20e.tar.gz
Set ifnet.baudrate for ethernet / FDDI interfaces too. Makes
SNMP slightly more informative Reviewed by: Garrett Wollman
Diffstat (limited to 'sys/dev/fxp')
-rw-r--r--sys/dev/fxp/if_fxp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 4cb07a2..fa64fca 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_fxp.c,v 1.11 1996/02/06 18:51:24 wollman Exp $
+ * $Id: if_fxp.c,v 1.12 1996/04/08 01:31:41 davidg Exp $
*/
/*
@@ -283,6 +283,7 @@ fxp_attach(config_id, unit)
ifp->if_output = ether_output;
ifp->if_start = fxp_start;
ifp->if_watchdog = fxp_watchdog;
+ ifp->if_baudrate = 100000000;
fxp_get_macaddr(sc);
printf("fxp%d: Ethernet address %6D\n", unit,
OpenPOWER on IntegriCloud