diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-03-26 00:33:39 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-03-26 00:33:39 +0000 |
commit | 77b865df9c508b32f2410e3863ac17d798c89b9c (patch) | |
tree | cf964a062a31f30446b78b163e5d584710bb6e46 /sys/dev/ic/silireg.h | |
parent | 8b25406fee21b569b698f04a0f4ff532f5b23b7d (diff) |
oops, 64bit memory bars.
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 b5ae44908bf..77a00f88d30 100644 --- a/sys/dev/ic/silireg.h +++ b/sys/dev/ic/silireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: silireg.h,v 1.5 2007/03/24 02:42:21 dlg Exp $ */ +/* $OpenBSD: silireg.h,v 1.6 2007/03/26 00:33:38 dlg Exp $ */ /* * Copyright (c) 2007 David Gwynne <dlg@openbsd.org> @@ -18,8 +18,8 @@ /* PCI Registers */ #define SILI_PCI_BAR_GLOBAL 0x10 /* Global Registers address */ -#define SILI_PCI_BAR_PORT 0x14 /* Port Registers address */ -#define SILI_PCI_BAR_INDIRECT 0x18 /* Indirect IO Registers address */ +#define SILI_PCI_BAR_PORT 0x18 /* Port Registers address */ +#define SILI_PCI_BAR_INDIRECT 0x20 /* Indirect IO Registers address */ /* Global Registers */ #define SILI_REG_PORT0_STATUS 0x00 /* Port 0 Slot Status */ |