diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2002-06-17 23:10:57 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2002-06-17 23:10:57 +0000 |
commit | 45c192c6b8db8553d2bf9fca747f42c09d6c0865 (patch) | |
tree | 882414b07feb4f00342b83ea4ba23d3bc17d59a1 /sys/arch/i386/conf | |
parent | d665c5ffe8a41e59934d68ce804a2ef6bfc1c601 (diff) |
remove old pccons console driver. Not used anymore and not maintained.
ok millert@, miod@.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 3ee4b0ffaa6..1dbc3ab3805 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.95 2002/03/23 14:14:25 deraadt Exp $ +# $OpenBSD: files.i386,v 1.96 2002/06/17 23:10:56 matthieu Exp $ # $NetBSD: files.i386,v 1.73 1996/05/07 00:58:36 thorpej Exp $ # # new style config file for i386 architecture @@ -137,13 +137,6 @@ attach pccom at isa with pccom_isa attach pccom at commulti with pccom_commulti file arch/i386/isa/pccom.c pccom & (pccom_isa | pccom_isapnp | pccom_commulti | pccom_pcmcia | pccom_cardbus | pccom_puc) needs-flag -# PC console support a la "pccons" -device pc: tty, pckbcport -attach pc at isa -device pcconskbd -attach pcconskbd at pckbc -file arch/i386/isa/pccons.c pc | pcconskbd needs-flag - # PC Mice; Logitech-style, Microsoft-style, and PS/2-style device lms: wsmousedev attach lms at isa |