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]; };