Skip to content

Commit 14bdf57

Browse files
authored
Update lowlevel.c
1 parent 78ab29a commit 14bdf57

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

rom/devs/ata/lowlevel.c

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,16 @@
1616

1717

1818

19-
#define VREG_BOARD_Unknown 0x00 /* Unknown */
19+
#define VREG_BOARD_Unknown 0x00 /* Unknown, */
2020
#define VREG_BOARD_V600 0x01 /* Vampire V2 V600(+), for A600 */
2121
#define VREG_BOARD_V500 0x02 /* Vampire V2 V500(+), for A500 */
22-
#define VREG_BOARD_V4FB 0x03 /* Apollo V4 FireBird, for A500 */
23-
#define VREG_BOARD_V4ID 0x04 /* Apollo V4 IceDrake, for A1200 */
22+
#define VREG_BOARD_V4FB 0x03 /* Apollo V4 Firebird, for A500 */
23+
#define VREG_BOARD_V4ID 0x04 /* Apollo V4 Icedrake, for A1200 */
2424
#define VREG_BOARD_V4SA 0x05 /* Apollo V4 Standalone */
2525
#define VREG_BOARD_V1200 0x06 /* Vampire V2 V1200, for A1200 */
2626
#define VREG_BOARD_V4MC 0x07 /* Apollo V4 Manticore, for A600 */
27-
#define VREG_BOARD_Future 0x08 /* Unknow */
27+
#define VREG_BOARD_V4UNI 0x08 /* Apollo V4 Unicorn, */
28+
#define VREG_BOARD_Future 0x09 /* Unknown */
2829

2930
static BYTE ata_Identify(struct ata_Unit *unit);
3031
static BYTE ata_ReadSector32(struct ata_Unit *, ULONG, ULONG, APTR, ULONG *);

0 commit comments

Comments
 (0)