CVS commit: src/sys/dev/pci
"Rin Okuyama" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: rin Date: Thu Aug 13 07:14:49 UTC 2026 Modified Files: src/sys/dev/pci: pciconf.c Log Message: pciconf: Fix alignments of device memory and I/O resources Resources must be their-size-aligned. While here: - Switch *align variable from int to more suitable integer types. - Make some conditions clearer (NFC). To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/dev/pci/pciconf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.