Skip to content

Commit

Permalink
Add 7I75 daughtercard, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pcw-mesa committed Oct 23, 2023
1 parent 3f6cef4 commit 1c6f6a6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions hostmot2.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ static bob_pin_name_t bob_pin_names[MAX_BOB_NAMES] = {
{BOB_MX4660_2, {"Output6","NC","NC","NC","NC","NC","NC",
"Output5","NC","NC","NC","Output3","Output4","Input5","Input6","Input7","Input8"}},

{BOB_7I75, {"TB3-1","TB2-1","TB3-3","TB2-3","TB3-5","TB2-5","TB3-7","TB2-7","TB3-9","TB2-9",
"TB3-11","TB2-11","TB3-13","TB2-13","TB3-15","TB2-15","TB3-17"}},


};

Expand Down Expand Up @@ -285,6 +288,8 @@ static struct {
{ BOB_MX3660, "MX3660"},
{ BOB_MX4660_1, "MX4660-1"},
{ BOB_MX4660_2, "MX4660-2"},
{ BOB_7I75, "7I75" },

{ -1, NULL },
};

Expand Down
2 changes: 1 addition & 1 deletion hostmot2.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ typedef struct {
} sserial_device_t;

#define HM2_MAX_TAGS 255
#define MAX_BOB_NAMES 39
#define MAX_BOB_NAMES 40
#define ANYIO_MAX_IOPORT_CONNECTORS 8

typedef struct llio_struct llio_t;
Expand Down
1 change: 1 addition & 0 deletions hostmot2_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ typedef struct {
# define BOB_MX3660 37
# define BOB_MX4660_1 38
# define BOB_MX4660_2 39
# define BOB_7I75 40



Expand Down
2 changes: 1 addition & 1 deletion mesaflash.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#endif

#ifndef VERSION
#define VERSION "3.4.9"
#define VERSION "3.5"
#endif

static int device_flag;
Expand Down

0 comments on commit 1c6f6a6

Please sign in to comment.