Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf add amlogicrng, add commented-out genfb...



details:   https://anonhg.NetBSD.org/src/rev/1c24aec4b4e2
branches:  trunk
changeset: 336617:1c24aec4b4e2
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Mar 07 21:35:10 2015 +0000

description:
add amlogicrng, add commented-out genfb placeholder

diffstat:

 sys/arch/evbarm/conf/ODROID-C1 |  20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r a54553f05ac3 -r 1c24aec4b4e2 sys/arch/evbarm/conf/ODROID-C1
--- a/sys/arch/evbarm/conf/ODROID-C1    Sat Mar 07 21:34:25 2015 +0000
+++ b/sys/arch/evbarm/conf/ODROID-C1    Sat Mar 07 21:35:10 2015 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: ODROID-C1,v 1.6 2015/03/04 12:36:12 jmcneill Exp $
+#      $NetBSD: ODROID-C1,v 1.7 2015/03/07 21:35:10 jmcneill Exp $
 #
 #      Odroid-C1 (Amlogic S805) based SBC (Single Board Computer)
 #
@@ -175,6 +175,24 @@
 amlogiccom0    at amlogicio0 port 0
 options        CONSADDR=0xc81004c0, CONSPEED=115200
 
+# Framebuffer
+#genfb0                at amlogicio0
+#wsdisplay*    at genfb?
+#options       VCONS_DRAW_INTR
+#options       WSEMUL_VT100
+#options       WS_DEFAULT_FG=WSCOL_WHITE
+#options       WS_DEFAULT_BG=WSCOL_BLACK
+#options       WS_KERNEL_FG=WSCOL_GREEN
+#options       WS_KERNEL_BG=WSCOL_BLACK
+#options       WSDISPLAY_COMPAT_PCVT
+#options       WSDISPLAY_COMPAT_SYSCONS
+#options       WSDISPLAY_COMPAT_USL
+#options       WSDISPLAY_COMPAT_RAWKBD
+#options       WSDISPLAY_DEFAULTSCREENS=4
+
+# Hardware random number generator
+amlogicrng0    at amlogicio0
+
 # Gigabit ethernet
 awge0          at amlogicio0
 rgephy*                at mii? phy ?



Home | Main Index | Thread Index | Old Index