diff options
author | 2007-03-19 14:14:48 +0000 | |
---|---|---|
committer | 2007-03-19 14:14:48 +0000 | |
commit | 49f6b48cd5ecc471df79391ace992fed3d570b63 (patch) | |
tree | ef60f18f0d1688b7dedb618a1c2209d026926cde | |
parent | Not only did I break RAMDISK, I also left a debugging printf. (diff) | |
download | wireguard-openbsd-49f6b48cd5ecc471df79391ace992fed3d570b63.tar.xz wireguard-openbsd-49f6b48cd5ecc471df79391ace992fed3d570b63.zip |
luna88k LCD device is now user-controllable by lcd(4).
ok miod@
-rw-r--r-- | distrib/notes/luna88k/hardware | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/notes/luna88k/hardware b/distrib/notes/luna88k/hardware index de0dd7ea770..85d94468eac 100644 --- a/distrib/notes/luna88k/hardware +++ b/distrib/notes/luna88k/hardware @@ -1,4 +1,4 @@ -dnl $OpenBSD: hardware,v 1.2 2004/08/30 20:44:49 miod Exp $ +dnl $OpenBSD: hardware,v 1.3 2007/03/19 14:14:48 aoyama Exp $ OpenBSD/MACHINE OSREV runs on the OMRON Luna-88K workstations family. The minimal configuration requires 16MB of RAM and ~250MB of disk space. @@ -10,7 +10,7 @@ Supported devices: On-board console serial port (siotty) On-board LANCE Ethernet interface (le) On-board SCSI controllers (spc) - LCD display on front panel (not user-controllable) + LCD display on front panel (lcd) Keyboard, mouse and frame buffer (suitable as a console too) Devices not listed above are not supported by this release. |