[Simh] Simh Digest, Vol 30, Issue 2

Galen Tackett gtackett at yahoo.com
Wed May 10 06:53:50 EDT 2006


Villy,

Can you post a pointer of some kind to the throttle code? I couldn't  
find it on your web site--only some photos.

Thanks,

Galen

On May 2, 2006, at 12:00 PM, simh-request at trailing-edge.com wrote:

> Send Simh mailing list submissions to
> 	simh at trailing-edge.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://mailman.trailing-edge.com/mailman/listinfo/simh
> or, via email, send a message with subject or body 'help' to
> 	simh-request at trailing-edge.com
>
> You can reach the person managing the list at
> 	simh-owner at trailing-edge.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Simh digest..."
> Today's Topics:
>
>    1. Re: vax throttle (David Holland)
>    2. Re: vax throttle (Villy Madsen)
>    3. Re: vax throttle (Glynn Stanton)
>
> From: "David Holland" <david.w.holland at gmail.com>
> Date: May 1, 2006 3:41:15 PM EDT
> To: "Villy.Madsen at shaw.ca" <Villy.Madsen at shaw.ca>
> Cc: simh mailing list <simh at trailing-edge.com>
> Subject: Re: [Simh] vax throttle
>
>
> I hacked up the code a little bit to make it build on Linux.  It  
> should still build on Win32, but I've no way of testing that.    
> (Context diff attached below)
>
>  It does seem to go to sleep decently now.   It may even be usable  
> inside a VMWare image now.   (Long story, don't ask. :-)  )
>
>  My thanks for cobling something like this together..
>
>  David
>
>
> On 4/30/06, Villy Madsen <Villy.Madsen at shaw.ca> wrote:
>> scp.c
>> sim_defs.h
>> vax_cpu.c
>> VAX-Syslist.c
>> vaxmod_defs.h
>> makefile
>>
>> as vaxsimh.zip on my web site.
>>
>> The changes to the existing code are minor
>>
>> NOTE
>>
>> I have not changed any version numbers!!
>>
>> Would someone who knows what they are doing take a look at
>> the dn-11 driver and make sure that I haven't done anything really  
>> silly.
>>
>> I know that it isn't working as a driver - so there may be a bunch of  
>> stuff
>> in it that isn't needed.
>>
>> Note that the change in NOQUEUE_WAIT was to allow the DN driver  
>> routine  to
>> reduce the size of NOQUEUE_WAIT when the simulator is throttled down.
>>
>> Villy Madsen
>>  www.members.shaw.ca/villy.madsen
>>
>>
>> _______________________________________________
>> Simh mailing list
>> Simh at trailing-edge.com
>>  http://mailman.trailing-edge.com/mailman/listinfo/simh
> <throttle-simhv352.diff.gz>
>
>
> From: Villy Madsen <Villy.Madsen at shaw.ca>
> Date: May 1, 2006 5:30:14 PM EDT
> To: David Holland <david.w.holland at gmail.com>
> Cc: simh mailing list <simh at trailing-edge.com>
> Subject: Re: [Simh] vax throttle
>
>
> You're very welcome.
>
> I'll apply the diffs and make sure that it doesn't impact the win32  
> build
>
> Villy
> Content-Type: multipart/alternative;
> 	boundary="----=_Part_42289_11454555.1146512475824"
>
>
> ------=_Part_42289_11454555.1146512475824
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> Content-Transfer-Encoding: quoted-printable
> Content-Disposition: inline
>
> I hacked up the code a little bit to make it build on Linux.  It should
> still build on Win32, but I've no way of testing that.   (Context diff
> attached below)
>
> It does seem to go to sleep decently now.   It may even be usable  
> inside a
> VMWare image now.   (Long story, don't ask. :-)  )
>
> My thanks for cobling something like this together..
>
> David
>
>
> On 4/30/06, Villy Madsen <Villy.Madsen at shaw.ca> wrote:
>>
>> I have posted the dn-11 driver and the changes to
>> scp.c
>> sim_defs.h
>> vax_cpu.c
>> VAX-Syslist.c
>> vaxmod_defs.h
>> makefile
>>
>> as vaxsimh.zip on my web site.
>>
>> The changes to the existing code are minor
>>
>> NOTE
>>
>> I have not changed any version numbers!!
>>
>> Would someone who knows what they are doing take a look at
>> the dn-11 driver and make sure that I haven't done anything really  
>> silly.
>>
>> I know that it isn't working as a driver - so there may be a bunch of
>> stuff
>> in it that isn't needed.
>>
>> Note that the change in NOQUEUE_WAIT was to allow the DN driver
>> routine  to
>> reduce the size of NOQUEUE_WAIT when the simulator is throttled down.
>>
>> Villy Madsen
>> www.members.shaw.ca/villy.madsen
>>
>>
>> _______________________________________________
>> Simh mailing list
>> Simh at trailing-edge.com
>> http://mailman.trailing-edge.com/mailman/listinfo/simh
>>
>
> ------=_Part_42289_11454555.1146512475824
> Content-Type: text/html; charset=ISO-8859-1
> Content-Transfer-Encoding: quoted-printable
> Content-Disposition: inline
>
> I hacked up the code a little bit to make it build on Linux.  It
> should still build on Win32, but I've no way of testing
> that.   (Context diff attached below) <br>
> <br>
> It does seem to go to sleep decently now.   It may even be
> usable inside a VMWare image now.   (Long story, don't ask.
> :-)  )<br>
> <br>
> My thanks for cobling something like this together.. <br>
> <br>
> David<br>
> <br><br><div><span class=3D"gmail_quote">On 4/30/06, <b  
> class=3D"gmail_send=
> ername">Villy Madsen</b> <<a  
> href=3D"mailto:Villy.Madsen at shaw.ca">Villy.=
> Madsen at shaw.ca</a>> wrote:</span><blockquote class=3D"gmail_quote"  
> style=
> =3D"border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt  
> 0.8ex; p=
> adding-left: 1ex;">
> I have posted the dn-11 driver and the changes  
> to<br>scp.c<br>sim_defs.h<br=
>> vax_cpu.c<br>VAX-Syslist.c<br>vaxmod_defs.h<br>makefile<br><br>as  
>> vaxsimh.=
> zip on my web site.<br><br>The changes to the existing code are  
> minor<br>
> <br>NOTE<br><br>I have not changed any version numbers!!<br><br>Would  
> someo=
> ne who knows what they are doing take a look at<br>the dn-11 driver  
> and mak=
> e sure that I haven't done anything really silly.<br><br>I know that  
> it isn=
> 't working as a driver - so there may be a bunch of stuff
> <br>in it that isn't needed.<br><br>Note that the change in  
> NOQUEUE_WAIT wa=
> s to allow the DN driver routine  to<br>reduce the size of  
> NOQUEU=
> E_WAIT when the simulator is throttled down.<br><br>Villy Madsen<br><a  
> href=
> =3D"http://www.members.shaw.ca/villy.madsen">
> www.members.shaw.ca/villy.madsen</ 
> a><br><br><br>___________________________=
> ____________________<br>Simh mailing list<br><a  
> href=3D"mailto:Simh at trailin=
> g-edge.com">Simh at trailing-edge.com</a><br><a  
> href=3D"http://mailman.trailin=
> g-edge.com/mailman/listinfo/simh">
> http://mailman.trailing-edge.com/mailman/listinfo/simh</a><br></ 
> blockquote>=
> </div><br>
>
> ------=_Part_42289_11454555.1146512475824--
>
>
>
> From: "Glynn Stanton" <glynn at paniglynn.com>
> Date: May 1, 2006 7:14:48 PM EDT
> To: "'simh mailing list'" <simh at trailing-edge.com>
> Subject: Re: [Simh] vax throttle
>
>
>  
> You’re not the only one running simh under VMware J
>  
>  
>
> From: simh-bounces at trailing-edge.com  
> [mailto:simh-bounces at trailing-edge.com] On Behalf Of David Holland
> Sent: Monday, May 01, 2006 3:41 PM
> To: Villy.Madsen at shaw.ca
> Cc: simh mailing list
> Subject: Re: [Simh] vax throttle
>  
>
> I hacked up the code a little bit to make it build on Linux.  It  
> should still build on Win32, but I've no way of testing that.    
> (Context diff attached below)
>
>  It does seem to go to sleep decently now.   It may even be usable  
> inside a VMWare image now.   (Long story, don't ask. :-)  )
>
>  My thanks for cobling something like this together..
>
>  David
>
> On 4/30/06, Villy Madsen <Villy.Madsen at shaw.ca> wrote:
> I have posted the dn-11 driver and the changes to
>  scp.c
>  sim_defs.h
>  vax_cpu.c
>  VAX-Syslist.c
>  vaxmod_defs.h
>  makefile
>
>  as vaxsimh.zip on my web site.
>
>  The changes to the existing code are minor
>
>  NOTE
>
>  I have not changed any version numbers!!
>
>  Would someone who knows what they are doing take a look at
>  the dn-11 driver and make sure that I haven't done anything really  
> silly.
>
>  I know that it isn't working as a driver - so there may be a bunch of  
> stuff
>  in it that isn't needed.
>
>  Note that the change in NOQUEUE_WAIT was to allow the DN driver  
> routine  to
>  reduce the size of NOQUEUE_WAIT when the simulator is throttled down.
>
>  Villy Madsen
> www.members.shaw.ca/villy.madsen
>
>
>  _______________________________________________
>  Simh mailing list
> Simh at trailing-edge.com
> http://mailman.trailing-edge.com/mailman/listinfo/simh
>  
> _______________________________________________
> Simh mailing list
> Simh at trailing-edge.com
> http://mailman.trailing-edge.com/mailman/listinfo/simh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 13096 bytes
Desc: not available
URL: <http://mailman.trailing-edge.com/pipermail/simh/attachments/20060510/fe5e4783/attachment-0003.bin>


More information about the Simh mailing list