Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Nov 1998 19:36:45 +0900
From:      Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
To:        Doug Rabson <dfr@nlsystems.com>
Cc:        Mike Smith <mike@smith.net.au>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Peter Wemm <peter@netplex.com.au>, sos@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp
Subject:   Re: cvs commit: src/sys/modules/syscons saver.h ... 
Message-ID:  <199811041036.TAA28358@zodiac.mech.utsunomiya-u.ac.jp>
In-Reply-To: Your message of "Wed, 04 Nov 1998 10:24:33 GMT." <Pine.BSF.4.01.9811041022080.19324-100000@herring.nlsystems.com> 
References:  <Pine.BSF.4.01.9811041022080.19324-100000@herring.nlsystems.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
>If we can isolate the particular calling conventions of scprobe and
>scattach then it should be possible to have all the common code in
>sys/dev/syscons with just attachment hooks in sys/${MACHINE}/isa or
>whatever.  As the USB work continues, we should try to isolate the
>keyboard and mouse handling code too.

syscons does not directly access mouse. It is moused which is reading
from the mouse and feeding data to syscons.

syscons is not reading from the keyboard port directly either.
Keyboard I/O is handled in the kbdio module.  We should extend it when
we are to introduce USB support.

Kazu


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811041036.TAA28358>