diff options
author | Jake Freeland <jfree@FreeBSD.org> | 2025-09-04 02:42:48 +0000 |
---|---|---|
committer | Jake Freeland <jfree@FreeBSD.org> | 2025-09-04 02:42:48 +0000 |
commit | 4f6f4aacaf97f301e5c5646649a1217ca8099349 (patch) | |
tree | 391147fd865ba092471904b0d6a43ff8c1d74547 /sys/dev/mpr/(developers-only) | |
parent | 9404c479946c00b6ac94253d2037c47251dc606c (diff) |
Avoid future compatibility churn when adding new members to struct
pci_conf by introducing some padding.
An additional member, pc_reported_len, has also been added to report the
length of the valid portion of an encompassing pci_conf. This allows
users to verify that their definition of pci_conf matches the kernel's,
preventing the use of invalid data.
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D52313
Diffstat (limited to 'sys/dev/mpr/(developers-only)')
0 files changed, 0 insertions, 0 deletions