mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
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.
This commit is contained in:
parent
60ecea7924
commit
8c2f8d0653
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5230
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user