summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/conf
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2007-07-15 20:11:13 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2007-07-15 20:11:13 +0000
commit72c64347c8c5d047b1898a58146dc4d2413ecce7 (patch)
treea20261e2e4776459d86edfb93d945597d98846de /sys/arch/hppa/conf
parent56b79b7e018a49dc360b1b3f1c632592a71e12f1 (diff)
lcd(4); a driver for the front panel LCD display found on the four-digit
B/C/J-class workstations, and many server systems. This is still work in progress; for now it only displays that the machine is running OpenBSD. Not enabled yet.
Diffstat (limited to 'sys/arch/hppa/conf')
-rw-r--r--sys/arch/hppa/conf/files.hppa6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa
index aa2dc90202d..25585478f21 100644
--- a/sys/arch/hppa/conf/files.hppa
+++ b/sys/arch/hppa/conf/files.hppa
@@ -1,4 +1,4 @@
-# $OpenBSD: files.hppa,v 1.70 2007/07/15 19:25:49 kettenis Exp $
+# $OpenBSD: files.hppa,v 1.71 2007/07/15 20:11:12 kettenis Exp $
#
# hppa-specific configuration info
@@ -105,6 +105,10 @@ device power
attach power at gedoens
file arch/hppa/dev/power.c power needs-flag
+device lcd
+attach lcd at gedoens
+file arch/hppa/dev/lcd.c lcd needs-flag
+
device mem
attach mem at gedoens
file arch/hppa/dev/mem.c mem