opnsense-src/sys/compat
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
..
freebsd32 Regen. 2025-07-07 00:20:45 +03:00
ia32 sysent: retire unused SV_IA32 2025-06-03 23:59:30 +01:00
lindebugfs lindebugfs.c: Fix possible NULL dereference 2025-06-23 23:43:51 +02:00
linprocfs linprocfs: Continue on error when reading process limits 2025-07-26 11:12:38 -06:00
linsysfs linsysfs(5): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743 2023-08-18 13:12:02 +03:00
linux kern: start tracking cr_gid outside of cr_groups[] 2025-07-30 23:44:11 -05:00
linuxkpi LinuxKPI: pci: use unsigned int for vendor/device arguments 2025-07-31 17:37:54 +00:00
x86bios Deprecate contigfree(9) in favour of free(9) 2024-07-26 10:45:01 +00:00