Updated to remove local copies of the com and lpt driver now we use

the MI ones.
This commit is contained in:
mark 1997-10-16 18:38:55 +00:00
parent 0f1f684082
commit d75175b393
1 changed files with 2 additions and 4 deletions

View File

@ -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