From d75175b393c6df65eeda5e4ed0f568249563f0db Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 16 Oct 1997 18:38:55 +0000 Subject: [PATCH] Updated to remove local copies of the com and lpt driver now we use the MI ones. --- sys/arch/arm32/conf/files.arm32 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/arch/arm32/conf/files.arm32 b/sys/arch/arm32/conf/files.arm32 index c225d4f3e9bd..00de66934c7c 100644 --- a/sys/arch/arm32/conf/files.arm32 +++ b/sys/arch/arm32/conf/files.arm32 @@ -41,16 +41,14 @@ file arch/arm32/mainbus/fd.c fdc needs-flag major {fd = 17} # Standard parallel driver -device lpt: tty -file arch/arm32/dev/lpt.c lpt needs-flag +device lpt +file dev/ic/lpt.c lpt needs-flag major {lpt = 8} attach lpt at pioc with lpt_pioc file arch/arm32/mainbus/lpt_pioc.c lpt_pioc # Standard serial driver -device com: tty -file arch/arm32/dev/com.c com needs-flag major {com = 12} attach com at pioc with com_pioc