From owner-freebsd-questions Tue Dec 9 23:23:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA24298 for questions-outgoing; Tue, 9 Dec 1997 23:23:12 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from mail.calweb.com (mail.calweb.com [208.131.56.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA24285 for ; Tue, 9 Dec 1997 23:23:10 -0800 (PST) (envelope-from dlangley@calweb.com) Received: by mail.calweb.com (8.8.6/8.8.6) with SMTP id XAA12342 for ; Tue, 9 Dec 1997 23:23:08 -0800 (PST) X-SMTP: helo ip74.dlangley.calweb.com from dlangley@calweb.com server @dlangley.calweb.com ip 207.173.132.217 user=Plangley Message-Id: <3.0.5.32.19971209232226.00884580@pop.calweb.com> X-Sender: dlangley@pop.calweb.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Tue, 09 Dec 1997 23:22:26 -0800 To: freebsd-questions@freebsd.org From: Doug Langley Subject: a question about virtual consoles under FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am attempting to get some speach and braille software for the blind working under freebsd. All of the software accesses the /dev/vcsa0 device under linux. Apparently the vcsa device contains the memory of the VC. What device would I use under Freebsd to access the memory of the VC's? Thanks.