diff options
| author | drochner <drochner@NetBSD.org> | 1998-01-27 19:14:18 +0000 |
|---|---|---|
| committer | drochner <drochner@NetBSD.org> | 1998-01-27 19:14:18 +0000 |
| commit | 6f8773dd64f9ef39db2b6c0c66e407d5aea657bd (patch) | |
| tree | 08a6d214ae5dce7c9467401499af2b78a995a39b /sys/dev | |
| parent | a34a81d49b4c309464f4bbc804adcfd822abc90a (diff) | |
I'm not responsible for this address window splitting hack, but I fix it
anyway.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isa/wdc_isa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/wdc_isa.c b/sys/dev/isa/wdc_isa.c index 0103ccdc432..06991c79c66 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. |
