NetBSD Problem Report #14556

Received: (qmail 27137 invoked from network); 12 Nov 2001 12:46:33 -0000
Message-Id: <200111121245.fACCjg114878@piment.hiemalis.org>
Date: Mon, 12 Nov 2001 21:45:43 +0900 (JST)
From: keiji@hiemalis.org
Reply-To: keiji@hiemalis.org
To: gnats-bugs@gnats.netbsd.org
Subject: port-i386 i82365_pci.c memsize problem
X-Send-Pr-Version: 3.95

>Number:         14556
>Category:       port-i386
>Synopsis:       memsize problem on 535E
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    port-i386-maintainer
>State:          closed
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Nov 12 12:47:00 +0000 2001
>Closed-Date:    Mon Jul 21 08:30:08 +0000 2014
>Last-Modified:  Mon Jul 21 08:30:08 +0000 2014
>Originator:     Wada Keiji
>Release:        NetBSD 1.5Y
>Organization:
--------
Wada Keiji
mailto:	keiji@hiemalis.org
>Environment:


System: NetBSD piment 1.5Y NetBSD 1.5Y (PIMENT) #0: Sat Oct 13 01:32:10 JST 2001 root@poker:/home/ftp/pub/NetBSD/NetBSD-current/src/sys/arch/i386/compile/PIMENT i386
Architecture: i386
Machine: i386
>Description:
I want to use TokenRing Card on ThinkPad 535E. but i82365_pci's mem size is
little. TokenRing Card need more much memory.
>How-To-Repeat:
below i82365_pci.c's patch.
src/sys/dev/pci/i82365_pci.c
--- i82365_pci.c.orig	Thu Feb 24 12:42:44 2000
+++ i82365_pci.c	Mon Aug 27 01:23:26 2001
@@ -138,11 +138,11 @@
 	 */

 	/* Map mem space. */
-	if (bus_space_map(memt, 0xd0000, 0x4000, 0, &memh))
+	if (bus_space_map(memt, 0xd0000, 0x8000, 0, &memh))
 		panic("pcic_pci_attach: can't map mem space");

 	sc->membase = 0xd0000;
-	sc->subregionmask = (1 << (0x4000 / PCIC_MEM_PAGESIZE)) - 1;
+	sc->subregionmask = (1 << (0x8000 / PCIC_MEM_PAGESIZE)) - 1;

 	/* same deal for io allocation */

>Fix:

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Sun, 20 Jul 2014 20:26:33 +0000
State-Changed-Why:
Is this problem still current?


From: Wada Keiji <keiji@hiemalis.org>
To: gnats-bugs@NetBSD.org
Cc: keiji@hiemalis.org
Subject: Re: port-i386/14556 (memsize problem on 535E)
Date: Mon, 21 Jul 2014 11:56:48 +0900 (JST)

 Hello

 >>>>> On Sun, 20 Jul 2014 20:26:33 +0000 (UTC)
 >>>>> dholland@NetBSD.org said:
 > 
 > Synopsis: memsize problem on 535E

 > Is this problem still current?

 Now I do not use ThinkPad535E either TokenRing Card, so I can not confirm it.

 Please close!
 Thanks.

 keiji

State-Changed-From-To: feedback->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Mon, 21 Jul 2014 08:30:08 +0000
State-Changed-Why:
Ancient problem, ancient hardware, withdrawn by submitter.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.