summaryrefslogtreecommitdiffstats
path: root/release/i386
diff options
context:
space:
mode:
authorjhay <jhay@FreeBSD.org>2002-08-09 07:45:42 +0000
committerjhay <jhay@FreeBSD.org>2002-08-09 07:45:42 +0000
commitdd31cc7afeddb9c102cab4ef5b5e8b0ef8ace8d8 (patch)
treeae883ed0ca5f079ea2ae82e77d940615c4f6f914 /release/i386
parent49c32ba6e5cca970d9776fe252aec5e42657e4e2 (diff)
downloadFreeBSD-src-dd31cc7afeddb9c102cab4ef5b5e8b0ef8ace8d8.zip
FreeBSD-src-dd31cc7afeddb9c102cab4ef5b5e8b0ef8ace8d8.tar.gz
Add a third floppy to releases. It will only be built if there is a
release/${TARGET}/drivers.conf file which list drivers that have to go into the third floppy. Also shuffle i386/drivers.conf so that the floppies don't overflow anymore. Anybody with real/better usage statistics is welcome to shuffle it differently. Reviewed by: ru
Diffstat (limited to 'release/i386')
-rwxr-xr-xrelease/i386/dokern.sh3
-rw-r--r--release/i386/drivers.conf15
2 files changed, 12 insertions, 6 deletions
diff --git a/release/i386/dokern.sh b/release/i386/dokern.sh
index 4372ea2..9d64e7d 100755
--- a/release/i386/dokern.sh
+++ b/release/i386/dokern.sh
@@ -21,6 +21,7 @@ sed -e '/ pty /d' \
-e '/ random /d' \
-e '/ splash$/d' \
-e '/PROCFS/d' \
+ -e '/PSEUDOFS/d' \
-e '/KTRACE/d' \
-e '/SYSV/d' \
-e '/SOFTUPDATES/d' \
@@ -83,6 +84,7 @@ sed -e '/ pty /d' \
-e '/ random /d' \
-e '/ splash$/d' \
-e '/PROCFS/d' \
+ -e '/PSEUDOFS/d' \
-e '/KTRACE/d' \
-e '/SYSV/d' \
-e '/SOFTUPDATES/d' \
@@ -109,6 +111,7 @@ sed -e '/ pty /d' \
-e '/ ulpt /d' \
-e '/ urio /d' \
-e '/ uscanner /d' \
+ -e '/ ses /d' \
-e '/maxusers/d' \
-e 's/ident.*GENERIC/ident BOOTMFS/g'
diff --git a/release/i386/drivers.conf b/release/i386/drivers.conf
index d1c209b..74c129f 100644
--- a/release/i386/drivers.conf
+++ b/release/i386/drivers.conf
@@ -39,9 +39,9 @@ an if_an 2 network "Aironet 4500/4800 802.11 PCMCIA/ISA/PCI card"
aue if_aue 2 network "ADMtek USB ethernet adapter"
cue if_cue 2 network "CATC USB ethernet adapter"
dc if_dc 2 network "DEC/Intel 21143 (and clones) PCI fast ethernet card"
-de if_de 2 network "DEC DE435 PCI NIC or other DC21040-AA based card"
+de if_de 3 network "DEC DE435 PCI NIC or other DC21040-AA based card"
ed if_ed 2 network "NE[12]000, SMC Ultra, 3c503, DS8390 ISA ethernet cards"
-em if_em 2 network "Intel Pro/1000 PCI gigabit ethernet card"
+em if_em 3 network "Intel Pro/1000 PCI gigabit ethernet card"
fe if_fe 2 network "Fujitsu MB8696x based cards"
fxp if_fxp 2 network "Intel EtherExpress Pro/100B PCI Fast Ethernet card"
kue if_kue 2 network "Kawasaki LSI USB ethernet adapter"
@@ -51,11 +51,11 @@ pcn if_pcn 2 network "AMD Am79c79x PCI ethernet card"
rl if_rl 2 network "RealTek 8129/8139 PCI ethernet card"
sf if_sf 2 network "Adaptec AIC-6915 PCI ethernet card"
sis if_sis 2 network "SiS 900/SiS 7016 PCI ethernet card"
-sk if_sk 2 network "SysKonnect PCI gigabit ethernet card"
-sn if_sn 2 network "SMC's 9000 series of ethernet chips"
+sk if_sk 3 network "SysKonnect PCI gigabit ethernet card"
+sn if_sn 3 network "SMC's 9000 series of ethernet chips"
ste if_ste 2 network "Sundance ST201 PCI ethernet card"
-ti if_ti 2 network "Alteon Networks PCI gigabit ethernet card"
-tl if_tl 2 network "Texas Instruments ThunderLAN PCI ethernet card"
+ti if_ti 3 network "Alteon Networks PCI gigabit ethernet card"
+tl if_tl 3 network "Texas Instruments ThunderLAN PCI ethernet card"
tx if_tx 2 network "SMC 9432TX ethernet card"
vr if_vr 2 network "VIA VT3043/VT86C100A Rhine PCI ethernet card"
vx if_vx 2 network "3Com 3c590/3c595 PCI ethernet card"
@@ -63,6 +63,9 @@ wb if_wb 2 network "Winbond W89C840F PCI ethernet card"
wi if_wi 2 network "Lucent WaveLAN/IEEE 802.11 PCMCIA card"
xe if_xe 2 network "Xircom pccard ethernet"
xl if_xl 2 network "3COM 3c90x / 3c90xB PCI ethernet card"
+CD9660 cd9660 2 options "ISO 9660 Filesystem"
+MSDOSFS msdosfs 3 options "MSDOS filsystem"
+NFSCLIENT nfsclient 3 options "Network Filesystem Client"
SYSVSHM sysvshm 2 options "SYSV-style shared memory"
SYSVMSG sysvmsg 2 options "SYSV-style message queues"
SYSVSEM sysvsem 2 options "SYSV-style semaphores"
OpenPOWER on IntegriCloud