summaryrefslogtreecommitdiffstats
path: root/release/alpha
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-07-21 17:38:46 +0000
committerobrien <obrien@FreeBSD.org>2001-07-21 17:38:46 +0000
commit33b879fe4dd08027ab12adeb3ea9776ac7f59b8b (patch)
tree5d3c1e76db3b0b53b42595349646928b1cbff5cf /release/alpha
parent8f0380ea5a543dc21427c50701f73504ec8f2a6c (diff)
downloadFreeBSD-src-33b879fe4dd08027ab12adeb3ea9776ac7f59b8b.zip
FreeBSD-src-33b879fe4dd08027ab12adeb3ea9776ac7f59b8b.tar.gz
Fix the install kernel on a 1.44MB floppy again.
I had to be aggressively Draconian to succeed. I diked out: + Multia, NoName, PC/EB 64, Aspen Alpine support. + SCSI tape support + AMI MegaRAID controller support + All parallel bus support (includes PLIP) + vx (3c590, 3c595), pcn (AMD Am79C97x PCI 10/100), sf (Adaptec AIC-6915), sis (SiS 900/SiS 7016), ste (Sundance ST201 (D-Link DFE-550TX)), wb (Winbond W89C840F) support. If the removal of any of this support causes heartburn, please let me know.
Diffstat (limited to 'release/alpha')
-rwxr-xr-xrelease/alpha/dokern.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/release/alpha/dokern.sh b/release/alpha/dokern.sh
index 9d82335..81f897e 100755
--- a/release/alpha/dokern.sh
+++ b/release/alpha/dokern.sh
@@ -6,6 +6,8 @@
sed \
-e '/DEC_3000_300/d' \
-e '/DEC_3000_500/d' \
+ -e '/DEC_AXPPCI_33/d' \
+ -e '/DEC_EB64PLUS/d' \
-e '/SOFTUPDATES/d' \
-e '/MFS/d' \
-e '/NFS_ROOT/d' \
@@ -22,15 +24,26 @@ sed \
-e '/WITNESS/d' \
-e '/atapist/d' \
-e '/ ncr/d' \
+ -e '/ sa/d' \
-e '/pass/d' \
+ -e '/ amr/d' \
-e '/splash/d' \
-e '/ apm/d' \
-e '/pmtimer/d' \
-e '/pcm/d' \
+ -e '/ppc/d' \
+ -e '/ppbus/d' \
+ -e '/plip/d' \
-e '/lpt/d' \
-e '/ppi/d' \
-e '/vpo/d' \
-e '/ le /d' \
+ -e '/ xv /d' \
+ -e '/ pcn /d' \
+ -e '/ sf /d' \
+ -e '/ sis /d' \
+ -e '/ ste /d' \
+ -e '/ wb /d' \
-e '/random/d' \
-e '/gzip/d' \
-e '/ sl /d' \
OpenPOWER on IntegriCloud