summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/files.i3863
-rw-r--r--sys/i386/conf/devices.i3863
-rw-r--r--sys/i386/conf/files.i3863
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 3afd994..93e073b 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.13 1993/10/09 23:59:13 rgrimes Exp $
+# $Id: files.i386,v 1.14 1993/10/10 16:25:13 rgrimes Exp $
#
i386/i386/autoconf.c standard device-driver
i386/i386/cons.c standard
@@ -32,6 +32,7 @@ i386/isa/if_ix.c optional ix device-driver
i386/isa/isa.c optional isa device-driver
i386/isa/lpa.c optional lpa device-driver
i386/isa/lpt.c optional lpt device-driver
+i386/isa/mcd.c optional mcd device-driver
i386/isa/mse.c optional mse device-driver
i386/isa/npx.c optional npx device-driver
i386/isa/syscons.c optional sc device-driver
diff --git a/sys/i386/conf/devices.i386 b/sys/i386/conf/devices.i386
index 0b7a642..b69698c 100644
--- a/sys/i386/conf/devices.i386
+++ b/sys/i386/conf/devices.i386
@@ -1,6 +1,6 @@
# This file tells what major numbers the various possible swap devices have.
#
-# $Id$
+# $Id: devices.i386,v 1.2 1993/08/21 22:20:50 rgrimes Exp $
#
wd 0
dk 1
@@ -9,3 +9,4 @@ wt 3
sd 4
st 5
cd 6
+mcd 7
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386
index 3afd994..93e073b 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.13 1993/10/09 23:59:13 rgrimes Exp $
+# $Id: files.i386,v 1.14 1993/10/10 16:25:13 rgrimes Exp $
#
i386/i386/autoconf.c standard device-driver
i386/i386/cons.c standard
@@ -32,6 +32,7 @@ i386/isa/if_ix.c optional ix device-driver
i386/isa/isa.c optional isa device-driver
i386/isa/lpa.c optional lpa device-driver
i386/isa/lpt.c optional lpt device-driver
+i386/isa/mcd.c optional mcd device-driver
i386/isa/mse.c optional mse device-driver
i386/isa/npx.c optional npx device-driver
i386/isa/syscons.c optional sc device-driver
OpenPOWER on IntegriCloud