diff options
| author | Nick Sayer <nsayer@FreeBSD.org> | 1999-03-30 21:22:39 +0000 |
|---|---|---|
| committer | Nick Sayer <nsayer@FreeBSD.org> | 1999-03-30 21:22:39 +0000 |
| commit | 9bc318bff04ba4b4885cc46f730dfce2eb3ebcc5 (patch) | |
| tree | 89a64bb50885497e4f22aa41241c25ae9436c098 /sys/dev/si | |
| parent | 3ab6b5e6f740f287814056373584aa7b859cc2d7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/si')
| -rw-r--r-- | sys/dev/si/sireg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/si/sireg.h b/sys/dev/si/sireg.h index aea05845da758..4697a7fe236d5 100644 --- a/sys/dev/si/sireg.h +++ b/sys/dev/si/sireg.h @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $Id: sireg.h,v 1.5 1998/02/15 14:42:33 peter Exp $ + * $Id: sireg.h,v 1.6 1998/03/23 16:27:40 peter Exp $ */ /* @@ -86,7 +86,7 @@ * RAMSIZE is value to use when probing */ #define SIJETPCI_MEMSIZE 0x10000 -#define SIJETISA_MEMSIZE 0x10000 +#define SIJETISA_MEMSIZE 0x8000 #define SIJET_RAMSIZE 0x7000 #define SIHOST_MEMSIZE 0x10000 #define SIHOST_RAMSIZE 0x8000 |
