Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Apr 1998 07:36:09 -0700 (PDT)
From:      <nsayer@quack.kfu.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   kern/6255: SI driver fix for Jet ISA memory size
Message-ID:  <199804091436.HAA06316@morpheus.kfu.com>

next in thread | raw e-mail | index | archive | help

>Number:         6255
>Category:       kern
>Synopsis:       SI driver fix for Jet ISA memory size
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr  9 07:40:00 PDT 1998
>Last-Modified:
>Originator:     Nick Sayer
>Organization:
Specialix, Inc.
>Release:        FreeBSD 2.2.6-RELEASE i386
>Environment:

>Description:

Jet ISA boards only take up 32K of memory space when in 8 bit mode
(which is the only supported mode).

>How-To-Repeat:

>Fix:

Index: sireg.h
===================================================================
RCS file: /usr/home/nick/cvs/src/sys/i386/isa/sireg.h,v
retrieving revision 1.2.4.2
diff -u -r1.2.4.2 sireg.h
--- sireg.h     1998/03/23 19:37:48     1.2.4.2
+++ sireg.h     1998/04/09 14:33:50
@@ -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

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804091436.HAA06316>