Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/isapnp PR/8443: Yamano-uchi, Hidetoshi: Missing regi...



details:   https://anonhg.NetBSD.org/src/rev/d1556559ddb2
branches:  trunk
changeset: 476656:d1556559ddb2
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Sep 23 16:09:58 1999 +0000

description:
PR/8443: Yamano-uchi, Hidetoshi: Missing register in IODESC.

diffstat:

 sys/dev/isapnp/isapnpreg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d0141698092f -r d1556559ddb2 sys/dev/isapnp/isapnpreg.h
--- a/sys/dev/isapnp/isapnpreg.h        Thu Sep 23 16:09:13 1999 +0000
+++ b/sys/dev/isapnp/isapnpreg.h        Thu Sep 23 16:09:58 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isapnpreg.h,v 1.7 1998/09/05 14:15:26 christos Exp $   */
+/*     $NetBSD: isapnpreg.h,v 1.8 1999/09/23 16:09:58 christos Exp $   */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -88,7 +88,7 @@
 #define                ISAPNP_MEM_LRANGE_15_8                  0x4
 
 #define ISAPNP_NUM_IO                                  8
-#define ISAPNP_IO_DESC { 0x60, 0x62, 0x64, 0x68, 0x6a, 0x6c, 0x6e }
+#define ISAPNP_IO_DESC { 0x60, 0x62, 0x64, 0x66, 0x68, 0x6a, 0x6c, 0x6e }
 #define                ISAPNP_IO_BASE_15_8                     0x0
 #define                ISAPNP_IO_BASE_7_0                      0x1
 



Home | Main Index | Thread Index | Old Index