do not use the synchronous read mode for MCA 3c529
This commit is contained in:
parent
61ca5f641b
commit
497bb809df
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: elink3.c,v 1.89 2001/03/22 16:54:46 jdolecek Exp $ */
|
/* $NetBSD: elink3.c,v 1.90 2001/05/14 07:03:50 jdolecek Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||||
|
@ -784,12 +784,6 @@ epinit(ifp)
|
||||||
bus_space_write_2(iot, ioh, ELINK_W0_RESOURCE_CFG, 0x3f00);
|
bus_space_write_2(iot, ioh, ELINK_W0_RESOURCE_CFG, 0x3f00);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sc->bustype == ELINK_BUS_MCA) {
|
|
||||||
/* use Synchronous Read mode of operation */
|
|
||||||
GO_WINDOW(0);
|
|
||||||
bus_space_write_2(iot, ioh, ELINK_W0_RESOURCE_CFG, 1<<6);
|
|
||||||
}
|
|
||||||
|
|
||||||
GO_WINDOW(2);
|
GO_WINDOW(2);
|
||||||
for (i = 0; i < 6; i++) /* Reload the ether_addr. */
|
for (i = 0; i < 6; i++) /* Reload the ether_addr. */
|
||||||
bus_space_write_1(iot, ioh, ELINK_W2_ADDR_0 + i,
|
bus_space_write_1(iot, ioh, ELINK_W2_ADDR_0 + i,
|
||||||
|
|
Loading…
Reference in New Issue