diff options
| author | christos <christos@NetBSD.org> | 1997-03-12 13:53:14 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1997-03-12 13:53:14 +0000 |
| commit | 12331eb691c51e5dd17ea512c349a150ce9bb610 (patch) | |
| tree | 65f0bf29901b679b16bed59e21447a3c42a546a5 /sys/dev | |
| parent | 2adb2cb776b156ebad5650f3a4ecffa8150cdb5d (diff) | |
Fix typo of PR/3319
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/isapnp/isapnpreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isapnp/isapnpreg.h b/sys/dev/isapnp/isapnpreg.h index d7bf1fec758..3c2292d33c0 100644 --- a/sys/dev/isapnp/isapnpreg.h +++ b/sys/dev/isapnp/isapnpreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: isapnpreg.h,v 1.2 1997/01/24 21:58:35 christos Exp $ */ +/* $NetBSD: isapnpreg.h,v 1.3 1997/03/12 13:53:14 christos Exp $ */ /* * Copyright (c) 1996 Christos Zoulas. All rights reserved. @@ -55,7 +55,7 @@ #define ISAPNP_SERIAL_ISOLATION 0x01 #define ISAPNP_CONFIG_CONTROL 0x02 #define ISAPNP_CC_RESET 0x01 -#define ISAPNP_CC_WAIT_FOR KEY 0x02 +#define ISAPNP_CC_WAIT_FOR_KEY 0x02 #define ISAPNP_CC_RESET_CSN 0x04 #define ISAPNP_CC_RESET_DRV 0x07 #define ISAPNP_WAKE 0x03 |
