diff options
author | ru <ru@FreeBSD.org> | 2002-11-11 10:07:57 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-11-11 10:07:57 +0000 |
commit | 95d7a07a0c04e95a93807d0f4b8e8bd3ee6e0256 (patch) | |
tree | 714bcc5e9e98b9c278edd7f7d79f2539c411bd78 /release/alpha/drivers.conf | |
parent | 8822e76fe5dd0f45b38aba3fcc194e0029a02633 (diff) | |
download | FreeBSD-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/drivers.conf')
-rw-r--r-- | release/alpha/drivers.conf | 5 |
1 files changed, 2 insertions, 3 deletions
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" |