mirror of
https://github.com/erichelgeson/BlueSCSI.git
synced 2024-12-21 21:29:19 +00:00
Product back to BLUESCSI F1
This commit is contained in:
parent
d4f86ddaed
commit
40e4590686
@ -302,7 +302,7 @@ void setup()
|
||||
default_hdd.response_format = 1;
|
||||
default_hdd.additional_length = 31;
|
||||
memcpy(&default_hdd.vendor, "QUANTUM", 7);
|
||||
memcpy(&default_hdd.product, "FIREBALL1", 9);
|
||||
memcpy(&default_hdd.product, "BLUESCSI F1", 11);
|
||||
memcpy(&default_hdd.revision, "1.0", 3);
|
||||
|
||||
// default SCSI CDROM
|
||||
|
Loading…
Reference in New Issue
Block a user