[NISTC_AO_PERSONAL_REG]         = { 0x19c, 2 },
        [NISTC_RTSI_TRIGA_OUT_REG]      = { 0x19e, 2 },
        [NISTC_RTSI_TRIGB_OUT_REG]      = { 0x1a0, 2 },
-       [RTSI_Board_Register]           = { 0, 0 }, /* Unknown */
+       [NISTC_RTSI_BOARD_REG]          = { 0, 0 }, /* Unknown */
        [Configuration_Memory_Clear]    = { 0x1a4, 2 },
        [ADC_FIFO_Clear]                = { 0x1a6, 2 },
        [DAC_FIFO_Clear]                = { 0x1a8, 2 },
        ni_stc_writew(dev, devpriv->rtsi_trig_b_output_reg,
                      NISTC_RTSI_TRIGB_OUT_REG);
 
-/*
-* Sets the source and direction of the 4 on board lines
-* ni_stc_writew(dev, 0x0000, RTSI_Board_Register);
-*/
+       /*
+        * Sets the source and direction of the 4 on board lines
+        * ni_stc_writew(dev, 0, NISTC_RTSI_BOARD_REG);
+        */
 }
 
 #ifdef PCIDMA
 
 #define NISTC_RTSI_TRIG_MASK(_c)       NISTC_RTSI_TRIG((_c), 0xf)
 #define NISTC_RTSI_TRIG_TO_SRC(_c, _b) (((_b) >> (((_c) % 4) * 4)) & 0xf)
 
+#define NISTC_RTSI_BOARD_REG           81
+
 #define AI_Status_1_Register           2
 #define Interrupt_A_St                         0x8000
 #define AI_FIFO_Full_St                                0x4000
 #define AO_BC_Save_Registers           18
 #define AO_UC_Save_Registers           20
 
-#define        RTSI_Board_Register             81
 #define Write_Strobe_0_Register                82
 #define Write_Strobe_1_Register                83
 #define Write_Strobe_2_Register                84