Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/luna68k/include TAB/space cleanup.
details: https://anonhg.NetBSD.org/src/rev/594587f0d4ac
branches: trunk
changeset: 1023788:594587f0d4ac
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sun Sep 26 13:43:30 2021 +0000
description:
TAB/space cleanup.
diffstat:
sys/arch/luna68k/include/board.h | 124 +++++++++++++++++++-------------------
1 files changed, 62 insertions(+), 62 deletions(-)
diffs (143 lines):
diff -r 854cded02854 -r 594587f0d4ac sys/arch/luna68k/include/board.h
--- a/sys/arch/luna68k/include/board.h Sun Sep 26 13:38:49 2021 +0000
+++ b/sys/arch/luna68k/include/board.h Sun Sep 26 13:43:30 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: board.h,v 1.1 2019/06/30 05:04:48 tsutsui Exp $ */
+/* $NetBSD: board.h,v 1.2 2021/09/26 13:43:30 tsutsui Exp $ */
/* $OpenBSD: board.h,v 1.15 2017/11/03 06:55:08 aoyama Exp $ */
/*
* Mach Operating System
@@ -46,72 +46,72 @@
#define U(num) num/**/U
#endif
-#define PROM_ADDR U(0x41000000) /* PROM */
-#define PROM_SPACE U(0x00040000)
-#define NVRAM_ADDR U(0x45000000) /* Non Volatile */
-#define NVRAM_SPACE U(0x00001FDC)
-#define FUSE_ROM_ADDR U(0x43000000) /* FUSE_ROM */
-#define FUSE_ROM_SPACE 1024
-#define OBIO_CLOCK_BASE U(0x45000000) /* Mostek or Dallas TimeKeeper */
-#define OBIO_PIO0_BASE U(0x49000000) /* PIO-0 */
-#define OBIO_PIO0_SPACE U(0x00000004)
-#define OBIO_PIO0A U(0x49000000) /* PIO-0 port A */
-#define OBIO_PIO0B U(0x49000001) /* PIO-0 port B */
-#define OBIO_PIO0C U(0x49000002) /* PIO-0 port C*/
-#define OBIO_PIO0 U(0x49000003) /* PIO-0 control */
-#define OBIO_PIO1_BASE U(0x4D000000) /* PIO-1 */
-#define OBIO_PIO1_SPACE U(0x00000004)
-#define OBIO_PIO1A U(0x4D000000) /* PIO-1 port A */
-#define OBIO_PIO1B U(0x4D000001) /* PIO-1 port B */
-#define OBIO_PIO1C U(0x4D000002) /* PIO-1 port C*/
-#define OBIO_PIO1 U(0x4D000003) /* PIO-1 control */
-#define OBIO_SIO U(0x51000000) /* SIO */
-#define OBIO_TAS U(0x61000000) /* TAS register */
-#define OBIO_CLOCK U(0x63000000) /* system clock */
+#define PROM_ADDR U(0x41000000) /* PROM */
+#define PROM_SPACE U(0x00040000)
+#define NVRAM_ADDR U(0x45000000) /* Non Volatile */
+#define NVRAM_SPACE U(0x00001FDC)
+#define FUSE_ROM_ADDR U(0x43000000) /* FUSE_ROM */
+#define FUSE_ROM_SPACE 1024
+#define OBIO_CLOCK_BASE U(0x45000000) /* Mostek or Dallas TimeKeeper */
+#define OBIO_PIO0_BASE U(0x49000000) /* PIO-0 */
+#define OBIO_PIO0_SPACE U(0x00000004)
+#define OBIO_PIO0A U(0x49000000) /* PIO-0 port A */
+#define OBIO_PIO0B U(0x49000001) /* PIO-0 port B */
+#define OBIO_PIO0C U(0x49000002) /* PIO-0 port C*/
+#define OBIO_PIO0 U(0x49000003) /* PIO-0 control */
+#define OBIO_PIO1_BASE U(0x4D000000) /* PIO-1 */
+#define OBIO_PIO1_SPACE U(0x00000004)
+#define OBIO_PIO1A U(0x4D000000) /* PIO-1 port A */
+#define OBIO_PIO1B U(0x4D000001) /* PIO-1 port B */
+#define OBIO_PIO1C U(0x4D000002) /* PIO-1 port C*/
+#define OBIO_PIO1 U(0x4D000003) /* PIO-1 control */
+#define OBIO_SIO U(0x51000000) /* SIO */
+#define OBIO_TAS U(0x61000000) /* TAS register */
+#define OBIO_CLOCK U(0x63000000) /* system clock */
-#define TRI_PORT_RAM U(0x71000000) /* 3 port RAM */
+#define TRI_PORT_RAM U(0x71000000) /* 3 port RAM */
#define TRI_PORT_RAM_SPACE 0x20000
-#define EXT_A_ADDR U(0x81000000) /* extension board A */
-#define EXT_A_SPACE U(0x02000000)
-#define EXT_B_ADDR U(0x83000000) /* extension board B */
-#define EXT_B_SPACE U(0x01000000)
-#define PC_BASE U(0x90000000) /* pc-98 extension board */
-#define PC_SPACE U(0x02000000)
+#define EXT_A_ADDR U(0x81000000) /* extension board A */
+#define EXT_A_SPACE U(0x02000000)
+#define EXT_B_ADDR U(0x83000000) /* extension board B */
+#define EXT_B_SPACE U(0x01000000)
+#define PC_BASE U(0x90000000) /* pc-98 extension board */
+#define PC_SPACE U(0x02000000)
-#define MROM_ADDR U(0xA1000000) /* Mask ROM address */
+#define MROM_ADDR U(0xA1000000) /* Mask ROM address */
#define MROM_SPACE 0x400000
-#define BMAP_START U(0xB1000000) /* Bitmap start address */
-#define BMAP_SPACE (BMAP_END - BMAP_START)
-#define BMAP_RFCNT U(0xB1000000) /* RFCNT register */
-#define BMAP_BMSEL U(0xB1040000) /* BMSEL register */
-#define BMAP_BMP U(0xB1080000) /* common bitmap plane */
-#define BMAP_BMAP0 U(0xB10C0000) /* bitmap plane 0 */
-#define BMAP_BMAP1 U(0xB1100000) /* bitmap plane 1 */
-#define BMAP_BMAP2 U(0xB1140000) /* bitmap plane 2 */
-#define BMAP_BMAP3 U(0xB1180000) /* bitmap plane 3 */
-#define BMAP_BMAP4 U(0xB11C0000) /* bitmap plane 4 */
-#define BMAP_BMAP5 U(0xB1200000) /* bitmap plane 5 */
-#define BMAP_BMAP6 U(0xB1240000) /* bitmap plane 6 */
-#define BMAP_BMAP7 U(0xB1280000) /* bitmap plane 7 */
-#define BMAP_FN U(0xB12C0000) /* common bitmap function */
-#define BMAP_FN0 U(0xB1300000) /* bitmap function 0 */
-#define BMAP_FN1 U(0xB1340000) /* bitmap function 1 */
-#define BMAP_FN2 U(0xB1380000) /* bitmap function 2 */
-#define BMAP_FN3 U(0xB13C0000) /* bitmap function 3 */
-#define BMAP_FN4 U(0xB1400000) /* bitmap function 4 */
-#define BMAP_FN5 U(0xB1440000) /* bitmap function 5 */
-#define BMAP_FN6 U(0xB1480000) /* bitmap function 6 */
-#define BMAP_FN7 U(0xB14C0000) /* bitmap function 7 */
-#define BMAP_END U(0xB1500000)
+#define BMAP_START U(0xB1000000) /* Bitmap start address */
+#define BMAP_SPACE (BMAP_END - BMAP_START)
+#define BMAP_RFCNT U(0xB1000000) /* RFCNT register */
+#define BMAP_BMSEL U(0xB1040000) /* BMSEL register */
+#define BMAP_BMP U(0xB1080000) /* common bitmap plane */
+#define BMAP_BMAP0 U(0xB10C0000) /* bitmap plane 0 */
+#define BMAP_BMAP1 U(0xB1100000) /* bitmap plane 1 */
+#define BMAP_BMAP2 U(0xB1140000) /* bitmap plane 2 */
+#define BMAP_BMAP3 U(0xB1180000) /* bitmap plane 3 */
+#define BMAP_BMAP4 U(0xB11C0000) /* bitmap plane 4 */
+#define BMAP_BMAP5 U(0xB1200000) /* bitmap plane 5 */
+#define BMAP_BMAP6 U(0xB1240000) /* bitmap plane 6 */
+#define BMAP_BMAP7 U(0xB1280000) /* bitmap plane 7 */
+#define BMAP_FN U(0xB12C0000) /* common bitmap function */
+#define BMAP_FN0 U(0xB1300000) /* bitmap function 0 */
+#define BMAP_FN1 U(0xB1340000) /* bitmap function 1 */
+#define BMAP_FN2 U(0xB1380000) /* bitmap function 2 */
+#define BMAP_FN3 U(0xB13C0000) /* bitmap function 3 */
+#define BMAP_FN4 U(0xB1400000) /* bitmap function 4 */
+#define BMAP_FN5 U(0xB1440000) /* bitmap function 5 */
+#define BMAP_FN6 U(0xB1480000) /* bitmap function 6 */
+#define BMAP_FN7 U(0xB14C0000) /* bitmap function 7 */
+#define BMAP_END U(0xB1500000)
#define BMAP_END24P U(0xB1800000) /* end of 24p framemem */
-#define BMAP_PALLET0 U(0xC0000000) /* color pallet */
-#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) /* CRTC-II */
+#define BMAP_PALLET0 U(0xC0000000) /* color pallet */
+#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) /* CRTC-II */
#define BMAP_IDENTROM U(0xD1800000) /* bitmap-board identify ROM */
-#define SCSI_ADDR U(0xE1000000) /* SCSI address */
-#define SCSI_2_ADDR U(0xE1000040) /* 2nd SCSI address */
-#define LANCE_ADDR U(0xF1000000) /* LANCE */
+#define SCSI_ADDR U(0xE1000000) /* SCSI address */
+#define SCSI_2_ADDR U(0xE1000040) /* 2nd SCSI address */
+#define LANCE_ADDR U(0xF1000000) /* LANCE */
#endif /* _MACHINE_BOARD_H_ */
Home |
Main Index |
Thread Index |
Old Index