From 6f8773dd64f9ef39db2b6c0c66e407d5aea657bd Mon Sep 17 00:00:00 2001 From: drochner Date: Tue, 27 Jan 1998 19:14:18 +0000 Subject: [PATCH] I'm not responsible for this address window splitting hack, but I fix it anyway. --- sys/dev/isa/wdc_isa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/isa/wdc_isa.c b/sys/dev/isa/wdc_isa.c index 0103ccdc432f..06991c79c661 100644 --- a/sys/dev/isa/wdc_isa.c +++ b/sys/dev/isa/wdc_isa.c @@ -1,4 +1,4 @@ -/* $NetBSD: wdc_isa.c,v 1.4 1998/01/23 01:04:54 mycroft Exp $ */ +/* $NetBSD: wdc_isa.c,v 1.5 1998/01/27 19:14:18 drochner Exp $ */ /* * Copyright (c) 1994, 1995 Charles M. Hannum. All rights reserved. @@ -49,7 +49,7 @@ #define WDC_ISA_REG_NPORTS 8 #define WDC_ISA_AUXREG_OFFSET 0x206 -#define WDC_ISA_AUXREG_NPORTS 2 +#define WDC_ISA_AUXREG_NPORTS 1 /* XXX "fdc" owns ports 0x3f7/0x377 */ /* * XXX This code currently doesn't even try to allow 32-bit data port use.