This commit is contained in:
martin 2023-07-29 11:44:09 +00:00
parent 9eba51c625
commit 7f27873a80
1 changed files with 36 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: CHANGES-9.4,v 1.1.2.80 2023/07/27 18:11:16 martin Exp $
# $NetBSD: CHANGES-9.4,v 1.1.2.81 2023/07/29 11:44:09 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@ -1671,3 +1671,38 @@ sys/arch/xen/xen/xen_clock.c 1.10,1.12
up, which could cause a hardclock() storm.
[bouyer, ticket #1668]
sys/arch/x86/include/specialreg.h 1.204-1.206, 1.208
(via patch)
- Add Intel CPUID 0x07 %ecx bit 24 BUS_LOCK_DETECT.
- Add AMD CPUID 0x80000008 %ebx bit 30 IBPB_RET and CPUID 0x8000000a
%edx bit 29 BusLockThreshold.
- Fix typo in comment.
[msaitoh, ticket #1669]
usr.sbin/cpuctl/arch/i386.c 1.137-1.139
(via patch)
- CPU model 0x5a is not Atom E3500 but Atom Z3500.
- Add Alder Lake-N.
[msaitoh, ticket #1670]
sys/dev/pci/pcidevs 1.1481-1.1482 (patch)
sys/dev/pci/pcidevs.h regen
sys/dev/pci/pcidevs_data.h regen
Add Intel Alder Lake-N, Raptor Lake and 700 series chipset devices.
[msaitoh, ticket #1671]
sys/dev/pci/ichsmb.c 1.83-1.84 (patch)
- Add support Intel 700 series chipset and Alder Lake-N devices.
- Use device_printf() instead of aprint_error_dev() in
ichsmb_i2c_exec().
[msaitoh, ticket #1672]
sys/arch/x86/x86/coretemp.c 1.38-1.39 (patch)
coretemp(4): change limits of Tjmax.
[msaitoh, ticket #1673]