diff options
| author | Nicolas Souchu <nsouch@FreeBSD.org> | 1998-09-04 06:06:55 +0000 |
|---|---|---|
| committer | Nicolas Souchu <nsouch@FreeBSD.org> | 1998-09-04 06:06:55 +0000 |
| commit | f25c58e005b2d1d49f46703389f500766a421eac (patch) | |
| tree | 2e6379d760a8fb07454e35183468e06a7c23ca40 | |
| parent | 5fd097d7cbdbaca0c2f9f64e141ca758c40bced3 (diff) | |
Notes
| -rw-r--r-- | sys/conf/files.i386 | 3 | ||||
| -rw-r--r-- | sys/i386/conf/files.i386 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index f9c3d6c10d5b..bccdc5bc5ce3 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.199 1998/07/20 20:00:30 msmith Exp $ +# $Id: files.i386,v 1.200 1998/08/04 21:44:09 brian Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -155,6 +155,7 @@ i386/isa/pcvt/pcvt_vtf.c optional vt device-driver i386/isa/pnp.c optional pnp device-driver i386/isa/prof_machdep.c optional profiling-routine i386/isa/ppc.c optional ppc device-driver +i386/isa/pcf.c optional pcf device-driver i386/isa/psm.c optional psm device-driver i386/isa/random_machdep.c standard i386/isa/rc.c optional rc device-driver diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index f9c3d6c10d5b..bccdc5bc5ce3 100644 --- a/sys/i386/conf/files.i386 +++ b/sys/i386/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.199 1998/07/20 20:00:30 msmith Exp $ +# $Id: files.i386,v 1.200 1998/08/04 21:44:09 brian Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -155,6 +155,7 @@ i386/isa/pcvt/pcvt_vtf.c optional vt device-driver i386/isa/pnp.c optional pnp device-driver i386/isa/prof_machdep.c optional profiling-routine i386/isa/ppc.c optional ppc device-driver +i386/isa/pcf.c optional pcf device-driver i386/isa/psm.c optional psm device-driver i386/isa/random_machdep.c standard i386/isa/rc.c optional rc device-driver |
