diff options
Diffstat (limited to 'sys/pci/if_de.c')
-rw-r--r-- | sys/pci/if_de.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c index e3c4fb0..5fa2c73 100644 --- a/sys/pci/if_de.c +++ b/sys/pci/if_de.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_de.c,v 1.62 1997/03/23 05:10:14 kato Exp $ + * $Id: if_de.c,v 1.63 1997/03/24 11:33:44 bde Exp $ * */ @@ -3285,7 +3285,7 @@ tulip_read_macaddr( sc->tulip_boardsw = &tulip_21140_znyx_zx34x_boardsw; } else if (sc->tulip_chipid == TULIP_21040 && (sc->tulip_hwaddr[3] & ~3) == 0xF0 - && (sc->tulip_hwaddr[5] & 3) == 0) { + && (sc->tulip_hwaddr[5] & 2) == 0) { sc->tulip_boardsw = &tulip_21040_zx314_master_boardsw; sc->tulip_flags |= TULIP_SHAREDINTR; } |