opnsense-src/sys/dev/smartpqi
Enji Cooper 6b41d9082e chore: replace {0, 0} with {DEV,KOBJ}METHOD_END
Both of the aforementioned macros have been present in FreeBSD
for well over a decade: 2009 for `KOBJMETHOD_END`; 2011 for
`DEVMETHOD_END`.

Adapt all hardcoded references of `{0, 0}` with `DEVMETHOD_END`
and `KOBJMETHOD_END` as appropriate. This helps ensure that
future adaptations to drivers following patterns documented
in driver(9) can be made more easily/without issue.

MFC after:	1 week
Differential Revision:	 https://reviews.freebsd.org/D55414

MFC notes:
	All conflicts were dropped as they didn't apply to code in branch.

Conflicts:
	sys/dev/flash/w25n.c
	sys/dev/nvd/nvd.c
	sys/dev/nvme/nvme_sim.c
	sys/dev/sound/pci/hdsp-pcm.c
	sys/dev/sound/pci/hdsp.c
	sys/dev/ufshci/ufshci_pci.c

(cherry picked from commit 0fc6c3f731a2cca3120798806c330a3081c9424b)
2026-04-30 07:39:21 +02:00
..
smartpqi_cam.c smartpqi: update to version 4410.0.2005 2023-08-24 15:25:09 -06:00
smartpqi_cmd.c smartpqi: update to version 4410.0.2005 2023-08-24 15:25:09 -06:00
smartpqi_defines.h smartpqi: update to version 4410.0.2005 2023-08-24 15:25:09 -06:00
smartpqi_discovery.c smartpqi: Drop spinlock before freeing memory 2023-10-19 15:21:11 -06:00
smartpqi_event.c smartpqi: update to version 4410.0.2005 2023-08-24 15:25:09 -06:00
smartpqi_features.c smartpqi: update to version 4410.0.2005 2023-08-24 15:25:09 -06:00
smartpqi_helper.c smartpqi: Fix build issues highlighted by gcc12 2023-09-17 08:34:40 -06:00
smartpqi_helper.h smartpqi: Fix build issues highlighted by gcc12 2023-09-17 08:34:40 -06:00
smartpqi_includes.h smartpqi: update to version 4410.0.2005 2023-08-24 15:25:09 -06:00
smartpqi_init.c smartpqi: update to version 4410.0.2005 2023-08-24 15:25:09 -06:00
smartpqi_intr.c smartpqi: update to version 4410.0.2005 2023-08-24 15:25:09 -06:00
smartpqi_ioctl.c smartpqi: update to version 4410.0.2005 2023-08-24 15:25:09 -06:00
smartpqi_ioctl.h smartpqi: update to version 4410.0.2005 2023-08-24 15:25:09 -06:00
smartpqi_main.c chore: replace {0, 0} with {DEV,KOBJ}METHOD_END 2026-04-30 07:39:21 +02:00
smartpqi_mem.c smartpqi: update to version 4410.0.2005 2023-08-24 15:25:09 -06:00
smartpqi_misc.c smartpqi: update to version 4410.0.2005 2023-08-24 15:25:09 -06:00
smartpqi_prototypes.h smartpqi: Fix build issues highlighted by gcc12 2023-09-17 08:34:40 -06:00
smartpqi_queue.c smartpqi: update to version 4410.0.2005 2023-08-24 15:25:09 -06:00
smartpqi_request.c smartpqi(4): Fix a typo in a source code comment 2025-01-29 06:55:53 +01:00
smartpqi_response.c smartpqi: update to version 4410.0.2005 2023-08-24 15:25:09 -06:00
smartpqi_sis.c smartpqi: update to version 4410.0.2005 2023-08-24 15:25:09 -06:00
smartpqi_structures.h smartpqi: update to version 4410.0.2005 2023-08-24 15:25:09 -06:00
smartpqi_tag.c smartpqi: update to version 4410.0.2005 2023-08-24 15:25:09 -06:00