diff options
| author | David Greenman <dg@FreeBSD.org> | 1998-08-02 00:28:45 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1998-08-02 00:28:45 +0000 |
| commit | b63e51cae48bcb3697652e7110d10e9c537334be (patch) | |
| tree | 52293cd1c496584a2bb563bb269c827bd4e87ed8 /sys/dev | |
| parent | ed55190d40244d43ab08d43efb47a6197bde035a (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/fxp/if_fxp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 9be4dab11c7f..f420328ddb4e 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_fxp.c,v 1.51 1998/04/15 17:47:02 bde Exp $ + * $Id: if_fxp.c,v 1.52 1998/04/17 22:37:03 des Exp $ */ /* @@ -1217,7 +1217,6 @@ fxp_init(xsc) fxp_stop(sc); prm = (ifp->if_flags & IFF_PROMISC) ? 1 : 0; - sc->promisc_mode = prm; /* * Initialize base of CBL and RFA memory. Loading with zero |
