From owner-freebsd-bugs Thu Apr 9 07:40:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04673 for freebsd-bugs-outgoing; Thu, 9 Apr 1998 07:40:03 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04659; Thu, 9 Apr 1998 07:40:01 -0700 (PDT) (envelope-from gnats) Received: from quack.kfu.com (g+dJNSO+NzJnKmfhcgiNllRcpSNt1Oi5@quack.kfu.com [170.1.70.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04424 for ; Thu, 9 Apr 1998 07:36:16 -0700 (PDT) (envelope-from nsayer@quack.kfu.com) Received: from morpheus.kfu.com (morpheus.kfu.com [170.1.70.4]) by quack.kfu.com (8.8.7/8.8.5) with ESMTP id HAA24444 for ; Thu, 9 Apr 1998 07:36:13 -0700 (PDT) Received: by morpheus.kfu.com (8.8.7//ident-1.0) id HAA06316; Thu, 9 Apr 1998 07:36:09 -0700 (PDT) Message-Id: <199804091436.HAA06316@morpheus.kfu.com> Date: Thu, 9 Apr 1998 07:36:09 -0700 (PDT) From: Reply-To: nsayer@quack.kfu.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/6255: SI driver fix for Jet ISA memory size Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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