diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-02-15 06:59:59 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1999-02-15 06:59:59 +0000 |
commit | a1a4d6fa54178f9992ec98eb639f0fe9cfed63a7 (patch) | |
tree | c6b2850fe285d4f0eb3c108f1a42acf8c9b7e4c6 /sys/dev/isa/i82365_isasubr.c | |
parent | 3941e90b879e925d0fef8f0733e1d9c2e1861db5 (diff) |
Change 3rd range in pcic_ranges to use from 0x390 to 0x3b0.
Diffstat (limited to 'sys/dev/isa/i82365_isasubr.c')
-rw-r--r-- | sys/dev/isa/i82365_isasubr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/i82365_isasubr.c b/sys/dev/isa/i82365_isasubr.c index 0db52c86088..93922389ff2 100644 --- a/sys/dev/isa/i82365_isasubr.c +++ b/sys/dev/isa/i82365_isasubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i82365_isasubr.c,v 1.5 1999/01/03 10:05:47 deraadt Exp $ */ +/* $OpenBSD: i82365_isasubr.c,v 1.6 1999/02/15 06:59:58 fgsch Exp $ */ /* $NetBSD: i82365_isasubr.c,v 1.1 1998/06/07 18:28:31 sommerfe Exp $ */ /* @@ -95,7 +95,7 @@ int npcic_isa_intr_list = struct pcic_ranges pcic_isa_addr[] = { { 0x340, 0x040 }, { 0x300, 0x030 }, - { 0x390, 0x010 }, + { 0x390, 0x020 }, { 0x400, 0xbff }, { 0, 0 }, /* terminator */ }; |