Print this page
4031 scsa1394 violates DDI scsi_pkt(9S) allocation rules

@@ -24,12 +24,10 @@
  */
 
 #ifndef _SYS_1394_TARGETS_SCSA1394_IMPL_H
 #define _SYS_1394_TARGETS_SCSA1394_IMPL_H
 
-#pragma ident   "%Z%%M% %I%     %E% SMI"
-
 /*
  * scsa1394 definitions
  */
 
 #include <sys/1394/t1394.h>

@@ -185,11 +183,10 @@
         scsi_hba_tran_t         *s_tran;        /* SCSA HBA tran structure */
         sbp2_tgt_t              *s_tgt;         /* SBP-2 target */
         sbp2_cfgrom_t           *s_cfgrom;      /* Config ROM */
         int                     s_nluns;        /* # of logical units */
         scsa1394_lun_t          *s_lun;         /* logical units */
-        kmem_cache_t            *s_cmd_cache;   /* command kmem cache */
         ddi_taskq_t             *s_taskq;       /* common taskq for all luns */
         boolean_t               s_symbios;      /* need Symbios workaround? */
         boolean_t               s_disconnect_warned; /* disconnect warning */
         size_t                  s_totalsec;     /* total sectors */
         size_t                  s_secsz;        /* sector size */