aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1999-05-21 23:58:12 +0000
committerBill Paul <wpaul@FreeBSD.org>1999-05-21 23:58:12 +0000
commit333c864f90e18254469d0a7963ea6e6690292089 (patch)
tree44cb36268b3e9a0ec396bc59d2ff68a45c9d53ad /sys
parent0d0fb9ffebc570cfe4783f7ad663a1edcb91b50f (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/pci/if_al.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/sys/pci/if_al.c b/sys/pci/if_al.c
index 716cbdea58a9..957e6cbcec22 100644
--- a/sys/pci/if_al.c
+++ b/sys/pci/if_al.c
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_al.c,v 1.1 1999/05/21 04:37:23 wpaul Exp $
+ * $Id: if_al.c,v 1.2 1999/05/21 04:42:36 wpaul Exp $
*/
/*
@@ -87,7 +87,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: if_al.c,v 1.1 1999/05/21 04:37:23 wpaul Exp $";
+ "$Id: if_al.c,v 1.2 1999/05/21 04:42:36 wpaul Exp $";
#endif
/*
@@ -1738,17 +1738,6 @@ static void al_init(xsc)
}
/*
- * Set the capture broadcast bit to capture broadcast frames.
- */
-#ifdef foo
- if (ifp->if_flags & IFF_BROADCAST) {
- AL_SETBIT(sc, AL_NETCFG, AL_NETCFG_RX_BROAD);
- } else {
- AL_CLRBIT(sc, AL_NETCFG, AL_NETCFG_RX_BROAD);
- }
-#endif
-
- /*
* Load the multicast filter.
*/
al_setmulti(sc);