Skip to content

Commit 53612f8

Browse files
Fix some strings
1 parent f8dc598 commit 53612f8

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

Prebuild/Prebuild-3.0.0/GreedyFTL-2.7.0/nvme/nvme_identify.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
#define PCI_VENDOR_ID 0x1EDC
5353
#define PCI_SUBSYSTEM_VENDOR_ID 0x1EDC
5454
#define SERIAL_NUMBER "SSDD515T"
55-
#define MODEL_NUMBER "ENC_SSD_TIGER3"
55+
#define MODEL_NUMBER "Cosmos+ OpenSSD"
5656
#define FIRMWARE_REVISION "TYPE0005"
5757

5858
void identify_controller(unsigned int pBuffer);

Prebuild/Prebuild-latest.tgz

3 Bytes
Binary file not shown.
1 Byte
Binary file not shown.

Source/Firmware/GreedyFTL-2.7.0/nvme/nvme_identify.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
#define PCI_VENDOR_ID 0x1EDC
5353
#define PCI_SUBSYSTEM_VENDOR_ID 0x1EDC
5454
#define SERIAL_NUMBER "SSDD515T"
55-
#define MODEL_NUMBER "ENC_SSD_TIGER3"
55+
#define MODEL_NUMBER "Cosmos+ OpenSSD"
5656
#define FIRMWARE_REVISION "TYPE0005"
5757

5858
void identify_controller(unsigned int pBuffer);

0 commit comments

Comments
 (0)