git: 7f54c65abc67 - main - smartpqi: Update to vendor version 14.4690.0.2008 - 15.2.0.2008

From: John Hall <jrhall_at_FreeBSD.org>
Date: Mon, 02 Feb 2026 17:02:18 UTC
The branch main has been updated by jrhall:

URL: https://cgit.FreeBSD.org/src/commit/?id=7f54c65abc67f50363bbd2a68a980d23e69c9ef0

commit 7f54c65abc67f50363bbd2a68a980d23e69c9ef0
Author:     John Hall <jrhall@FreeBSD.org>
AuthorDate: 2026-02-02 15:44:23 +0000
Commit:     John Hall <jrhall@FreeBSD.org>
CommitDate: 2026-02-02 17:01:30 +0000

    smartpqi: Update to vendor version 14.4690.0.2008 - 15.2.0.2008
    
    Update to versions:
    FreeBSD14 14.4690.2008
    FreeBSD15 15.2.0.2008
    
    Included in this update are:
     - Support for new controllers
     - Add code that utilizes the new BIG_IOCTL_Command_struct and allows
       the I/O buffer size for a single passthrough ioctl to be stored as a
       32 bit integer instead of the original 16 bit integer.
     - Update occurrences of Microsemi to Microchip
     - Some format changes including converting comments from C++ to C
       style, remove instances of /* $FreeBSD$ */, and updating copyright
       dates.
    
    Update to versions:
    FreeBSD14 14.4690.2008
    FreeBSD15 15.2.0.2008
    
    Included in this update are:
    
    - Support for new controllers
    
    _ Add code that utilizes the new BIG_IOCTL_Command_struct and allows
      the I/O buffer size for a single passthrough ioctl to be stored as
      a 32 bit integer instead of the original 16 bit integer.
    
    - Update occurrences of Microsemi to Microchip
    
    - Some format changes including converting comments from C++ to C
      style, remove instances of /* $FreeBSD$ */, and updating copyright
      dates.
    
    Reviewed by:    imp
    Approved by:    imp
    MFC after:      1 week
    
    Sponsored by: Microchip Technology Inc.
    
    Differential Revision:  https://reviews.freebsd.org/D54787
---
 sys/dev/smartpqi/smartpqi_cam.c         |   2 +-
 sys/dev/smartpqi/smartpqi_controllers.h |   8 +-
 sys/dev/smartpqi/smartpqi_defines.h     |  11 +-
 sys/dev/smartpqi/smartpqi_event.c       |   4 +-
 sys/dev/smartpqi/smartpqi_features.c    |   2 +-
 sys/dev/smartpqi/smartpqi_helper.c      |   4 +-
 sys/dev/smartpqi/smartpqi_helper.h      |   2 +-
 sys/dev/smartpqi/smartpqi_includes.h    |   2 +-
 sys/dev/smartpqi/smartpqi_ioctl.c       | 199 ++++++++++++++++++++++++++++++++
 sys/dev/smartpqi/smartpqi_ioctl.h       |   9 +-
 sys/dev/smartpqi/smartpqi_main.c        |   2 +-
 sys/dev/smartpqi/smartpqi_mem.c         |   2 +-
 sys/dev/smartpqi/smartpqi_prototypes.h  |   1 +
 sys/dev/smartpqi/smartpqi_queue.c       |   4 +-
 sys/dev/smartpqi/smartpqi_request.c     |   2 +-
 sys/dev/smartpqi/smartpqi_tag.c         |   2 +-
 16 files changed, 237 insertions(+), 19 deletions(-)

diff --git a/sys/dev/smartpqi/smartpqi_cam.c b/sys/dev/smartpqi/smartpqi_cam.c
index 93043a296c5d..690b38c9f855 100644
--- a/sys/dev/smartpqi/smartpqi_cam.c
+++ b/sys/dev/smartpqi/smartpqi_cam.c
@@ -54,7 +54,7 @@ update_sim_properties(struct cam_sim *sim, struct ccb_pathinq *cpi)
 	cpi->initiator_id = 255;
 	strncpy(cpi->sim_vid, "FreeBSD", SIM_IDLEN-1);
 	cpi->sim_vid[sizeof(cpi->sim_vid)-1] = '\0';
