opnsense-src/sys/compat/linuxkpi
Bjoern A. Zeeb a96486531b LinuxKPI: pci: use unsigned int for vendor/device arguments
Linux drivers may pass a typed PCI_ANY_ID (-1U) in which then leads
to a warning that the value gets truncated.  Switch argument types
to unsigned int (or uint32_t as we use in struct pci_device_id) to
avoid the problem.

Sponsored by:	The FreeBSD Foundation
Discussed in:	D50008
MFC after:	3 days
Reviewed by:	emaste
Differential Revision: https://reviews.freebsd.org/D51652
2025-07-31 17:37:54 +00:00
..
common LinuxKPI: pci: use unsigned int for vendor/device arguments 2025-07-31 17:37:54 +00:00
dummy/include LinuxKPI: dummy: add more dummy hreader files 2025-05-05 10:44:21 +00:00