Subject: Re: ed device with bus.h failes to clear shared memory
To: None <current-users@NetBSD.ORG>
From: enami tsugutomo <enami@ba2.so-net.or.jp>
List: current-users
Date: 05/03/1996 10:05:36
   From: Andrew Gillham <gillhaa@ghost.whirlpool.com>
   Date: Thu, 2 May 1996 13:06:09 -0400 (EDT)

   My current guess, is that it is related to the EISA code somehow, as the
   machine that is not working is EISA, and the working one is ISA only.

Yes, my AIR-486EI is EISA/VL/ISA motherboard (though currently it
doesn't have EISA card).

   From: Jason Thorpe <thorpej@nas.nasa.gov>
   Date: Thu, 02 May 1996 10:15:24 -0700

   On Thu, 2 May 1996 21:54:55 +0900 (JST) 

   (though, I'm REALLY curious why this problem exists in the first place...)

I also want to know why for-loop with bus_mem_write_1 doesn't work and
why bzero works...  I also found that if i changed to use
bus_mem_write_2 or 4 and devides for-loop count 2 or 4, then failed
address increase 0xcd000 or 0xce000 or 0xce0004.

   Date: Thu, 02 May 1996 18:52:13 -0400
   From: Chris G Demetriou <Chris_G_Demetriou@UX2.SP.CS.CMU.EDU>

   > The recent ed device which uses bus.h doesn't work for me.

   I assume you're using the latest -current version of the driver (1.94)?

I used 1.9[234].

enami.