Print this page
8368 remove warlock leftovers from usr/src/uts

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/aac/aac.h
          +++ new/usr/src/uts/common/io/aac/aac.h
↓ open down ↓ 495 lines elided ↑ open up ↑
 496  496          /* UART trace printf variables */
 497  497          uint32_t debug_flags;           /* debug print flags bitmap */
 498  498          uint32_t debug_fib_flags;       /* debug FIB print flags bitmap */
 499  499          uint32_t debug_fw_flags;        /* FW debug flags */
 500  500          uint32_t debug_buf_offset;      /* offset from DPMEM start */
 501  501          uint32_t debug_buf_size;        /* FW debug buffer size in bytes */
 502  502          uint32_t debug_header_size;     /* size of debug header */
 503  503  #endif
 504  504  };
 505  505  
 506      -/*
 507      - * The following data are kept stable because they are only written at driver
 508      - * initialization, and we do not allow them changed otherwise even at driver
 509      - * re-initialization.
 510      - */
 511      -_NOTE(SCHEME_PROTECTS_DATA("stable data", aac_softstate::{flags slen \
 512      -    buf_dma_attr pci_mem_handle pci_mem_base_vaddr \
 513      -    comm_space_acc_handle comm_space_dma_handle aac_max_fib_size \
 514      -    aac_sg_tablesize aac_cmd_fib aac_cmd_fib_scsi debug_flags bus_max tgt_max}))
 515      -
 516  506  #ifdef DEBUG
 517  507  
 518  508  #define AACDB_FLAGS_MASK                0x0000ffff
 519  509  #define AACDB_FLAGS_KERNEL_PRINT        0x00000001
 520  510  #define AACDB_FLAGS_FW_PRINT            0x00000002
 521  511  #define AACDB_FLAGS_NO_HEADERS          0x00000004
 522  512  
 523  513  #define AACDB_FLAGS_MISC                0x00000010
 524  514  #define AACDB_FLAGS_FUNC1               0x00000020
 525  515  #define AACDB_FLAGS_FUNC2               0x00000040
↓ open down ↓ 65 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX