Subject: Re: SUCCESS!!! (Was Re: Still no luck booting on HP-340...)
To: Mike Hibler <mike@cs.utah.edu>
From: Herb Peyerl <hpeyerl@beer.org>
List: port-hp300
Date: 07/25/1995 14:17:59
mike@cs.utah.edu (Mike Hibler)  wrote:
 > See if your hp300/stand/scsivar.h has a 7 byte sc_msg field.  If so, bummer!
 > I had hoped that the SLOWSCSI hack was no longer needed.  Here is from our
 > RCS log:

struct  scsi_softc {
    int sc_ba;
    char    *sc_addr;
    char    sc_alive;
    char    sc_scsi_addr;
    char    sc_stat;
    char    sc_msg[7];
};