From 1034e6725a5369f30a7202c4096e670feddf414c Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Thu, 24 Dec 1992 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1992-12-24 --- pc/ether8003.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pc/ether8003.c b/pc/ether8003.c index 65f2d722255d0b932c95167059a7347b4eb0eb04..c74d2ad784fd4a6b7722ef6cb4990f9e362b34a1 100644 --- a/pc/ether8003.c +++ b/pc/ether8003.c @@ -131,7 +131,7 @@ reset(Ctlr *ctlr) board->pstop = HOWMANY(board->ramstop-board->ramstart, Dp8390BufSz); board->tstart = 0; - print("WD80x3 I/O addr %lux width %d addr %lux size %d irq %d:", + print("WD8003 I/O addr %lux width %d addr %lux size %d irq %d:", board->io, board->bit16 ? 16: 8, board->ramstart, board->ramstop-board->ramstart, board->irq); for(i = 0; i < sizeof(ctlr->ea); i++) @@ -194,7 +194,7 @@ Board ether8003 = { dp8390intr, watch, - 0x280, /* addr */ + 0x280, /* io */ 3, /* irq */ 0, /* bit16 */