-	strncpy(cpi->hba_vid, "Microsemi", HBA_IDLEN-1);
+	strncpy(cpi->hba_vid, "Microchip", HBA_IDLEN-1);
 	cpi->hba_vid[sizeof(cpi->hba_vid)-1] = '\0';
 	strncpy(cpi->dev_name, cam_sim_name(sim), DEV_IDLEN-1);
 	cpi->dev_name[sizeof(cpi->dev_name)-1] = '\0';
diff --git a/sys/dev/smartpqi/smartpqi_controllers.h b/sys/dev/smartpqi/smartpqi_controllers.h
index 6356159fd5f7..d5276f01a7e1 100644
--- a/sys/dev/smartpqi/smartpqi_controllers.h
+++ b/sys/dev/smartpqi/smartpqi_controllers.h
@@ -122,6 +122,7 @@ struct pqi_ident
 	{0x9005, 0x028f, 0x1f51, 0x1044, PQI_HWIF_SRCV, "SmartHBA P6500-8i"},
 	{0x9005, 0x028f, 0x1f3f, 0x0610, PQI_HWIF_SRCV, "3SNIC SSSRAID 3S610"},
 	{0x9005, 0x028f, 0x207d, 0x4840, PQI_HWIF_SRCV, "HRDT TrustHBA H3100s-8i"},
+	{0x9005, 0x028f, 0x207d, 0x4940, PQI_HWIF_SRCV, "HRDT TrustRAID D3102s-8i"},
 
 	/* (SRCx MSCC FVB 24x12G based) */
 	{0x9005, 0x028f, 0x103c, 0x1001, PQI_HWIF_SRCV, "MSCC FVB"},
@@ -151,11 +152,13 @@ struct pqi_ident
 	{0x9005, 0x028f, 0x1cf2, 0x0B27, PQI_HWIF_SRCV, "ZTE SmartROC3100 SDPSA/B-18i 4G"},
 	{0x9005, 0x028f, 0x1cf2, 0x0B45, PQI_HWIF_SRCV, "ZTE SmartROC3100 SDPSA/B_L-18i 2G"},
 	{0x9005, 0x028f, 0x1cf2, 0x5445, PQI_HWIF_SRCV, "ZTE SmartROC3100 RM241-18i 2G"},
+	{0x9005, 0x028f, 0x1cf2, 0x544D, PQI_HWIF_SRCV, "ZTE SmartROC3100 RM241B-18i 2G"},
 	{0x9005, 0x028f, 0x1cf2, 0x5446, PQI_HWIF_SRCV, "ZTE SmartROC3100 RM242-18i 4G"},
+	{0x9005, 0x028f, 0x1cf2, 0x544E, PQI_HWIF_SRCV, "ZTE SmartROC3100 RM242B-18i 4G"},
+	{0x9005, 0x028f, 0x1cf2, 0x5451, PQI_HWIF_SRCV, "ZTE SmartROC3100 RS231-8i 2G"},
+	{0x9005, 0x028f, 0x1cf2, 0x5452, PQI_HWIF_SRCV, "ZTE SmartROC3100 RS232-8i 4G"},
 	{0x9005, 0x028f, 0x1cf2, 0x5449, PQI_HWIF_SRCV, "ZTE SmartROC3100 RS241-18i 2G"},
 	{0x9005, 0x028f, 0x1cf2, 0x544A, PQI_HWIF_SRCV, "ZTE SmartROC3100 RS242-18i 4G"},
