summaryrefslogtreecommitdiffstats
path: root/release/alpha
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-11-11 10:07:57 +0000
committerru <ru@FreeBSD.org>2002-11-11 10:07:57 +0000
commit95d7a07a0c04e95a93807d0f4b8e8bd3ee6e0256 (patch)
tree714bcc5e9e98b9c278edd7f7d79f2539c411bd78 /release/alpha
parent8822e76fe5dd0f45b38aba3fcc194e0029a02633 (diff)
downloadFreeBSD-src-95d7a07a0c04e95a93807d0f4b8e8bd3ee6e0256.zip
FreeBSD-src-95d7a07a0c04e95a93807d0f4b8e8bd3ee6e0256.tar.gz
Handle the removal of CD9660 and NFSCLIENT options in drivers.conf.
Removed duplicate entry from drivers.conf.
Diffstat (limited to 'release/alpha')
-rwxr-xr-xrelease/alpha/dokern.sh2
-rw-r--r--release/alpha/drivers.conf5
2 files changed, 2 insertions, 5 deletions
diff --git a/release/alpha/dokern.sh b/release/alpha/dokern.sh
index 77b5b33..0e930eb 100755
--- a/release/alpha/dokern.sh
+++ b/release/alpha/dokern.sh
@@ -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' \
diff --git a/release/alpha/drivers.conf b/release/alpha/drivers.conf
index 3baa9c5..5d2482f 100644
--- a/release/alpha/drivers.conf
+++ b/release/alpha/drivers.conf
@@ -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"
OpenPOWER on IntegriCloud