diff options
| author | martin <martin@NetBSD.org> | 2022-05-19 16:25:11 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2022-05-19 16:25:11 +0000 |
| commit | 5beb769b89d9044952e9149445a4fba9d20c82b4 (patch) | |
| tree | 9387fb4715126538b1b4875d7c777ea341177706 | |
| parent | 518ee032b03825f9267173caca9fa45c32a4160f (diff) | |
Ticket #1456
| -rw-r--r-- | doc/CHANGES-9.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/CHANGES-9.3 b/doc/CHANGES-9.3 index a77d3fd23e0..96974d9a916 100644 --- a/doc/CHANGES-9.3 +++ b/doc/CHANGES-9.3 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.3,v 1.1.2.95 2022/05/17 13:49:43 martin Exp $ +# $NetBSD: CHANGES-9.3,v 1.1.2.96 2022/05/19 16:25:11 martin Exp $ A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3 release: @@ -1669,3 +1669,8 @@ common/lib/libc/atomic/atomic_c11_compare_exchange_cas_32.c 1.5 Fix the copy&paste error in ticket #1451. [skrll, ticket #1453] +sys/dev/pci/if_bge.c 1.353 + + PR 56848: improve handling of bge(4) chips with ASF/IPMI firmware. + [buhrow, ticket #1456] + |
