diff options
Diffstat (limited to 'usr/src/cmd/fwflash/plugins/vendor/sd-GENERIC.c')
-rw-r--r-- | usr/src/cmd/fwflash/plugins/vendor/sd-GENERIC.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/fwflash/plugins/vendor/sd-GENERIC.c b/usr/src/cmd/fwflash/plugins/vendor/sd-GENERIC.c index e99655d3e5..3322297928 100644 --- a/usr/src/cmd/fwflash/plugins/vendor/sd-GENERIC.c +++ b/usr/src/cmd/fwflash/plugins/vendor/sd-GENERIC.c @@ -15,9 +15,9 @@ /* * This is a general firmware flash plugin that does basic verification for - * devices backed by sd(7D). + * devices backed by sd(4D). * - * The sd(7D) target for firmware flashing uses the general SCSI WRITE BUFFER + * The sd(4D) target for firmware flashing uses the general SCSI WRITE BUFFER * options with various modes to instruct the drive to download and install * microcode (what SPC-3 calls firmware). To verify that something fits, we can * use the READ BUFFER command with mode 03h to indicate that we want to |