-	{0x9005, 0x028f, 0x1cf2, 0x544D, PQI_HWIF_SRCV, "ZTE SmartROC3100 RM241B-18i 2G"},
-	{0x9005, 0x028f, 0x1cf2, 0x544E, PQI_HWIF_SRCV, "ZTE SmartROC3100 RM242B-18i 4G"},
 	{0x9005, 0x028f, 0x1bd4, 0x006F, PQI_HWIF_SRCV, "RS0804M5R16i"},
 	{0x9005, 0x028f, 0x1ff9, 0x006F, PQI_HWIF_SRCV, "RS0804M5R16i"},
 	{0x9005, 0x028f, 0x1f51, 0x1010, PQI_HWIF_SRCV, "SmartRAID P7504N-16i"},
@@ -178,6 +181,7 @@ struct pqi_ident
 	{0x9005, 0x028f, 0x1458, 0x1000, PQI_HWIF_SRCV, "GIGABYTE SmartHBA CLN1832"},
 	{0x9005, 0x028f, 0x1cf2, 0x0B29, PQI_HWIF_SRCV, "ZTE SmartIOC2100 SDPSA/B_I-18i"},
 	{0x9005, 0x028f, 0x1cf2, 0x5447, PQI_HWIF_SRCV, "ZTE SmartIOC2100 RM243-18i"},
+	{0x9005, 0x028f, 0x1cf2, 0x5453, PQI_HWIF_SRCV, "ZTE SmartIOC2100 RS233-8i"},
 	{0x9005, 0x028f, 0x1cf2, 0x544B, PQI_HWIF_SRCV, "ZTE SmartIOC2100 RS243-18i"},
 	{0x9005, 0x028f, 0x1cf2, 0x544F, PQI_HWIF_SRCV, "ZTE SmartIOC2100 RM243B-18i"},
 	{0x9005, 0x028f, 0x1bd4, 0x0071, PQI_HWIF_SRCV, "RS0800M5H16i"},
diff --git a/sys/dev/smartpqi/smartpqi_defines.h b/sys/dev/smartpqi/smartpqi_defines.h
index fe2edf7a74a9..0277abd3e318 100644
--- a/sys/dev/smartpqi/smartpqi_defines.h
+++ b/sys/dev/smartpqi/smartpqi_defines.h
@@ -911,9 +911,14 @@ static inline uint64_t CALC_PERCENT_TOTAL(uint64_t val, uint64_t total)
 #define CCISS_GETDRIVVER       _IOWR(SMARTPQI_IOCTL_BASE, 0, driver_info)
 #define CCISS_GETPCIINFO       _IOWR(SMARTPQI_IOCTL_BASE, 1, pqi_pci_info_t)
 #define SMARTPQI_PASS_THRU     _IOWR(SMARTPQI_IOCTL_BASE, 2, IOCTL_Command_struct)
+#define SMARTPQI_BIG_PASS_THRU _IOWR(SMARTPQI_IOCTL_BASE, 3, BIG_IOCTL_Command_struct)
 #define CCISS_PASSTHRU         _IOWR('C', 210, IOCTL_Command_struct)
 #define CCISS_REGNEWD          _IO(CCISS_IOC_MAGIC, 14)
 
