summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_ix.c
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2012-11-29 21:10:33 +0000
committerBrad Smith <brad@cvs.openbsd.org>2012-11-29 21:10:33 +0000
commitbe521bebf39a09547a4e366fc77262c12d9eea93 (patch)
tree3f7f415ef1cbc7049414ef8a3d7999ce78806d27 /sys/dev/pci/if_ix.c
parent1bdab4f147158a9e9d8e8b796a7ae3a8fb71e70c (diff)
Remove setting an initial assumed baudrate upon driver attach which is not
necessarily correct, there might not even be a link when attaching. ok mikeb@ reyk@
Diffstat (limited to 'sys/dev/pci/if_ix.c')
-rw-r--r--sys/dev/pci/if_ix.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_ix.c b/sys/dev/pci/if_ix.c
index 40561cb23d3..36c2a46c46d 100644
--- a/sys/dev/pci/if_ix.c
+++ b/sys/dev/pci/if_ix.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ix.c,v 1.76 2012/11/29 13:23:00 mikeb Exp $ */
+/* $OpenBSD: if_ix.c,v 1.77 2012/11/29 21:10:32 brad Exp $ */
/******************************************************************************
@@ -1598,7 +1598,6 @@ ixgbe_setup_interface(struct ix_softc *sc)
INIT_DEBUGOUT("ixgbe_setup_interface: begin");
strlcpy(ifp->if_xname, sc->dev.dv_xname, IFNAMSIZ);
- ifp->if_baudrate = IF_Gbps(10);
ifp->if_softc = sc;
ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST;
ifp->if_ioctl = ixgbe_ioctl;