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 genfb1, awindebe1, and awintcon1. T...
details: https://anonhg.NetBSD.org/src/rev/98f6fd716e56
branches: trunk
changeset: 341653:98f6fd716e56
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sun Nov 15 21:31:29 2015 +0000
description:
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.
diffstat:
sys/arch/evbarm/conf/CUBIEBOARD | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
diffs (48 lines):
diff -r 44e6449f20ec -r 98f6fd716e56 sys/arch/evbarm/conf/CUBIEBOARD
--- a/sys/arch/evbarm/conf/CUBIEBOARD Sun Nov 15 21:28:54 2015 +0000
+++ b/sys/arch/evbarm/conf/CUBIEBOARD Sun Nov 15 21:31:29 2015 +0000
@@ -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 @@
# 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 @@
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?
Home |
Main Index |
Thread Index |
Old Index