Skip to content

Releases: Pacjunk/BlueSCSI

2.1-PACJUNK(230304)

04 Mar 05:34
7072758
Compare
Choose a tag to compare

OpenVMS/VAX Version 7.0 or earlier would enter a mount verification state when accessing drives. It appears that these versions are looking for specific flags in the "Read/Write Error Recovery" modesense page. Later versions ignored these flags.

This update sets the required flags. Tested successfully on 5.5-2H4, 6.1, 7.1 and Ultrix 4.5

Note this binary is the "old" format for programming with an ST-Link. It does not support USB update.

2.1-PACJUNK(220814)

20 Oct 11:19
799c653
Compare
Choose a tag to compare

This update primarily adds support for ULTRIX (on VAXstation). Other changes are:

  • Extra debug levels to report invalid commands and page codes
  • Improvements to logging
  • Image filename maximum length increased to 128
  • Support for >4GB images.
  • Other minor tweaks

Note this binary is the "old" format for programming with an ST-Link. It does not support USB update.

2.0-PACJUNK(220206)

16 Feb 10:14
eb03f85
Compare
Choose a tag to compare

This is an enhanced version of the bluescsi code to better support the VAXstation. The main changes are:

  • Support for ODS-2 CD-ROM images (512 bytes/block). Images names start with "CD" e.g. CD40_512_VAXVMS072.ISO
  • Support for READLONG(10) and WRITELONG(10) commands to allow volume shadowing
  • Support for per image vendor information. Create a text file matching the image name, but prefixed with "#" containing the vendor strings
    The first line is the vendor (maximum 8 characters)
    The second line is the product (maximum 16 characters)
    The third line is the version (maximum 4 characters)

Example:

#HD20_512.hda

DEC
RZ24     (C) DEC
1A18

1.2-20220110

20 Feb 10:47
57bf98d
Compare
Choose a tag to compare

This is the official version with fixes for VAXstation, but without the extra features.

This has since been superseded. Use the official version instead.