Wed Oct 12 03:27:00 2016 UTC ()
Add support for Realtek 8192EU.


(nat)
diff -r1.2196 -r1.2197 src/doc/CHANGES

cvs diff -r1.2196 -r1.2197 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2016/10/09 09:25:26 1.2196
+++ src/doc/CHANGES 2016/10/12 03:27:00 1.2197
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2196 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2197 $>
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]
@@ -371,13 +371,14 @@ Changes from NetBSD 7.0 to NetBSD 8.0: @@ -371,13 +371,14 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
371 c11: Import cc(1) wrapper for C11. [kamil 20161003] 371 c11: Import cc(1) wrapper for C11. [kamil 20161003]
372 libc: Add the C11 static_assert macro in <assert.h>. [kamil 20161003] 372 libc: Add the C11 static_assert macro in <assert.h>. [kamil 20161003]
373 mntva(4): Add driver for MNTMN VA2000 FPGA-based graphics card for 373 mntva(4): Add driver for MNTMN VA2000 FPGA-based graphics card for
374 Amiga computers with Zorro slot. Supports accelerated wsdisplay 374 Amiga computers with Zorro slot. Supports accelerated wsdisplay
375 console and wsfb-based X11. [rkujawa 20161003] 375 console and wsfb-based X11. [rkujawa 20161003]
376 libc: Add the timespec_get function and TIME_UTC definition in the 376 libc: Add the timespec_get function and TIME_UTC definition in the
377 <time.h> header. Enable unconditionally the timespec struct 377 <time.h> header. Enable unconditionally the timespec struct
378 definition in <time.h>. Changes conform to the C11 standard. 378 definition in <time.h>. Changes conform to the C11 standard.
379 [kamil 20161004] 379 [kamil 20161004]
380 bind: Import version 9.10.4-P3. [christos 20161004] 380 bind: Import version 9.10.4-P3. [christos 20161004]
381 mips: Add support for MediaTek MT7628 SoC [ryo 20161006] 381 mips: Add support for MediaTek MT7628 SoC [ryo 20161006]
382 libc: Update to tzcode2016g. [christos 20161007] 382 libc: Update to tzcode2016g. [christos 20161007]
383 dhcpcd(8): Import dhcpcd-6.11.4 [roy 20161009] 383 dhcpcd(8): Import dhcpcd-6.11.4 [roy 20161009]
 384 urtwn(4): Add support for Realtek 8192EU [nat 20161012]