Module Name: src
Committed By: bouyer
Date: Sun Nov 15 21:31:29 UTC 2015
Modified Files:
src/sys/arch/evbarm/conf: CUBIEBOARD
Log Message:
Add genfb1, awindebe1, and awintcon1. These will attach if the fex
script request them.
While there add USB HID, keyboard, mouse and touchscreen.
If you have a display you'll most proabbly want input devices too.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/evbarm/conf/CUBIEBOARD
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/conf/CUBIEBOARD
diff -u src/sys/arch/evbarm/conf/CUBIEBOARD:1.42 src/sys/arch/evbarm/conf/CUBIEBOARD:1.43
--- src/sys/arch/evbarm/conf/CUBIEBOARD:1.42 Sat Oct 17 15:30:14 2015
+++ src/sys/arch/evbarm/conf/CUBIEBOARD Sun Nov 15 21:31:29 2015
@@ -1,5 +1,5 @@
#
-# $NetBSD: CUBIEBOARD,v 1.42 2015/10/17 15:30:14 bouyer Exp $
+# $NetBSD: CUBIEBOARD,v 1.43 2015/11/15 21:31:29 bouyer Exp $
#
# CUBIEBOARD -- Allwinner A10/A20 Eval Board Kernel
#
@@ -130,12 +130,15 @@ audio1 at awinhdmiaudio0
# TCON
awintcon0 at awinio0 port 0
+awintcon1 at awinio0 port 1
# DE-BE
awindebe0 at awinio0 port 0
+awindebe1 at awinio0 port 1
# Framebuffer
genfb0 at awindebe0
+genfb1 at awindebe1
wsdisplay* at genfb?
options VCONS_DRAW_INTR
options WSEMUL_VT100
@@ -161,6 +164,21 @@ ehci* at awinusb?
usb* at ohci?
usb* at ehci?
+# USB HID device
+uhidev* at uhub? port ? configuration ? interface ?
+
+# USB Mice
+ums* at uhidev? reportid ?
+wsmouse* at ums? mux 0
+
+# USB generic touchscreen
+uts* at uhidev? reportid ?
+wsmouse* at uts? mux 0
+
+# USB Keyboards
+ukbd* at uhidev? reportid ?
+wskbd* at ukbd? console ? mux 1
+
# USB OTG
motg0 at awinio0
usb* at motg?