summaryrefslogtreecommitdiff
path: root/sys/arch/zaurus/conf
diff options
context:
space:
mode:
authorUwe Stuehler <uwe@cvs.openbsd.org>2005-11-17 05:26:32 +0000
committerUwe Stuehler <uwe@cvs.openbsd.org>2005-11-17 05:26:32 +0000
commitaa4c7411b799ccebf28303ee57375d9267e4371d (patch)
tree8da454bb4c78c26cc6e559671cded225f7b74d78 /sys/arch/zaurus/conf
parent6d4fe888f197dfe30c3a837e6543d8ce015c6d72 (diff)
Sharp CE-RH2 remote control driver
Diffstat (limited to 'sys/arch/zaurus/conf')
-rw-r--r--sys/arch/zaurus/conf/GENERIC8
-rw-r--r--sys/arch/zaurus/conf/files.zaurus7
2 files changed, 11 insertions, 4 deletions
diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC
index 9f4a95a5acc..88724956786 100644
--- a/sys/arch/zaurus/conf/GENERIC
+++ b/sys/arch/zaurus/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.44 2005/08/28 05:30:43 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.45 2005/11/17 05:26:31 uwe Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -184,8 +184,10 @@ wsdisplay* at lcd? console ?
zssp0 at pxaip? # ADC, touch screen, backlight
apm0 at pxaip? # APM emulation
-zaudio0 at pxaip? # Zaurus I2S/I2C sound
-audio* at zaudio?
+zaudio0 at pxaip? # Zaurus I2S/I2C sound
+audio* at zaudio?
+zrc0 at pxaip? # Zaurus remote control
+wskbd* at zrc? mux 1
# Pseudo-Devices
pseudo-device wsmux 2 # mouse & keyboard multiplexor
diff --git a/sys/arch/zaurus/conf/files.zaurus b/sys/arch/zaurus/conf/files.zaurus
index 5257b66812a..56a37e31367 100644
--- a/sys/arch/zaurus/conf/files.zaurus
+++ b/sys/arch/zaurus/conf/files.zaurus
@@ -1,4 +1,4 @@
-# $OpenBSD: files.zaurus,v 1.20 2005/07/01 23:51:55 uwe Exp $
+# $OpenBSD: files.zaurus,v 1.21 2005/11/17 05:26:31 uwe Exp $
#
# First try for arm-specific configuration info
#
@@ -61,6 +61,11 @@ device zaudio: audio, auconv, mulaw, i2s, i2c
attach zaudio at pxaip
file arch/zaurus/dev/zaurus_audio.c zaudio
+# Zaurus remote control
+device zrc: wskbddev
+attach zrc at pxaip
+file arch/zaurus/dev/zaurus_remote.c zrc
+
#
# Machine-independent ATA drivers
#