summaryrefslogtreecommitdiffstats
path: root/release/alpha
diff options
context:
space:
mode:
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