Change needs-count' to
needs-flag'.
This commit is contained in:
parent
e1315808a7
commit
4c28b7cb87
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.i386.newconf,v 1.53 1995/04/19 02:54:12 cgd Exp $
|
||||
# $NetBSD: files.i386.newconf,v 1.54 1995/04/19 19:02:54 mycroft Exp $
|
||||
#
|
||||
# new style config file for i386 architecture
|
||||
#
|
||||
@ -71,16 +71,16 @@ file arch/i386/isa/npx.c npx needs-flag
|
||||
|
||||
# PC console support a la "pccons"
|
||||
device pc at isa: tty
|
||||
file arch/i386/isa/pccons.c pc needs-count
|
||||
file arch/i386/isa/pccons.c pc needs-flag
|
||||
|
||||
# PC console support a la "pcvt"
|
||||
device vt at isa: tty
|
||||
file arch/i386/isa/pcvt/pcvt_drv.c vt needs-count
|
||||
file arch/i386/isa/pcvt/pcvt_ext.c vt needs-count
|
||||
file arch/i386/isa/pcvt/pcvt_kbd.c vt needs-count
|
||||
file arch/i386/isa/pcvt/pcvt_out.c vt needs-count
|
||||
file arch/i386/isa/pcvt/pcvt_sup.c vt needs-count
|
||||
file arch/i386/isa/pcvt/pcvt_vtf.c vt needs-count
|
||||
file arch/i386/isa/pcvt/pcvt_drv.c vt needs-flag
|
||||
file arch/i386/isa/pcvt/pcvt_ext.c vt needs-flag
|
||||
file arch/i386/isa/pcvt/pcvt_kbd.c vt needs-flag
|
||||
file arch/i386/isa/pcvt/pcvt_out.c vt needs-flag
|
||||
file arch/i386/isa/pcvt/pcvt_sup.c vt needs-flag
|
||||
file arch/i386/isa/pcvt/pcvt_vtf.c vt needs-flag
|
||||
|
||||
# PC Mice; Logitech-style, Microsoft-style, and PS/2-style
|
||||
device lms at isa
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.isa,v 1.4 1995/04/19 02:11:10 mycroft Exp $
|
||||
# $NetBSD: files.isa,v 1.5 1995/04/19 19:03:43 mycroft Exp $
|
||||
#
|
||||
# Config.new file and device description for machine-independent ISA code.
|
||||
# Included by ports that need it. Requires that the SCSI files be
|
||||
@ -45,7 +45,7 @@ file dev/isa/rtfps.c rtfps
|
||||
|
||||
# 8250/16[45]50-based "com" ports
|
||||
device com at isa, commulti: tty
|
||||
file dev/isa/com.c com needs-count
|
||||
file dev/isa/com.c com needs-flag
|
||||
|
||||
# Cyclades Cyclom multiport serial cards
|
||||
# XXX currently broken
|
||||
|
Loading…
Reference in New Issue
Block a user