mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
3ab6b5e6f7
commit
9bc318bff0
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue