From 72c64347c8c5d047b1898a58146dc4d2413ecce7 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 15 Jul 2007 20:11:13 +0000 Subject: 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. --- sys/arch/hppa/conf/files.hppa | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/arch/hppa/conf') 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 -- cgit v1.2.3