From 8c2f8d06537c619040f1b7c1a87ab71012067eba Mon Sep 17 00:00:00 2001 From: Andreas Schulz Date: Mon, 26 Dec 1994 01:06:41 +0000 Subject: [PATCH] Correct the devices.i386 for the major numbers. 8 was already used now by the lkm driver, so put scd and pcd to the numbers they have now in i386/conf.c. Add the pcd.c file for the panasonic driver in files.i386. --- sys/conf/files.i386 | 3 ++- sys/i386/conf/devices.i386 | 5 +++-- sys/i386/conf/files.i386 | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index b6b9525a5852..6a05b5fa3170 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.65 1994/12/11 23:39:01 bde Exp $ +# $Id: files.i386,v 1.66 1994/12/17 08:06:03 jkh Exp $ # i386/apm/apm.c optional apm device-driver i386/apm/apm_setup.s optional apm @@ -79,6 +79,7 @@ i386/isa/pas.c optional pas device-driver i386/isa/readMBR.c standard i386/isa/syscons.c optional sc device-driver i386/isa/pcaudio.c optional pca device-driver +i386/isa/pcd.c optional pcd device-driver i386/isa/psm.c optional psm device-driver i386/isa/sb.c optional sb device-driver i386/isa/scd.c optional scd device-driver diff --git a/sys/i386/conf/devices.i386 b/sys/i386/conf/devices.i386 index 11ecc8570938..d64359e5e120 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: devices.i386,v 1.6 1994/03/21 20:48:49 ats Exp $ +# $Id: devices.i386,v 1.7 1994/12/04 22:36:50 phk Exp $ # wd 0 dk 1 @@ -10,5 +10,6 @@ sd 4 st 5 cd 6 mcd 7 -scd 8 vn 15 +scd 16 +pcd 17 diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386 index b6b9525a5852..6a05b5fa3170 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.65 1994/12/11 23:39:01 bde Exp $ +# $Id: files.i386,v 1.66 1994/12/17 08:06:03 jkh Exp $ # i386/apm/apm.c optional apm device-driver i386/apm/apm_setup.s optional apm @@ -79,6 +79,7 @@ i386/isa/pas.c optional pas device-driver i386/isa/readMBR.c standard i386/isa/syscons.c optional sc device-driver i386/isa/pcaudio.c optional pca device-driver +i386/isa/pcd.c optional pcd device-driver i386/isa/psm.c optional psm device-driver i386/isa/sb.c optional sb device-driver i386/isa/scd.c optional scd device-driver