ccp: add new IDsChange-Id: Id9b2512d9f3b44d6ea25cb939dfd3054fe07600aReviewed-on: https://review.haiku-os.org/c/haiku/+/7338Reviewed-by: waddlesplash <waddlesplash@gmail.com>
busses: remove unneeded PCI_x86.hChange-Id: Ia231eadc02856f68daa0184c12e7d54853ac9322Reviewed-on: https://review.haiku-os.org/c/haiku/+/6326Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
kernel: Drop non-standard GNU inline assignment syntax* We needed this previously due to our gcc2 compiled kernel.* Now that our kernel is always latest gcc, we can move to the c++20 syntax for
kernel: Drop non-standard GNU inline assignment syntax* We needed this previously due to our gcc2 compiled kernel.* Now that our kernel is always latest gcc, we can move to the c++20 syntax for inline assignment.* Improves compatibility with clang, less GNU-specific stuffChange-Id: Ib7272a0a52554a31e9a0e788fd3f031db9049795Reviewed-on: https://review.haiku-os.org/c/haiku/+/5898Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
show more ...
ccp: driver for the RNG part of CCP on AMDthe entropy source is read every second and pushed to the PRNG.the PCI device is tested, not the ACPI.Change-Id: I9bb6b21c7189b28a1d8a624d83b33ff6682152
ccp: driver for the RNG part of CCP on AMDthe entropy source is read every second and pushed to the PRNG.the PCI device is tested, not the ACPI.Change-Id: I9bb6b21c7189b28a1d8a624d83b33ff6682152dcReviewed-on: https://review.haiku-os.org/c/haiku/+/5825Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>