With the help of 'Eric Christeson <echriste@ssesco.com>', determined

that QIC 525 really should be 512 byte fixed blocksize.
This commit is contained in:
Matt Jacob 2000-09-14 21:38:44 +00:00
parent a8db1d93f1
commit bce679f2a9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65861

View File

@ -1969,6 +1969,7 @@ samount(struct cam_periph *periph, int oflags, dev_t dev)
case SCSI_DENSITY_QIC_24:
case SCSI_DENSITY_QIC_120:
case SCSI_DENSITY_QIC_150:
case SCSI_DENSITY_QIC_525_320:
case SCSI_DENSITY_QIC_1320:
case SCSI_DENSITY_QIC_3080:
softc->quirks &= ~SA_QUIRK_2FM;
@ -1977,7 +1978,6 @@ samount(struct cam_periph *periph, int oflags, dev_t dev)
break;
case SCSI_DENSITY_QIC_4GB:
case SCSI_DENSITY_QIC_2GB:
case SCSI_DENSITY_QIC_525_320:
softc->quirks &= ~SA_QUIRK_2FM;
softc->quirks |= SA_QUIRK_FIXED|SA_QUIRK_1FM;
softc->last_media_blksize = 1024;