SX ISA cards are only 32k wide in 8 bit mode (which is the only

mode supported by the manufacturer).

PR:		6255
Submitted by:	nsayer
This commit is contained in:
Nick Sayer 1999-03-30 21:22:39 +00:00
parent 3ab6b5e6f7
commit 9bc318bff0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45161
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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