diff options
author | jkh <jkh@FreeBSD.org> | 1994-02-06 22:11:00 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-02-06 22:11:00 +0000 |
commit | e8b6460e300ab7d33f438b38b77ab8b54c6a21a9 (patch) | |
tree | 642f5fd0104425a5dffcfa3903ee4e1173c9b871 /sys/conf | |
parent | d1434da5b38439bb58c2b91d38a7468a13e97387 (diff) | |
download | FreeBSD-src-e8b6460e300ab7d33f438b38b77ab8b54c6a21a9.zip FreeBSD-src-e8b6460e300ab7d33f438b38b77ab8b54c6a21a9.tar.gz |
Patches to allow the pcvt port to simply "drop in" with a minimum of
effort.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files.i386 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index e01d38d..9906d4c 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $Id: files.i386,v 1.22 1994/01/09 13:30:50 ats Exp $ +# $Id: files.i386,v 1.23 1994/01/16 12:01:34 ats Exp $ # i386/i386/autoconf.c standard device-driver i386/i386/cons.c standard @@ -69,3 +69,9 @@ i386/isa/tw.c optional tw device-driver i386/isa/ultra14f.c optional uha device-driver i386/isa/wd.c optional wd device-driver i386/isa/wt.c optional wt device-driver +i386/isa/pcvt/pcvt_drv.c optional vt device-driver +i386/isa/pcvt/pcvt_sup.c optional vt device-driver +i386/isa/pcvt/pcvt_out.c optional vt device-driver +i386/isa/pcvt/pcvt_kbd.c optional vt device-driver +i386/isa/pcvt/pcvt_vtf.c optional vt device-driver +i386/isa/pcvt/pcvt_ext.c optional vt device-driver |