From d7c6bfaf03d7b8aa6b71eaf3530e461e329b3392 Mon Sep 17 00:00:00 2001 From: Kazutaka YOKOTA Date: Fri, 6 Mar 1998 10:18:37 +0000 Subject: [PATCH] Delete obsolete TODO tasks for syscons. - Mouse support in syscons is already here with us. - Both syscons and pcvt use common keyboard code, kbdio. Fix typo. - VT switching is not invoked by ALT-TAB, but ALT-Fn. Reviewed by: sos --- handbook/submitters.sgml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/handbook/submitters.sgml b/handbook/submitters.sgml index 31852d1f84..eb3b603d0b 100644 --- a/handbook/submitters.sgml +++ b/handbook/submitters.sgml @@ -1,4 +1,4 @@ - + Contributing to FreeBSD @@ -84,9 +84,7 @@ our command queuing, but we need this anyway to for prioritized I/O using unit numbers. Merge EISA/PCI/ISA interrupt registration code. Split PCI/EISA/ISA probes out from drivers like bt742a.c (WIP) -Fix the syscons ALT-TAB/vt switching hangs. Coordinator: &a.sos -Mouse support for syscons. -Merged keyboard code for all console drivers. +Fix the syscons ALT-Fn/vt switching hangs. Coordinator: &a.sos Rewrite the Intel Etherexpress 16 driver. Merge the 3c509 and 3c590 drivers (essentially provide a PCI probe for ep.c).