Skip to content

Commit 3314a24

Browse files
authored
Update probe.c
1 parent 64c6756 commit 3314a24

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • arch/m68k-amiga/hidd/gayle_ata

arch/m68k-amiga/hidd/gayle_ata/probe.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
#define VREG_BOARD_V4SA 0x05 /* Apollo V4 Standalone */
6060
#define VREG_BOARD_V1200 0x06 /* Vampire V2 V1200, for A1200 */
6161
#define VREG_BOARD_V4MC 0x07 /* Apollo V4 Manticore, for A600 */
62-
#define VREG_BOARD_Future 0x08 /* Unknow */
62+
#define VREG_BOARD_V4UNI 0x08 /* Apollo V4 Unicorn, */
63+
#define VREG_BOARD_Future 0x09 /* Unknown */
6364

6465
static UBYTE *getport(struct ata_ProbedBus *ddata, int buscounter)
6566
{
@@ -97,6 +98,7 @@ static UBYTE *getport(struct ata_ProbedBus *ddata, int buscounter)
9798
||(ApolloBoardID == VREG_BOARD_V1200)
9899
||(ApolloBoardID == VREG_BOARD_V4FB)
99100
||(ApolloBoardID == VREG_BOARD_V4SA))
101+
||(ApolloBoardID == VREG_BOARD_V4UNI))
100102
{
101103
ddata->v4 = TRUE;
102104
DINIT(bug("[ATA:Probe] Port = GAYLE_BASE_DA (V4 Fast-IDE)\n");)

0 commit comments

Comments
 (0)