From 460346376e25ff35016de8f8776fadabc3864575 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Mon, 11 Oct 1993 06:19:40 +0000 Subject: [PATCH] Add support for mitsumi cd rom driver from Holger Viet, as fixed up by Gary Clark II. --- sys/conf/files.i386 | 3 ++- sys/i386/conf/devices.i386 | 3 ++- sys/i386/conf/files.i386 | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 3afd994f9f31..93e073b142c5 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 0b7a642b69d7..b69698ce00a9 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 3afd994f9f31..93e073b142c5 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