Module Name: src
Committed By: snj
Date: Tue Aug 2 15:44:56 UTC 2022
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
1754
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.140 -r1.1.2.141 src/doc/CHANGES-8.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.140 src/doc/CHANGES-8.3:1.1.2.141
--- src/doc/CHANGES-8.3:1.1.2.140 Mon Aug 1 09:38:58 2022
+++ src/doc/CHANGES-8.3 Tue Aug 2 15:44:56 2022
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.140 2022/08/01 09:38:58 martin Exp $
+ $NetBSD: CHANGES-8.3,v 1.1.2.141 2022/08/02 15:44:56 snj Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -2719,3 +2719,19 @@ sys/dev/usb/uslsa.c 1.32
uslsa(4): PR 56946: fix baud rate setting on big endian machines
[rin, ticket #1753]
+sys/dev/pci/pcidevs 1.1445-1.1460 via patch
+sys/dev/pci/pcidevs.h regen
+sys/dev/pci/pcidevs_data.h regen
+
+ Update pcidevs:
+ - Add Intel Alder Lake devices and Intel 600 Series PCH devices.
+ - Add some Intel Xeon Scalable / Skylake-E devices.
+ - Fix AMD F16_HB from 0x1568 to 0x1538.
+ - Add some devices for AMD and improve some descriptions to clarify.
+ - Add VMware AHCI and NVMe.
+ - Update Intel 700 series Ethernet devices.
+ - Add some Broadcom devices.
+ - Add some Broadcom / LSI RAID cards.
+ - Fix typos and whitespace.
+ [msaitoh, ticket #1754]
+