Print this page
8368 remove warlock leftovers from usr/src/uts
@@ -501,20 +501,10 @@
uint32_t debug_buf_size; /* FW debug buffer size in bytes */
uint32_t debug_header_size; /* size of debug header */
#endif
};
-/*
- * The following data are kept stable because they are only written at driver
- * initialization, and we do not allow them changed otherwise even at driver
- * re-initialization.
- */
-_NOTE(SCHEME_PROTECTS_DATA("stable data", aac_softstate::{flags slen \
- buf_dma_attr pci_mem_handle pci_mem_base_vaddr \
- comm_space_acc_handle comm_space_dma_handle aac_max_fib_size \
- aac_sg_tablesize aac_cmd_fib aac_cmd_fib_scsi debug_flags bus_max tgt_max}))
-
#ifdef DEBUG
#define AACDB_FLAGS_MASK 0x0000ffff
#define AACDB_FLAGS_KERNEL_PRINT 0x00000001
#define AACDB_FLAGS_FW_PRINT 0x00000002