diff options
-rw-r--r-- | sys/arch/luna88k/include/board.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/luna88k/include/board.h b/sys/arch/luna88k/include/board.h index f424c209644..65a8424b343 100644 --- a/sys/arch/luna88k/include/board.h +++ b/sys/arch/luna88k/include/board.h @@ -1,4 +1,4 @@ -/* $OpenBSD: board.h,v 1.11 2012/02/28 13:40:53 aoyama Exp $ */ +/* $OpenBSD: board.h,v 1.12 2014/01/06 21:28:53 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -173,7 +173,7 @@ #define BMAP_PALLET1 U(0xC1000000) /* color pallet */ #define BMAP_PALLET2 U(0xC1100000) /* color pallet */ #define BOARD_CHECK_REG U(0xD0000000) /* board check register */ -#define BMAP_CRTC U(0xD1000000) /* CTRC-II */ +#define BMAP_CRTC U(0xD1000000) /* CRTC-II */ #define BMAP_IDENTROM U(0xD1800000) /* bitmap-board identify ROM */ #define SCSI_ADDR U(0xE1000000) /* SCSI address */ #define LANCE_ADDR U(0xF1000000) /* LANCE */ |