Re: upgraded to lenny/sid and ordered RAM

2007-05-20 Thread Finn Thain


On Sat, 19 May 2007, Brian Morris wrote:

> they have two rows of chips on a side, that is 16 chips on a side). the 
> 64MB is single sided and the 128 is double sided.

Cool, I think the DEC/HP ones I saw on ebay are the same.

> have you used any double sided card in the second slot ?

No, I've never used that motherboard. It needs RAM, a CPU upgrade, a new 
battery and a case. I'll probably move a couple of resistors to overclock 
it to 40 MHz when I come to that project. In the mean time I have an SE/30 
that needs new capacitors...

> if you have seen the Apple Memory Guide, although the capacities are 
> outdated, it does discuss the single/double sided issue some.

This one? http://www.nysaes.cornell.edu/cc/mac/memory_guide_1.3.pdf

I'd forgotten about that guide. If you overlook Apple's usual de-rated 
capacity limits (which at the time would have discouraged use of cheap 
composite SIMMs), it just adds weight to what the BigSIMM vendor says: 64 
(outside socket) + 128 (inside socket) would be the maximum (plus 4 
soldered on).

> I meant trying single sided 16 in first slot or double sided 32 in 
> second slot. some these I pulled out of junk pile of '97 pentium pc.

Well, Apple says it will work. For me to say, "this socket works with one 
particular SIMM" could be misleading. That apple effectively says "the 
inside socket will accept double sided but the outside socket will not" 
gives us more reliable information about the motherboard.

-f


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gcc-4.1.2 ffi.c

2007-05-20 Thread Stephen R Marenka
Looking at 425011, I found that the following patch will allow gcc-4.1.2 
to compile. Does it make sense? (No idea, I was just looking at what
other archs did.)

Thanks,

Stephen

-- 
Stephen R. Marenka If life's not fun, you're not doing it right!
<[EMAIL PROTECTED]>
--- ffi.c.old	2007-05-20 20:11:54.0 -0500
+++ ffi.c	2007-05-20 20:12:47.0 -0500
@@ -254,10 +254,11 @@
 }
 
 ffi_status
-ffi_prep_closure (ffi_closure* closure,
+ffi_prep_closure_loc (ffi_closure* closure,
 		  ffi_cif* cif,
 		  void (*fun)(ffi_cif*,void*,void**,void*),
-		  void *user_data)
+		  void *user_data,
+		  void*codeloc)
 {
   FFI_ASSERT (cif->abi == FFI_SYSV);
 


signature.asc
Description: Digital signature