]> git.neil.brown.name Git - history.git/commit
Renames console.c and vt.c. The idea is to break these massive files into smaller...
authorJames Simmons <jsimmons@maxwell.earthlink.net>
Tue, 17 Sep 2002 04:27:46 +0000 (21:27 -0700)
committerJames Simmons <jsimmons@maxwell.earthlink.net>
Tue, 17 Sep 2002 04:27:46 +0000 (21:27 -0700)
commitce9f211731afdad36222970909dfbb8d20d484b7
treed10eff6f79b42859cd44a82402edabd2fe0051c3
parentb569f2bcbb0ab7475f28580b48e0b9fbcc2770e4
Renames console.c and vt.c. The idea is to break these massive files into smaller ones. The main goal is to move all the high end tterminal emulation into one file. This way we can have a light weight printk without the extra weight. nice for embedded systems.
drivers/char/Makefile
drivers/char/console.c [deleted file]
drivers/char/vt.c
drivers/char/vt_ioctl.c [new file with mode: 0644]