diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-02-13 20:39:32 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-02-13 20:39:32 +0000 |
commit | db4af995199bc75869f43966710f40270e2e4aeb (patch) | |
tree | 1f2a4c4738d21b7bec674b8a1fefb7398c2a1ba5 /sys/conf | |
parent | 15606a6640acfb75f08cff43b29b5fe1eddd776b (diff) |
support secondary com@dino from todd@
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index c2d9380e7b9..a5e591f09e5 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.288 2004/01/07 21:30:59 markus Exp $ +# $OpenBSD: files,v 1.289 2004/02/13 20:39:31 mickey Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -254,7 +254,7 @@ file dev/ic/tropic.c tr # 8250/16[45]50-based "com" ports device com: tty -file dev/ic/com.c com & (com_isa | com_isapnp | com_commulti | com_pcmcia | com_pica | com_algor | com_gsc | com_puc | com_ebus) needs-flag +file dev/ic/com.c com & (com_isa | com_isapnp | com_commulti | com_pcmcia | com_pica | com_algor | com_gsc | com_puc | com_ebus | com_dino) needs-flag # PC-like keyboard controller device pckbc { [slot = -1] } |