Merge pull request #4728 from techomancer/grid1520

Add new machine GRiD GRiDcase 1520
This commit is contained in:
Miran Grča
2024-12-05 20:36:18 +01:00
committed by GitHub
7 changed files with 420 additions and 2 deletions

View File

@@ -90,6 +90,7 @@ enum {
typedef struct hdd_preset_t {
const char *name;
const char *internal_name;
const char *model;
uint32_t zones;
uint32_t avg_spt;
uint32_t heads;
@@ -165,6 +166,7 @@ typedef struct hard_disk_t {
uint32_t spt;
uint32_t hpc; /* Physical geometry parameters */
uint32_t tracks;
const char *model;
hdd_zone_t zones[HDD_MAX_ZONES];
uint32_t num_zones;