summaryrefslogtreecommitdiffstats
path: root/release/alpha
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-11-05 14:44:46 +0000
committerru <ru@FreeBSD.org>2002-11-05 14:44:46 +0000
commit1c16c4fa96894c8d34220afafbbda02cefae66da (patch)
tree4b3b5575050dc9025b43838d71827d3a179d49f0 /release/alpha
parent3edca81a10b003fb202b95de032e5d8de6b7a00c (diff)
downloadFreeBSD-src-1c16c4fa96894c8d34220afafbbda02cefae66da.zip
FreeBSD-src-1c16c4fa96894c8d34220afafbbda02cefae66da.tar.gz
Fixes to unbreak Alpha releases:
Strip ${RD}/mfsfd/stand/etc/defaults/rc.conf. Don't copy loader.help to ${RD}/mfsfd/boot, it serves no useful purpose. Removed the now no-op commands to copy ${RD}/trees/base/dev bits to ${RD}/mfsfd/dev, now that DEVFS is the default. Removed UFS_ACL, PSEUDOFS, and COMPAT_FREEBSD4 options from the BOOTMFS kernel. Moved miibus network module to the drivers floppy. isp(4) and mpt(4) now have corresponding modules, move them to the third floppy as well. Caution! With these changes, mfsroot.flp has only 11K left, and kern.flp has even less -- 5K.
Diffstat (limited to 'release/alpha')
-rwxr-xr-xrelease/alpha/dokern.sh5
-rw-r--r--release/alpha/drivers.conf5
2 files changed, 8 insertions, 2 deletions
diff --git a/release/alpha/dokern.sh b/release/alpha/dokern.sh
index c0a47cf..39210ff 100755
--- a/release/alpha/dokern.sh
+++ b/release/alpha/dokern.sh
@@ -7,11 +7,13 @@ sed \
-e '/DEC_3000_300/d' \
-e '/DEC_3000_500/d' \
-e '/SOFTUPDATES/d' \
+ -e '/UFS_ACL/d' \
-e '/UFS_DIRHASH/d' \
-e '/MFS/d' \
-e '/NFSSERVER/d' \
-e '/NFS_ROOT/d' \
-e '/MSDOSFS/d' \
+ -e '/PSEUDOFS/d' \
-e '/PROCFS/d' \
-e '/KTRACE/d' \
-e '/SYSV/d' \
@@ -24,6 +26,7 @@ sed \
-e '/WITNESS/d' \
-e '/AHC_REG_PRETTY_PRINT/d' \
-e '/AHD_REG_PRETTY_PRINT/d' \
+ -e '/COMPAT_FREEBSD4/d' \
-e '/SMP/d' \
-e '/atapifd/d' \
-e '/atapist/d' \
@@ -73,6 +76,8 @@ sed \
-e '/maxusers/d' \
-e 's/ident.*GENERIC/ident BOOTMFS/g'
+echo "options NO_COMPAT_FREEBSD4"
+
# reset maxusers to something lower
echo "maxusers 5"
diff --git a/release/alpha/drivers.conf b/release/alpha/drivers.conf
index 0197337..255ea43 100644
--- a/release/alpha/drivers.conf
+++ b/release/alpha/drivers.conf
@@ -39,6 +39,7 @@
de if_de 2 network "DEC DE435 PCI NIC or other DC21040-AA based card"
txp if_txp 2 network "3Com 3XP Typhoon/Sidewinder (3CR990) NIC"
vx if_vx 2 network "3Com 3c590 and 3c595 EtherLink III NIC"
+miibus miibus 2 network "MII bus support"
dc if_dc 2 network "DEC/Intel 21143 and workalikes"
pcn if_pcn 2 network "AMD Am79C97x PCI 10/100"
fxp if_fxp 2 network "Intel EtherExpress PRO/100B (82557, 82558)"
@@ -49,5 +50,5 @@ xl if_xl 2 network "3Com 3c90x (``Boomerang'', ``Cyclone'')"
amr amr 3 disk "AMI MegaRAID"
mlx mlx 3 disk "Mylex DAC-family RAID"
ahc ahc 3 disk "AHA2940 and onboard AIC7xxxx devices"
-#isp isp 3 disk "Qlogic family SCSI"
-#mpt mpt 3 disk "LSI-Logic MPT-Fusion"
+isp isp 3 disk "Qlogic family SCSI"
+mpt mpt 3 disk "LSI-Logic MPT-Fusion"
OpenPOWER on IntegriCloud