freebsd-dev/sys/dev/smartpqi
Mark Johnston 958ff217e7 Decrease logging severity when adding a device or reading config table.
In PR 243056 a user reports some spam from smartpqi(4).  In particular,
the driver warns about an unrecognized PQI_CONF_TABLE_SECTION_SOFT_RESET
section (not yet defined in the driver, but handled in Linux), but this
doesn't cause any problems.  The Linux driver also does not warn about
unrecognized sections.

Also do not log a warning when a device is added, since this is routine.
Lower severity to DISC, to match pqisrc_remove_device().

PR:		243056
Reviewed by:	sbruno
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D23023
2020-01-07 16:07:30 +00:00
..
smartpqi_cam.c Remove single-use DEV_RESET() macro. 2019-04-05 19:27:51 +00:00
smartpqi_cmd.c
smartpqi_defines.h Use callout(9) instead of deprecated timeout(9). 2019-12-13 19:56:48 +00:00
smartpqi_discovery.c Decrease logging severity when adding a device or reading config table. 2020-01-07 16:07:30 +00:00
smartpqi_event.c
smartpqi_helper.c
smartpqi_includes.h Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
smartpqi_init.c Decrease logging severity when adding a device or reading config table. 2020-01-07 16:07:30 +00:00
smartpqi_intr.c
smartpqi_ioctl.c
smartpqi_ioctl.h
smartpqi_main.c Use callout(9) instead of deprecated timeout(9). 2019-12-13 19:56:48 +00:00
smartpqi_mem.c
smartpqi_misc.c Use callout(9) instead of deprecated timeout(9). 2019-12-13 19:56:48 +00:00
smartpqi_prototypes.h
smartpqi_queue.c
smartpqi_request.c
smartpqi_response.c
smartpqi_sis.c
smartpqi_structures.h
smartpqi_tag.c