Thu Aug 17 01:30:57 2017 UTC ()
 Add C3000 support into ichsmb(4) and ismt(4).


(msaitoh)
diff -r1.2304 -r1.2305 src/doc/CHANGES

cvs diff -r1.2304 -r1.2305 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2017/08/15 10:27:59 1.2304
+++ src/doc/CHANGES 2017/08/17 01:30:57 1.2305
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2304 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2305 $>
2# 2#
3# 3#
4# [Note: This file does not mention every change made to the NetBSD source tree. 4# [Note: This file does not mention every change made to the NetBSD source tree.
5# For an exhaustive list, please subscribe to the `source-changes' mailing list, 5# For an exhaustive list, please subscribe to the `source-changes' mailing list,
6# or see the mailing list archives. For more information, send a message 6# or see the mailing list archives. For more information, send a message
7# containing just the word `help' to `majordomo@NetBSD.org'.] 7# containing just the word `help' to `majordomo@NetBSD.org'.]
8# 8#
9# ---------------------------------------------------------------------------- 9# ----------------------------------------------------------------------------
10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS: 10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
11# 11#
12# theme: Content ... 12# theme: Content ...
13# more content ... 13# more content ...
14# more content. [developer DATE-FORMAT] 14# more content. [developer DATE-FORMAT]
@@ -38,13 +38,15 @@ Changes from NetBSD 8.0 to NetBSD 9.0: @@ -38,13 +38,15 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
38 sunxiemac(4): Add support for Allwinner Gigabit Ethernet (EMAC). 38 sunxiemac(4): Add support for Allwinner Gigabit Ethernet (EMAC).
39 [jmcneill 20170701] 39 [jmcneill 20170701]
40 wbsio(4): Add support for Winbond W83627DHG-P, W83627SF, W83627UHG, 40 wbsio(4): Add support for Winbond W83627DHG-P, W83627SF, W83627UHG,
41 W83667HGB, W83687THF, W83697UG, Nuvoton NCT5104D, NCT6775, 41 W83667HGB, W83687THF, W83697UG, Nuvoton NCT5104D, NCT6775,
42 NCT6779, NCT6791, NCT6792 and NCT6793. [msaitoh 20170707] 42 NCT6779, NCT6791, NCT6792 and NCT6793. [msaitoh 20170707]
43 arm: Add support for Allwinner A83T SoC. [jmcneill 20170707] 43 arm: Add support for Allwinner A83T SoC. [jmcneill 20170707]
44 MAKEDEV(8): Regenerate, documenting lua, dk, plcom, wmcom, hdmicec, mfi, 44 MAKEDEV(8): Regenerate, documenting lua, dk, plcom, wmcom, hdmicec, mfi,
45 nvme, nvme ns, tpm, and dtrace devices. [sevan 20170710] 45 nvme, nvme ns, tpm, and dtrace devices. [sevan 20170710]
46 wbsio(4): Add support for NCT6795. [msaitoh 20170711] 46 wbsio(4): Add support for NCT6795. [msaitoh 20170711]
47 lm(4): Add support for NCT5174D, NCT6775F, NCT6779D and NCT679[1235]D. 47 lm(4): Add support for NCT5174D, NCT6775F, NCT6779D and NCT679[1235]D.
48 [msaitoh 20170711] 48 [msaitoh 20170711]
49 arm: Add support for NVIDIA Tegra X1 SoC. [jmcneill 20170720] 49 arm: Add support for NVIDIA Tegra X1 SoC. [jmcneill 20170720]
50 evbmips: Merge sbmips port into evbmips. [mrg 20170815] 50 evbmips: Merge sbmips port into evbmips. [mrg 20170815]
 51 ichsmb(4): Add support for Intel C3000. [msaitoh 20170817]
 52 ismt(4): Add support for Intel C3000. [msaitoh 20170817]