Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156472380
D23023.id66441.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D23023.id66441.diff
View Options
Index: head/sys/dev/smartpqi/smartpqi_discovery.c
===================================================================
--- head/sys/dev/smartpqi/smartpqi_discovery.c
+++ head/sys/dev/smartpqi/smartpqi_discovery.c
@@ -1213,7 +1213,7 @@
pqi_scsi_dev_t *device)
{
DBG_FUNC("IN\n");
- DBG_WARN("vendor: %s model: %s bus:%d target:%d lun:%d is_physical_device:0x%x expose_device:0x%x volume_offline 0x%x volume_status 0x%x \n",
+ DBG_DISC("vendor: %s model: %s bus:%d target:%d lun:%d is_physical_device:0x%x expose_device:0x%x volume_offline 0x%x volume_status 0x%x \n",
device->vendor, device->model, device->bus, device->target, device->lun, device->is_physical_device, device->expose_device, device->volume_offline, device->volume_status);
device->invalid = false;
Index: head/sys/dev/smartpqi/smartpqi_init.c
===================================================================
--- head/sys/dev/smartpqi/smartpqi_init.c
+++ head/sys/dev/smartpqi/smartpqi_init.c
@@ -453,7 +453,7 @@
ret = PQI_STATUS_SUCCESS;
break;
default:
- DBG_ERR("unrecognized PQI config table section ID: 0x%x\n",
+ DBG_INFO("unrecognized PQI config table section ID: 0x%x\n",
LE_16(section_hdr->section_id));
break;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 14, 10:08 PM (55 m, 29 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33063795
Default Alt Text
D23023.id66441.diff (1 KB)
Attached To
Mode
D23023: Decrease logging severity when adding a device or reading config table.
Attached
Detach File
Event Timeline
Log In to Comment