Date: Tue, 2 Oct 2001 04:28:59 -0700 (PDT) From: Thomas Gellekum <tg@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/doscmd AsyncIO.c AsyncIO.h com.h config.c doscmd.c doscmd.h int.c int14.c signal.c timer.c trap.c tty.c video.c Message-ID: <200110021128.f92BSxO93354@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tg 2001/10/02 04:28:59 PDT
Modified files:
usr.bin/doscmd AsyncIO.c AsyncIO.h com.h config.c
doscmd.c doscmd.h int.c int14.c signal.c
timer.c trap.c tty.c video.c
Log:
- First shot at PIC emulation;
- better 8250 emulation;
- fake vertical retrace bit in Input Status #1 register
(this was lost in the VGA emu rewrite).
Submitted by: Igor Serikov <bt@turtle.pangeatech.com>
Revision Changes Path
1.7 +85 -171 src/usr.bin/doscmd/AsyncIO.c
1.4 +8 -12 src/usr.bin/doscmd/AsyncIO.h
1.4 +16 -45 src/usr.bin/doscmd/com.h
1.6 +3 -3 src/usr.bin/doscmd/config.c
1.22 +9 -7 src/usr.bin/doscmd/doscmd.c
1.13 +10 -12 src/usr.bin/doscmd/doscmd.h
1.5 +208 -96 src/usr.bin/doscmd/int.c
1.7 +371 -209 src/usr.bin/doscmd/int14.c
1.8 +2 -7 src/usr.bin/doscmd/signal.c
1.5 +3 -2 src/usr.bin/doscmd/timer.c
1.11 +4 -9 src/usr.bin/doscmd/trap.c
1.21 +29 -25 src/usr.bin/doscmd/tty.c
1.4 +5 -3 src/usr.bin/doscmd/video.c
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?200110021128.f92BSxO93354>
