aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1997-11-03 02:27:36 +0000
committerKATO Takenori <kato@FreeBSD.org>1997-11-03 02:27:36 +0000
commit9017d196f1f021fb0ed39e3204b8e27ee179df2b (patch)
tree3ef443b006f9a1352a82339c5ce51aa57f9833b7 /sys
parent25f631bf7bcd74cc7d802256f01a54c7deedab9b (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/pc98/if_ed.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/pc98/pc98/if_ed.c b/sys/pc98/pc98/if_ed.c
index 6e382c9b1c5f4..de26bdc2eee44 100644
--- a/sys/pc98/pc98/if_ed.c
+++ b/sys/pc98/pc98/if_ed.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ed.c,v 1.32 1997/10/27 10:59:03 kato Exp $
+ * $Id: if_ed.c,v 1.33 1997/10/29 08:14:56 kato Exp $
*/
/*
@@ -884,14 +884,13 @@ ed_probe_WD80x3(isa_dev)
sc->arpcom.ac_enaddr[i] = inb(sc->asic_addr + ED_WD_PROM + i);
/*
- * Set upper address bits, 8/16 bit access to shared memory, and
- * zero waitstate operation for 16 bit cards.
+ * Set upper address bits and 8/16 bit access to shared memory.
*/
if (isa16bit) {
if (sc->is790) {
sc->wd_laar_proto = inb(sc->asic_addr + ED_WD_LAAR);
} else {
- sc->wd_laar_proto = ED_WD_LAAR_L16EN | ED_WD_LAAR_0WS16 |
+ sc->wd_laar_proto = ED_WD_LAAR_L16EN |
((kvtop(sc->mem_start) >> 19) & ED_WD_LAAR_ADDRHI);
}
/*