Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Feb 1996 05:31:16 -0800 (PST)
From:      Joerg Wunsch <joerg>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/scsi scsiconf.c scsiconf.h st.c
Message-ID:  <199602031331.FAA29175@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joerg       96/02/03 05:31:15

  Modified:    sys/scsi  scsiconf.c scsiconf.h st.c
  Log:
  Add a quirk record for the Tandberg 42XX series.  Not only that these
  drives require ST_Q_SNS_HLP, they also wrongly accept a blocksize of
  1024 in the first place (for a QIC-150 cartridge), but complain later
  about it.  The hack is to only probe for 512 for them.
  
  Reorder the entries in st_decide_mode() so that QIC >= 525 is properly
  accepted as variable blocksize.
  
  Revision  Changes    Path
  1.52      +12 -1     src/sys/scsi/scsiconf.c
  1.39      +2 -1      src/sys/scsi/scsiconf.h
  1.60      +5 -5      src/sys/scsi/st.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602031331.FAA29175>