Sun Jul 31 20:33:06 2011 UTC ()
Note ralink support.


(matt)
diff -r1.1584 -r1.1585 src/doc/CHANGES

cvs diff -r1.1584 -r1.1585 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2011/07/31 13:43:16 1.1584
+++ src/doc/CHANGES 2011/07/31 20:33:05 1.1585
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1584 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1585 $>
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]
@@ -1073,14 +1073,16 @@ Changes from NetBSD 5.0 to NetBSD 6.0: @@ -1073,14 +1073,16 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
1073 now LUNA's firmware can load -current kernels directly 1073 now LUNA's firmware can load -current kernels directly
1074 after almost a decade since luna68k was switched to using 1074 after almost a decade since luna68k was switched to using
1075 ELF format by default. [tsutsui 20110716] 1075 ELF format by default. [tsutsui 20110716]
1076 luna68k: Fix stride handling in bus_space(9) multi and region ops 1076 luna68k: Fix stride handling in bus_space(9) multi and region ops
1077 to make spc(4) SCSI work properly. [tsutsui 20110716] 1077 to make spc(4) SCSI work properly. [tsutsui 20110716]
1078 luna68k: Use the original OMRON font derived from 4.4BSD-Lite/luna68k 1078 luna68k: Use the original OMRON font derived from 4.4BSD-Lite/luna68k
1079 rather than gallant19 which is used on Sun workstations. 1079 rather than gallant19 which is used on Sun workstations.
1080 [tsutsui 20110716] 1080 [tsutsui 20110716]
1081 luna68k: Build a ramdisk based INSTALL kernel with sysinst(8). 1081 luna68k: Build a ramdisk based INSTALL kernel with sysinst(8).
1082 [tsutsui 20110716] 1082 [tsutsui 20110716]
1083 urndis(4): Add driver for Microsoft RNDIS-based USB networking devices, 1083 urndis(4): Add driver for Microsoft RNDIS-based USB networking devices,
1084 such as Android-based phones. From OpenBSD. [jakllsch 20110720] 1084 such as Android-based phones. From OpenBSD. [jakllsch 20110720]
1085 openssh: Import 5.8. [christos 20110724] 1085 openssh: Import 5.8. [christos 20110724]
 1086 mips: Add support for ralink RT3883 SoC from CradlePoint Technologies.
 1087 [matt 20110729]
1086 postfix(1): Import version 2.8.4 [tron 20110731] 1088 postfix(1): Import version 2.8.4 [tron 20110731]