From cf8c0ebaf84c824d8f14486e47457119c138ce3c Mon Sep 17 00:00:00 2001 From: Peter Dunlap Date: Tue, 31 Mar 2009 16:02:50 -0600 Subject: 6748643 IDM sockets code should allocate buffers from one or more kmem caches 6818594 panic assertion failed: ist->ist_ffp_conn_count >= 1, file: ../../common/io/comstar/port/iscsit/iscs 6821084 SUNWiscsitr/SUNWiscsitu package issues 6821999 BAD TRAP: type=d (#gp General protection) rp=ffffff000fdf5460 addr=ffffff02f2564 c58 --- usr/src/uts/common/sys/idm/idm_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/src/uts/common/sys/idm/idm_impl.h') diff --git a/usr/src/uts/common/sys/idm/idm_impl.h b/usr/src/uts/common/sys/idm/idm_impl.h index 9a407fcc35..c6d8a16101 100644 --- a/usr/src/uts/common/sys/idm/idm_impl.h +++ b/usr/src/uts/common/sys/idm/idm_impl.h @@ -421,6 +421,7 @@ typedef struct { idm_idpool_t idm_conn_id_pool; kmem_cache_t *idm_sotx_pdu_cache; kmem_cache_t *idm_sorx_pdu_cache; + kmem_cache_t *idm_so_128k_buf_cache; } idm_global_t; idm_global_t idm; /* Global state */ -- cgit v1.2.3