]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add dumb console driver and related bits.
authorsimokawa <simokawa@FreeBSD.org>
Fri, 24 Oct 2003 15:44:10 +0000 (15:44 +0000)
committersimokawa <simokawa@FreeBSD.org>
Fri, 24 Oct 2003 15:44:10 +0000 (15:44 +0000)
commitc96f6e4f1d827076592526a3f1f3e7887a9732a4
tree2bed02c82f165be07e877314c53ec276a84990ec
parent7248844c9b0757577411885916b1314dfedc3cae
Add dumb console driver and related bits.

dcons(4): very simple console and gdb port driver
dcons_crom(4): FireWire attachment
dconschat(8): User interface to dcons

Tested with: i386, i386-PAE, and sparc64.
21 files changed:
etc/etc.alpha/ttys
etc/etc.amd64/ttys
etc/etc.i386/ttys
etc/etc.ia64/ttys
etc/etc.sparc64/ttys
share/man/man4/Makefile
share/man/man4/dcons.4 [new file with mode: 0644]
share/man/man4/dcons_crom.4 [new file with mode: 0644]
sys/conf/NOTES
sys/conf/files
sys/conf/options
sys/dev/dcons/dcons.c [new file with mode: 0644]
sys/dev/dcons/dcons.h [new file with mode: 0644]
sys/dev/dcons/dcons_crom.c [new file with mode: 0644]
sys/modules/Makefile
sys/modules/dcons/Makefile [new file with mode: 0644]
sys/modules/dcons_crom/Makefile [new file with mode: 0644]
usr.sbin/Makefile
usr.sbin/dconschat/Makefile [new file with mode: 0644]
usr.sbin/dconschat/dconschat.8 [new file with mode: 0644]
usr.sbin/dconschat/dconschat.c [new file with mode: 0644]