<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    The relevant attach code from Ultrix 4.5 says:<br>
    <br>
    <font face="Courier New, Courier, monospace">       
      addr->qe_vector |= 1;   <br>
              if(addr->qe_vector & 01) {<br>
                      ifp->if_sysid_type = 37;<br>
                      if(addr->qe_vector & 0x8000) {<br>
                              bcopy("DEC DELQA Ethernet Interface Normal
      Mode", ifp->if_version, 40);<br>
                              nb = 40;<br>
                      } else {<br>
                              bcopy("DEC DELQA Ethernet Interface
      DEQNA-lock Mode", ifp->if_version, 44);<br>
                              nb = 44;<br>
                      }<br>
              } else {<br>
                      ifp->if_sysid_type = 5;<br>
                      bcopy("DEC DEQNA Ethernet Interface",
      ifp->if_version, 28);<br>
                      nb = 28;<br>
              }<br>
              ifp->if_version[nb] = '\0';<br>
              printf("qe%d: %s, hardware address %s\n", ui->ui_unit,<br>
                      ifp->if_version,<br>
                      ether_sprintf(sc->is_addr));<br>
              addr->qe_vector &= ~1;<br>
    </font><br>
    <br>
    -- Ragge<br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">Den 2016-08-31 kl. 04:43, skrev Cory
      Smelosky:<br>
    </div>
    <blockquote
cite="mid:1472611412.483112.711049905.3BE61276@webmail.messagingengine.com"
      type="cite">
      <pre wrap="">4.5 exhibits the same "now it's suddenly in DEQNA" mode behaviour.

(it also panic()s every first boot after first starting the emulator)

On Tue, Aug 30, 2016, at 08:04, Clem Cole wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">
On Tue, Aug 30, 2016 at 6:38 AM, Johnny Billquist <a class="moz-txt-link-rfc2396E" href="mailto:bqt@softjar.se"><bqt@softjar.se></a> wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">Not sure there are any bugs here. Ultrix might just change it to run in DEQNA mode. Maybe because it didnät have a driver for running it in DELQA mode in 4.0? Just guessing here, but it don't look to me as if there actually is a bug anywhere.
</pre>
        </blockquote>
        <pre wrap="">
I've long since forgotten the details.    The 4.5 SPD says it should work (modulo firmware - which I suspect simh is assuming that).   Johnny is probably right.  


Cory: Is there a reason you are running 4.0 not not something later than 4.4.   There a ton of bugs fixed in the 4.3/4.4 development.  The Vax has sort of been forgotten by the Ultrix/Tru64 teams in favor of the PMAX and the Alpha;  thus entropy had set in on the Vax code.   Even though 4.3 was not an officially bug release, it had more bug fixes in that any previous one, because a number of just got sick of dealing with it and there was a 3-4 week development hiatus where we just cleaned up things.  IIRC this was particularly true for the networking stack, because we were heaving pathworks development then and the Pathworks stack kept turning up small boundary conditions in the Unix side.

Anyway -- if you are going to run Ultrix, I highly recommend 4.5 - which was really the most stable of the all the Ultrix releases.  For instance, the SCSI stack is (finally) common with Tru64, as we back ported Fred's Alpha stack to the Vax and PMAX.   As a result it will cover a lot more devices.   I seem to remember we did some similar things in the Network code too, but again I've forgotten (I was worrying about TruClusters at that time but would occasionally consult to the Ultrix folks).   
_________________________________________________
Simh mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Simh@trailing-edge.com">Simh@trailing-edge.com</a>
<a class="moz-txt-link-freetext" href="http://mailman.trailing-edge.com/mailman/listinfo/simh">http://mailman.trailing-edge.com/mailman/listinfo/simh</a>
Email had 1 attachment:
</pre>
      </blockquote>
      <pre wrap="">

</pre>
      <blockquote type="cite">
        <pre wrap=""> * ultrix4.5_spd.pdf
  297k (application/pdf)
</pre>
      </blockquote>
      <pre wrap="">
--
  Cory Smelosky
  <a class="moz-txt-link-abbreviated" href="mailto:b4@gewt.net">b4@gewt.net</a>
_______________________________________________
Simh mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Simh@trailing-edge.com">Simh@trailing-edge.com</a>
<a class="moz-txt-link-freetext" href="http://mailman.trailing-edge.com/mailman/listinfo/simh">http://mailman.trailing-edge.com/mailman/listinfo/simh</a></pre>
    </blockquote>
    <br>
  </body>
</html>