Add support for mitsumi cd rom driver from Holger Viet, as fixed up by
authorRod Grimes <rgrimes@FreeBSD.org>
Mon, 11 Oct 1993 06:19:40 +0000 (06:19 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Mon, 11 Oct 1993 06:19:40 +0000 (06:19 +0000)
Gary Clark II.

sys/i386/conf/devices.i386
sys/i386/conf/files.i386

index 0b7a642..b69698c 100644 (file)
@@ -1,6 +1,6 @@
 # This file tells what major numbers the various possible swap devices have.
 #
 # 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
 #
 wd     0
 dk     1
@@ -9,3 +9,4 @@ wt      3
 sd     4
 st     5
 cd     6
 sd     4
 st     5
 cd     6
+mcd    7
index 3afd994..93e073b 100644 (file)
@@ -1,7 +1,7 @@
 # This file tells config what files go into building a kernel,
 # files marked standard are always included.
 #
 # 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
 #
 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/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
 i386/isa/mse.c                 optional        mse     device-driver
 i386/isa/npx.c                 optional        npx     device-driver
 i386/isa/syscons.c             optional        sc      device-driver