+#if !defined(SMARTPQI_BIG_PASSTHRU_SUPPORTED)
+#define SMARTPQI_BIG_PASSTHRU_SUPPORTED  _IO(SMARTPQI_IOCTL_BASE, 4)
+#endif
+
 /*IOCTL  pci_info structure */
 typedef struct pqi_pci_info
 {
@@ -939,12 +944,12 @@ typedef uint8_t *passthru_buf_type_t;
 
 #define PQISRC_DRIVER_MAJOR		__FreeBSD__
 #if __FreeBSD__ <= 14
-#define PQISRC_DRIVER_MINOR	   4660
+#define PQISRC_DRIVER_MINOR	   4690
 #else
-#define PQISRC_DRIVER_MINOR	   0
+#define PQISRC_DRIVER_MINOR	   2
 #endif
 #define PQISRC_DRIVER_RELEASE	   0
-#define PQISRC_DRIVER_REVISION   2002
+#define PQISRC_DRIVER_REVISION   2008
 
 #define STR(s)                          # s
 #define PQISRC_VERSION(a, b, c, d)      STR(a.b.c-d)
diff --git a/sys/dev/smartpqi/smartpqi_event.c b/sys/dev/smartpqi/smartpqi_event.c
index 761bb5588ff9..77a70f9fb031 100644
--- a/sys/dev/smartpqi/smartpqi_event.c
+++ b/sys/dev/smartpqi/smartpqi_event.c
@@ -417,7 +417,7 @@ pqisrc_report_event_config(pqisrc_softstate_t *softs)
 	softs->event_config.num_event_descriptors = MIN(event_config_p->num_event_descriptors,
 		                                            PQI_MAX_EVENT_DESCRIPTORS) ;
 
-        for (i = 0; i < softs->event_config.num_event_descriptors; i++) {
+       for (i=0; i < softs->event_config.num_event_descriptors; i++) {
 		softs->event_config.descriptors[i].event_type =
 					event_config_p->descriptors[i].event_type;
 	}
@@ -477,7 +477,7 @@ pqisrc_set_event_config(pqisrc_softstate_t *softs)
 	event_config_p->num_event_descriptors = softs->event_config.num_event_descriptors;
 
 
-	for (i = 0; i < softs->event_config.num_event_descriptors; i++) {
+	for (i=0; i < softs->event_config.num_event_descriptors; i++) {
 		event_config_p->descriptors[i].event_type =
 					softs->event_config.descriptors[i].event_type;
 		if( pqisrc_event_type_to_event_index(event_config_p->descriptors[i].event_type) != -1)
diff --git a/sys/dev/smartpqi/smartpqi_features.c b/sys/dev/smartpqi/smartpqi_features.c
index 2a53dbe654b1..ae6114ef066b 100644
--- a/sys/dev/smartpqi/smartpqi_features.c
+++ b/sys/dev/smartpqi/smartpqi_features.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright 2016-2023 Microchip Technology, Inc. and/or its subsidiaries.
+ * Copyright 2016-2025 Microchip Technology, Inc. and/or its subsidiaries.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/sys/dev/smartpqi/smartpqi_helper.c b/sys/dev/smartpqi/smartpqi_helper.c
index 0a4bf6ec21cb..9454fa8b63ab 100644
--- a/sys/dev/smartpqi/smartpqi_helper.c
+++ b/sys/dev/smartpqi/smartpqi_helper.c
@@ -333,6 +333,8 @@ check_struct_sizes(void)
        64 bit and 32 bit system*/
     ASSERT(sizeof(IOCTL_Command_struct)== 86 ||
            sizeof(IOCTL_Command_struct)== 82);
+    ASSERT(sizeof(BIG_IOCTL_Command_struct)== 88 ||
+           sizeof(BIG_IOCTL_Command_struct)== 84);
     ASSERT(sizeof(struct bmic_host_wellness_driver_version)== 44);
     ASSERT(sizeof(struct bmic_host_wellness_time)== 20);
     ASSERT(sizeof(struct pqi_dev_adminq_cap)== 8);
@@ -386,7 +388,7 @@ void
 check_device_pending_commands_to_complete(pqisrc_softstate_t *softs, pqi_scsi_dev_t *device)
 {
 	uint32_t tag = softs->max_outstanding_io, active_requests;
-	uint64_t timeout = 0, delay_in_usec = 1000; /* In micro Seconds  */
+	uint64_t timeout = 0, delay_in_usec = 1000; /* In microseconds  */
 	rcb_t* rcb;
 
 	DBG_FUNC("IN\n");
diff --git a/sys/dev/smartpqi/smartpqi_helper.h b/sys/dev/smartpqi/smartpqi_helper.h
index 507caeb9b0b6..362eb0d05379 100644
--- a/sys/dev/smartpqi/smartpqi_helper.h
+++ b/sys/dev/smartpqi/smartpqi_helper.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright 2016-2023 Microchip Technology, Inc. and/or its subsidiaries.
+ * Copyright 2016-2025 Microchip Technology, Inc. and/or its subsidiaries.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/sys/dev/smartpqi/smartpqi_includes.h b/sys/dev/smartpqi/smartpqi_includes.h
index a8682e8a848d..30846b1a1d6c 100644
--- a/sys/dev/smartpqi/smartpqi_includes.h
+++ b/sys/dev/smartpqi/smartpqi_includes.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright 2016-2023 Microchip Technology, Inc. and/or its subsidiaries.
+ * Copyright 2016-2025 Microchip Technology, Inc. and/or its subsidiaries.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/sys/dev/smartpqi/smartpqi_ioctl.c b/sys/dev/smartpqi/smartpqi_ioctl.c
index 0517c0513cce..7fd68b1a3263 100644
--- a/sys/dev/smartpqi/smartpqi_ioctl.c
+++ b/sys/dev/smartpqi/smartpqi_ioctl.c
@@ -169,6 +169,13 @@ smartpqi_ioctl(struct cdev *cdev, u_long cmd, caddr_t udata,
 			pqi_status = pqisrc_passthru_ioctl(softs, udata, 0);
 			bsd_status = pqi_status_to_bsd_ioctl_status(pqi_status);
 			break;
+		case SMARTPQI_BIG_PASS_THRU:
+			pqi_status = pqisrc_big_passthru_ioctl(softs, udata, 0);
+			bsd_status = pqi_status_to_bsd_ioctl_status(pqi_status);
+			break;
+		case SMARTPQI_BIG_PASSTHRU_SUPPORTED:
+			bsd_status = BSD_SUCCESS;
+			break;
 		case CCISS_REGNEWD:
 			pqi_status = pqisrc_scan_devices(softs);
 			bsd_status = pqi_status_to_bsd_ioctl_status(pqi_status);
@@ -422,3 +429,195 @@ out:
 	DBG_FUNC("Failed OUT\n");
 	return PQI_STATUS_FAILURE;
 }
+
+/*
+ * Function used to send big passthru commands to adapter
+ * to support management tools. For eg. ssacli, sscon.
+ */
+int
+pqisrc_big_passthru_ioctl(struct pqisrc_softstate *softs, void *arg, int mode)
+{
+	int ret;
+	char *drv_buf = NULL;
+	uint32_t tag = 0;
+	BIG_IOCTL_Command_struct *iocommand = (BIG_IOCTL_Command_struct *)arg;
+	dma_mem_t ioctl_dma_buf;
+	pqisrc_raid_req_t request;
+	raid_path_error_info_elem_t error_info;
+	ib_queue_t *ib_q = &softs->op_raid_ib_q[PQI_DEFAULT_IB_QUEUE];
+	ob_queue_t const *ob_q = &softs->op_ob_q[PQI_DEFAULT_IB_QUEUE];
+	rcb_t *rcb = NULL;
+
+	memset(&request, 0, sizeof(request));
+	memset(&error_info, 0, sizeof(error_info));
+
+	DBG_FUNC("IN\n");
+
+	if (pqisrc_ctrl_offline(softs))
+		return PQI_STATUS_FAILURE;
+
+	if (!arg)
+		return PQI_STATUS_FAILURE;
+
+	if (iocommand->buf_size < 1 &&
+		iocommand->Request.Type.Direction != PQIIOCTL_NONE)
+		return PQI_STATUS_FAILURE;
+	if (iocommand->Request.CDBLen > sizeof(request.cmd.cdb))
+		return PQI_STATUS_FAILURE;
+
+	switch (iocommand->Request.Type.Direction) {
+		case PQIIOCTL_NONE:
+		case PQIIOCTL_WRITE:
+		case PQIIOCTL_READ:
+		case PQIIOCTL_BIDIRECTIONAL:
+			break;
+		default:
+			return PQI_STATUS_FAILURE;
+	}
+
+	if (iocommand->buf_size > 0) {
+		memset(&ioctl_dma_buf, 0, sizeof(struct dma_mem));
+		os_strlcpy(ioctl_dma_buf.tag, "Ioctl_PassthruCmd_Buffer", sizeof(ioctl_dma_buf.tag));
+		ioctl_dma_buf.size = iocommand->buf_size;
+		ioctl_dma_buf.align = PQISRC_DEFAULT_DMA_ALIGN;
+		/* allocate memory */
+		ret = os_dma_mem_alloc(softs, &ioctl_dma_buf);
+		if (ret) {
+			DBG_ERR("Failed to Allocate dma mem for Ioctl PassthruCmd Buffer : %d\n", ret);
+			goto out;
+		}
+
+		DBG_IO("ioctl_dma_buf.dma_addr  = %p\n",(void*)ioctl_dma_buf.dma_addr);
+		DBG_IO("ioctl_dma_buf.virt_addr = %p\n",(void*)ioctl_dma_buf.virt_addr);
+
+		drv_buf = (char *)ioctl_dma_buf.virt_addr;
+		if (iocommand->Request.Type.Direction & PQIIOCTL_WRITE) {
+			ret = os_copy_from_user(softs, (void *)drv_buf, (void *)iocommand->buf, iocommand->buf_size, mode);
+			if (ret != 0) {
+				goto free_mem;
+			}
+		}
+	}
+
+	request.header.iu_type = PQI_IU_TYPE_RAID_PATH_IO_REQUEST;
+	request.header.iu_length = offsetof(pqisrc_raid_req_t, sg_descriptors[1]) -
+									PQI_REQUEST_HEADER_LENGTH;
+	memcpy(request.lun_number, iocommand->LUN_info.LunAddrBytes,
+		sizeof(request.lun_number));
+	memcpy(request.cmd.cdb, iocommand->Request.CDB, iocommand->Request.CDBLen);
+	request.additional_cdb_bytes_usage = PQI_ADDITIONAL_CDB_BYTES_0;
+
+	switch (iocommand->Request.Type.Direction) {
+	case PQIIOCTL_NONE:
+		request.data_direction = SOP_DATA_DIR_NONE;
+		break;
+	case PQIIOCTL_WRITE:
+		request.data_direction = SOP_DATA_DIR_FROM_DEVICE;
+		break;
+	case PQIIOCTL_READ:
+		request.data_direction = SOP_DATA_DIR_TO_DEVICE;
+		break;
+	case PQIIOCTL_BIDIRECTIONAL:
+		request.data_direction = SOP_DATA_DIR_BIDIRECTIONAL;
+		break;
+	}
+
+	request.task_attribute = SOP_TASK_ATTRIBUTE_SIMPLE;
+	if (iocommand->buf_size > 0) {
+		request.buffer_length = iocommand->buf_size;
+		request.sg_descriptors[0].addr = ioctl_dma_buf.dma_addr;
+		request.sg_descriptors[0].len = iocommand->buf_size;
+		request.sg_descriptors[0].flags =  SG_FLAG_LAST;
+	}
+	tag = pqisrc_get_tag(&softs->taglist);
+	if (INVALID_ELEM == tag) {
+		DBG_ERR("Tag not available\n");
+		goto free_mem;
+	}
+	request.request_id = tag;
+	request.response_queue_id = ob_q->q_id;
+	request.error_index = request.request_id;
+	if (softs->timeout_in_passthrough) {
+		request.timeout_in_sec = iocommand->Request.Timeout;
+	}
+
+	rcb = &softs->rcb[tag];
+	rcb->success_cmp_callback = pqisrc_process_internal_raid_response_success;
+	rcb->error_cmp_callback = pqisrc_process_internal_raid_response_error;
+	rcb->tag = tag;
+	rcb->req_pending = true;
+	/* Submit Command */
+	ret = pqisrc_submit_cmnd(softs, ib_q, &request);
+	if (ret != PQI_STATUS_SUCCESS) {
+		DBG_ERR("Unable to submit command\n");
+		goto err_out;
+	}
+
+	ret = pqisrc_wait_on_condition(softs, rcb, PQISRC_PASSTHROUGH_CMD_TIMEOUT);
+	if (ret != PQI_STATUS_SUCCESS) {
+		DBG_ERR("Passthru IOCTL cmd timed out !!\n");
+		goto err_out;
+	}
+
+	memset(&iocommand->error_info, 0, sizeof(iocommand->error_info));
+
+
+	if (rcb->status) {
+		size_t sense_data_length;
+
+		memcpy(&error_info, rcb->error_info, sizeof(error_info));
+		iocommand->error_info.ScsiStatus = error_info.status;
+		sense_data_length = error_info.sense_data_len;
+
+		if (!sense_data_length)
+			sense_data_length = error_info.resp_data_len;
+
+		if (sense_data_length &&
+			(sense_data_length > sizeof(error_info.data)))
+				sense_data_length = sizeof(error_info.data);
+
+		if (sense_data_length) {
+			if (sense_data_length >
+				sizeof(iocommand->error_info.SenseInfo))
+				sense_data_length =
+					sizeof(iocommand->error_info.SenseInfo);
+			memcpy (iocommand->error_info.SenseInfo,
+					error_info.data, sense_data_length);
+			iocommand->error_info.SenseLen = sense_data_length;
+		}
+
+		if (error_info.data_out_result == PQI_RAID_DATA_IN_OUT_UNDERFLOW) {
+			rcb->status = PQI_STATUS_SUCCESS;
+		}
+	}
+
+	if (rcb->status == PQI_STATUS_SUCCESS && iocommand->buf_size > 0 &&
+		(iocommand->Request.Type.Direction & PQIIOCTL_READ)) {
+
+		ret = os_copy_to_user(softs, (void*)iocommand->buf, (void*)drv_buf, iocommand->buf_size, mode);
+		if (ret != 0) {
+			DBG_ERR("Failed to copy the response\n");
+			goto err_out;
+		}
+	}
+
+	os_reset_rcb(rcb);
+	pqisrc_put_tag(&softs->taglist, request.request_id);
+	if (iocommand->buf_size > 0)
+		os_dma_mem_free(softs,&ioctl_dma_buf);
+
+	DBG_FUNC("OUT\n");
+	return PQI_STATUS_SUCCESS;
+
+err_out:
+	os_reset_rcb(rcb);
+	pqisrc_put_tag(&softs->taglist, request.request_id);
+
+free_mem:
+	if (iocommand->buf_size > 0)
+		os_dma_mem_free(softs, &ioctl_dma_buf);
+
+out:
+	DBG_FUNC("Failed OUT\n");
+	return PQI_STATUS_FAILURE;
+}
\ No newline at end of file
diff --git a/sys/dev/smartpqi/smartpqi_ioctl.h b/sys/dev/smartpqi/smartpqi_ioctl.h
index 633465aeb8cd..ef4678ad5a3b 100644
--- a/sys/dev/smartpqi/smartpqi_ioctl.h
+++ b/sys/dev/smartpqi/smartpqi_ioctl.h
@@ -1,5 +1,5 @@
 /*-
- * Copyright 2016-2023 Microchip Technology, Inc. and/or its subsidiaries.
+ * Copyright 2016-2025 Microchip Technology, Inc. and/or its subsidiaries.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -137,5 +137,12 @@ typedef struct pqi_ioctl_passthruCmd_struct {
 
 }OS_ATTRIBUTE_PACKED IOCTL_Command_struct;
 
+typedef struct _BIG_IOCTL_Command_struct {
+	LUNAddr_struct           LUN_info;
+	RequestBlock_struct      Request;
+	ErrorInfo_struct         error_info;
+	DWORD                    buf_size;  /* size in bytes of the buf */
+	passthru_buf_type_t      buf;
+}OS_ATTRIBUTE_PACKED BIG_IOCTL_Command_struct;
 
 #endif  /* _PQI_IOCTL_H_ */
diff --git a/sys/dev/smartpqi/smartpqi_main.c b/sys/dev/smartpqi/smartpqi_main.c
index 6274ecc957d4..dea7809a1b8e 100644
--- a/sys/dev/smartpqi/smartpqi_main.c
+++ b/sys/dev/smartpqi/smartpqi_main.c
@@ -25,7 +25,7 @@
 
 
 /*
- * Driver for the Microsemi Smart storage controllers
+ * Driver for the Microchip Smart storage controllers
  */
 
 #include "smartpqi_includes.h"
diff --git a/sys/dev/smartpqi/smartpqi_mem.c b/sys/dev/smartpqi/smartpqi_mem.c
index 239d619968d2..08f806681dce 100644
--- a/sys/dev/smartpqi/smartpqi_mem.c
+++ b/sys/dev/smartpqi/smartpqi_mem.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright 2016-2023 Microchip Technology, Inc. and/or its subsidiaries.
+ * Copyright 2016-2025 Microchip Technology, Inc. and/or its subsidiaries.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/sys/dev/smartpqi/smartpqi_prototypes.h b/sys/dev/smartpqi/smartpqi_prototypes.h
index fdf69e38fa59..7abce9c3789d 100644
--- a/sys/dev/smartpqi/smartpqi_prototypes.h
+++ b/sys/dev/smartpqi/smartpqi_prototypes.h
@@ -251,6 +251,7 @@ int pqisrc_process_task_management_response(pqisrc_softstate_t *,
 
 /* smartpqi_ioctl.c*/
 int pqisrc_passthru_ioctl(struct pqisrc_softstate *, void *, int);
+int pqisrc_big_passthru_ioctl(struct pqisrc_softstate *, void *, int);
 
 /* Functions Prototypes */
 /* smartpqi_mem.c */
diff --git a/sys/dev/smartpqi/smartpqi_queue.c b/sys/dev/smartpqi/smartpqi_queue.c
index 22bc2db572f8..e8a467531aa4 100644
--- a/sys/dev/smartpqi/smartpqi_queue.c
+++ b/sys/dev/smartpqi/smartpqi_queue.c
@@ -688,7 +688,7 @@ pqisrc_create_op_obq(pqisrc_softstate_t *softs,
 		int i = 0;
 		DBG_WARN("Error Status Descriptors\n");
 		for (i = 0; i < 4; i++)
-			DBG_WARN(" %x ",admin_resp.resp_type.create_op_oq.status_desc[i]);
+			DBG_WARN(" %x\n",admin_resp.resp_type.create_op_oq.status_desc[i]);
 	}
 
 	DBG_FUNC("OUT ret : %d\n", ret);
@@ -731,7 +731,7 @@ pqisrc_create_op_ibq(pqisrc_softstate_t *softs,
 		int i = 0;
 		DBG_WARN("Error Status Decsriptors\n");
 		for (i = 0; i < 4; i++)
-			DBG_WARN(" %x ",admin_resp.resp_type.create_op_iq.status_desc[i]);
+			DBG_WARN(" %x\n",admin_resp.resp_type.create_op_iq.status_desc[i]);
 	}
 
 	DBG_FUNC("OUT ret : %d\n", ret);
diff --git a/sys/dev/smartpqi/smartpqi_request.c b/sys/dev/smartpqi/smartpqi_request.c
index e6ba41a814b2..c5f8ac3c41ba 100644
--- a/sys/dev/smartpqi/smartpqi_request.c
+++ b/sys/dev/smartpqi/smartpqi_request.c
@@ -1180,7 +1180,7 @@ fill_lba_for_scsi_rw(pqisrc_softstate_t *softs, uint8_t *cdb, aio_req_locator_t
 
 
 /* determine whether writes to certain types of RAID are supported. */
-static inline boolean_t
+static boolean_t
 pqisrc_is_supported_write(pqisrc_softstate_t const *softs,
 	pqi_scsi_dev_t const *device)
 {
diff --git a/sys/dev/smartpqi/smartpqi_tag.c b/sys/dev/smartpqi/smartpqi_tag.c
index 214b1bd3ce7d..d9680a65f265 100644
--- a/sys/dev/smartpqi/smartpqi_tag.c
+++ b/sys/dev/smartpqi/smartpqi_tag.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright 2016-2023 Microchip Technology, Inc. and/or its subsidiaries.
+ * Copyright 2016-2025 Microchip Technology, Inc. and/or its subsidiaries.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions