Add support for mitsumi cd rom driver from Holger Viet, as fixed up by
Gary Clark II.
This commit is contained in:
parent
0e08d66ab8
commit
460346376e
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user