diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-04-01 00:13:18 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-04-01 00:13:18 +0000 |
commit | 822561fd3eda0089ae22fd7298da24d95eef44a1 (patch) | |
tree | cd365715e821d191b1ef790026445c0d1ea57b90 /sys/dev/ic/silireg.h | |
parent | 030f50df6a87e9ec5360a90702cc3c6a2720340f (diff) |
Correct some sili port offsets.
ok dlg@
Diffstat (limited to 'sys/dev/ic/silireg.h')
-rw-r--r-- | sys/dev/ic/silireg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/silireg.h b/sys/dev/ic/silireg.h index 53b78a80d60..a1c29e11ac8 100644 --- a/sys/dev/ic/silireg.h +++ b/sys/dev/ic/silireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: silireg.h,v 1.11 2007/03/31 08:13:40 dlg Exp $ */ +/* $OpenBSD: silireg.h,v 1.12 2007/04/01 00:13:17 jsg Exp $ */ /* * Copyright (c) 2007 David Gwynne <dlg@openbsd.org> @@ -85,8 +85,8 @@ "\002PORTINIT" "\001PORTRESET" #define SILI_PREG_PCC 0x1004 /* Port Control Clear */ #define SILI_PREG_IS 0x1008 /* Interrupt Status */ -#define SILI_PREG_IES 0x1008 /* Interrupt Enable Set */ -#define SILI_PREG_IEC 0x1008 /* Interrupt Enable Clear */ +#define SILI_PREG_IES 0x1010 /* Interrupt Enable Set */ +#define SILI_PREG_IEC 0x1014 /* Interrupt Enable Clear */ #define SILI_PREG_AUA 0x101c /* Activation Upper Address */ #define SILI_PREG_FIFO 0x1020 /* Command Execution FIFO */ #define SILI_PREG_CE 0x1024 /* Command Error */ |