diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-11 10:07:57 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-11-11 10:07:57 +0000 |
| commit | 875614e09c699490701c3b6f06c19b9aac7b3b52 (patch) | |
| tree | 714bcc5e9e98b9c278edd7f7d79f2539c411bd78 /release/alpha | |
| parent | 00a91cb7f41bebeca9770e0a76892559f504ec2e (diff) | |
Notes
Diffstat (limited to 'release/alpha')
| -rwxr-xr-x | release/alpha/dokern.sh | 2 | ||||
| -rw-r--r-- | release/alpha/drivers.conf | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/release/alpha/dokern.sh b/release/alpha/dokern.sh index 77b5b330b189..0e930eb0ebe0 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 3baa9c55779a..5d2482f8e2b5 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" |
