Module Name: src
Committed By: tsutsui
Date: Mon Jan 14 11:00:06 UTC 2013
Modified Files:
src/doc: CHANGES
Log Message:
Note hp300 sti(4) at sgc driver ported by kiyohara@ from OpenBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.1781 -r1.1782 src/doc/CHANGES
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
diff -u src/doc/CHANGES:1.1781 src/doc/CHANGES:1.1782
--- src/doc/CHANGES:1.1781 Mon Jan 14 02:17:45 2013
+++ src/doc/CHANGES Mon Jan 14 11:00:05 2013
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1781 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1782 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -171,6 +171,8 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
ported from FreeBSD. [skrll 20130109]
kernel: Add usmsc(4), a driver for SMSC LAN95xx USB LAN devices,
ported from OpenBSD. [skrll 20130109]
+ hp300: Add support for sti(4) framebuffer at sgc bus on some 425t.
+ Ported by kiyohara@ from OpenBSD. [tsutsui 20130111]
arm: kill userland FPA support, replace with VFP. [matt 20130111]
luna68k: Add netboot support. [tsutsui 20130113]
luna68k: Fix bootloader to make secondary SPC SCSI on LUNA-II work