Handle the removal of CD9660 and NFSCLIENT options in drivers.conf.

Removed duplicate entry from drivers.conf.
This commit is contained in:
Ruslan Ermilov 2002-11-11 10:07:57 +00:00
parent 00a91cb7f4
commit 875614e09c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106760
2 changed files with 2 additions and 5 deletions

View File

@ -11,13 +11,11 @@ sed \
-e '/UFS_ACL/d' \
-e '/UFS_DIRHASH/d' \
-e '/MFS/d' \
-e '/NFSCLIENT/d' \
-e '/NFSSERVER/d' \
-e '/NFS_ROOT/d' \
-e '/MSDOSFS/d' \
-e '/PSEUDOFS/d' \
-e '/PROCFS/d' \
-e '/CD9660/d' \
-e '/KTRACE/d' \
-e '/SYSV/d' \
-e '/P1003_1B/d' \

View File

@ -46,7 +46,6 @@ fxp if_fxp 2 network "Intel PRO/100B (8255{7,8})"
rl if_rl 2 network "RealTek 8129/8139"
tl if_tl 2 network "Texas Instruments ThunderLAN"
vr if_vr 2 network "VIA Rhine, Rhine II"
vx if_vx 2 network "3Com 3c590, 3c595 (Vortex)"
xl if_xl 2 network "3Com 3c90x (Boomerang, Cyclone)"
if_tun if_tun 3 network "Packet tunnel"
@ -56,5 +55,5 @@ mlx mlx 3 disk "Mylex DAC-family RAID"
mpt mpt 3 disk "LSI-Logic Fusion"
ahc ahc 3 disk "Adaptec 2940"
ispfw ispfw 3 disk "Qlogic SCSI firmware modules"
nfsclient nfsclient 3 options "NFS client support"
cd9660 cd9660 3 options "CD9660 filesystem"
CD9660 cd9660 3 options "ISO 9660 Filesystem"
NFSCLIENT nfsclient 3 options "Network Filesystem Client"