diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-01-24 20:44:38 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2005-01-24 20:44:38 +0000 |
commit | a46e09035cea9fd3b107d7e78d50e0972e02a298 (patch) | |
tree | 990420e67a257fe7f7ea552acf6645a5e73ba0eb /sys/arch/sgi/localbus | |
parent | 048d1189465934d81e3fb1269fdb9e82c730b3df (diff) |
Fix MACE ISA ringbuffer alignment.
Diffstat (limited to 'sys/arch/sgi/localbus')
-rw-r--r-- | sys/arch/sgi/localbus/macebus.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sgi/localbus/macebus.h b/sys/arch/sgi/localbus/macebus.h index 9b43457da18..6490b775574 100644 --- a/sys/arch/sgi/localbus/macebus.h +++ b/sys/arch/sgi/localbus/macebus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: macebus.h,v 1.5 2005/01/02 19:30:56 kettenis Exp $ */ +/* $OpenBSD: macebus.h,v 1.6 2005/01/24 20:44:37 kettenis Exp $ */ /* * Copyright (c) 2003-2004 Opsycon AB (www.opsycon.com). @@ -84,6 +84,7 @@ #define MACE_ISA_OFFS (MACE_IO_OFFS+0x00010000) #define MACE_ISA_RING_BASE 0x0000 +#define MACE_ISA_RING_ALIGN 0x00010000 #define MACE_ISA_MISC_REG 0x0008 /* Various status and controls */ #define MACE_ISA_INT_STAT 0x0010 #define MACE_ISA_INT_MASK 0x0018 |