add amlogicrng, add commented-out genfb placeholder
This commit is contained in:
parent
5bf1fbe498
commit
183112512a
|
@ -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)
|
# Odroid-C1 (Amlogic S805) based SBC (Single Board Computer)
|
||||||
#
|
#
|
||||||
|
@ -175,6 +175,24 @@ amlogicio0 at mainbus?
|
||||||
amlogiccom0 at amlogicio0 port 0
|
amlogiccom0 at amlogicio0 port 0
|
||||||
options CONSADDR=0xc81004c0, CONSPEED=115200
|
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
|
# Gigabit ethernet
|
||||||
awge0 at amlogicio0
|
awge0 at amlogicio0
|
||||||
rgephy* at mii? phy ?
|
rgephy* at mii? phy ?
|
||||||
|
|
Loading…
Reference in New Issue