summaryrefslogtreecommitdiffstats
path: root/release/pc98
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2004-01-26 20:02:01 +0000
committerjhb <jhb@FreeBSD.org>2004-01-26 20:02:01 +0000
commite93cec781ee2deb4bec8f42089f297d564d5108b (patch)
treea78e1728a8097d8c59c59f38456ee2ede02fc9f5 /release/pc98
parent7d32bca156418823a6b226c54dba2396b28757b6 (diff)
downloadFreeBSD-src-e93cec781ee2deb4bec8f42089f297d564d5108b.zip
FreeBSD-src-e93cec781ee2deb4bec8f42089f297d564d5108b.tar.gz
*BANG* *BANG* *BANG* *BANG* *BANG* *BANG* *CLICK* *CLICK* *CLICK*
*BANG* *BANG* *BANG* *BANG* *BANG* *BANG* *CLICK* *CLICK* *CLICK* Death to the stripped down BOOTMFS kernel for boot floppies and all the cruft that goes along with it.
Diffstat (limited to 'release/pc98')
-rwxr-xr-xrelease/pc98/dokern.sh119
-rw-r--r--release/pc98/drivers-small.conf40
-rw-r--r--release/pc98/drivers.conf63
3 files changed, 0 insertions, 222 deletions
diff --git a/release/pc98/dokern.sh b/release/pc98/dokern.sh
deleted file mode 100755
index 2f647a6..0000000
--- a/release/pc98/dokern.sh
+++ /dev/null
@@ -1,119 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-if [ $# -lt 1 ]; then
- FDSIZE=NORMAL
-else
- FDSIZE=$1
-fi
-
-if [ "${FDSIZE}" = "SMALL" ]; then
-
-sed -e 's/ident.*GENERIC/ident BOOTMFS/g' \
- -e '/COMPAT_FREEBSD4/d' \
- -e '/DDB/d' \
- -e '/DEBUG/d' \
- -e '/INVARIANTS/d' \
- -e '/INVARIANT_SUPPORT/d' \
- -e '/KTRACE/d' \
- -e '/NFSSERVER/d' \
- -e '/NFS_ROOT/d' \
- -e '/PROCFS/d' \
- -e '/PSEUDOFS/d' \
- -e '/SOFTUPDATES/d' \
- -e '/SYSV/d' \
- -e '/UFS_DIRHASH/d' \
- -e '/WITNESS/d' \
- -e '/ adv /d' \
- -e '/ ahc /d' \
- -e '/ amd /d' \
- -e '/ an /d' \
- -e '/ atapifd /d' \
- -e '/ atapist /d' \
- -e '/ awi /d' \
- -e '/ ch /d' \
- -e '/ dc /d' \
- -e '/ de /d' \
- -e '/ em /d' \
- -e '/ faith /d' \
- -e '/ fxp /d' \
- -e '/ gif /d' \
- -e '/ isp /d' \
- -e '/ lpt /d' \
- -e '/ pass /d' \
- -e '/ pci$/d' \
- -e '/ pcn /d' \
- -e '/ plip /d' \
- -e '/ ppbus /d' \
- -e '/ ppc$/d' \
- -e '/ ppi /d' \
- -e '/ ppp /d' \
- -e '/ pty /d' \
- -e '/ random /d' \
- -e '/ rl /d' \
- -e '/ sa /d' \
- -e '/ ses /d' \
- -e '/ sf /d' \
- -e '/ sis /d' \
- -e '/ sl /d' \
- -e '/ splash /d' \
- -e '/ ste /d' \
- -e '/ sym /d' \
- -e '/ tl /d' \
- -e '/ tx /d' \
- -e '/ txp /d' \
- -e '/ vr /d' \
- -e '/ vx /d' \
- -e '/ wb /d' \
- -e '/ wi /d' \
- -e '/ xl /d'
-
- echo "options ATA_NOPCI"
-
-else
-
-sed -e 's/ident.*GENERIC/ident BOOTMFS/g' \
- -e '/COMPAT_FREEBSD4/d' \
- -e '/DDB/d' \
- -e '/DEBUG/d' \
- -e '/INVARIANTS/d' \
- -e '/INVARIANT_SUPPORT/d' \
- -e '/KTRACE/d' \
- -e '/NFSSERVER/d' \
- -e '/NFS_ROOT/d' \
- -e '/PROCFS/d' \
- -e '/PSEUDOFS/d' \
- -e '/SOFTUPDATES/d' \
- -e '/SYSV/d' \
- -e '/UFS_DIRHASH/d' \
- -e '/WITNESS/d' \
- -e '/ atapifd /d' \
- -e '/ atapist /d' \
- -e '/ ch /d' \
- -e '/ faith /d' \
- -e '/ gif /d' \
- -e '/ lpt /d' \
- -e '/ pass /d' \
- -e '/ plip /d' \
- -e '/ ppbus /d' \
- -e '/ ppc$/d' \
- -e '/ ppi /d' \
- -e '/ ppp /d' \
- -e '/ pty /d' \
- -e '/ random /d' \
- -e '/ sa /d' \
- -e '/ ses /d' \
- -e '/ sl /d' \
- -e '/ splash /d'
-
-fi
-
-echo "options NETGRAPH"
-echo "options NETGRAPH_ETHER"
-echo "options NETGRAPH_PPPOE"
-echo "options NETGRAPH_SOCKET"
-
-echo "options SCSI_NO_OP_STRINGS"
-echo "options SCSI_NO_SENSE_STRINGS"
diff --git a/release/pc98/drivers-small.conf b/release/pc98/drivers-small.conf
deleted file mode 100644
index 4609465..0000000
--- a/release/pc98/drivers-small.conf
+++ /dev/null
@@ -1,40 +0,0 @@
-# Driver config file for boot floppies
-#
-# Copyright (c) 2000 "HOSOKAWA, Tatsumi" <hosokawa@FreeBSD.org>
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in the
-# documentation and/or other materials provided with the distribution.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
-# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-# SUCH DAMAGE.
-#
-# $FreeBSD$
-
-#
-# drv: driver name in kernel config file
-# filename: filename of kernel module (without .ko)
-# floppy: 2 (mfsroot.flp), 3 (drivers.flp - not implemented yet)
-# type: 'options' (for a kernel option) or anything else for a driver
-# description: short description of the driver
-#
-
-#drv filename floppy type description
-NFSCLIENT nfsclient 2 options "Network Filesystem Client"
-MSDOSFS msdosfs 2 options "MSDOS filsystem"
-CD9660 cd9660 2 options "ISO 9660 Filesystem"
diff --git a/release/pc98/drivers.conf b/release/pc98/drivers.conf
deleted file mode 100644
index 7ebabcd..0000000
--- a/release/pc98/drivers.conf
+++ /dev/null
@@ -1,63 +0,0 @@
-# Driver config file for boot floppies
-#
-# Copyright (c) 2000 "HOSOKAWA, Tatsumi" <hosokawa@FreeBSD.org>
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in the
-# documentation and/or other materials provided with the distribution.
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
-# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
-# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-# SUCH DAMAGE.
-#
-# $FreeBSD$
-
-#
-# drv: driver name in kernel config file
-# filename: filename of kernel module (without .ko)
-# floppy: 2 (mfsroot.flp), 3 (drivers.flp)
-# type: 'options' (for a kernel option) or anything else for a driver
-# description: short description of the driver
-#
-# If you add functionality here, please update drivers.conf(5).
-#
-
-#drv filename floppy type description
-
-an if_an 2 network "Aironet 4500/4800 802.11 PCMCIA/ISA/PCI card"
-awi if_awi 2 network "BayStack 660 and others"
-dc if_dc 2 network "DEC/Intel 21143 (and clones) PCI fast ethernet card"
-ed if_ed 2 network "NE[12]000, SMC Ultra, 3c503, DS8390 cards"
-fe if_fe 2 network "Fujitsu MB8696x based cards"
-fxp if_fxp 2 network "Intel EtherExpress Pro/100B PCI Fast Ethernet card"
-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"
-ste if_ste 2 network "Sundance ST201 PCI ethernet card"
-tl if_tl 2 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"
-wb if_wb 2 network "Winbond W89C840F PCI ethernet card"
-wi if_wi 2 network "Lucent WaveLAN/IEEE 802.11 PCMCIA card"
-wlan rc4 2 network "802.11 crypto support"
-wlan wlan 2 network "802.11 support"
-xl if_xl 2 network "3COM 3c90x / 3c90xB PCI ethernet card"
-
-CD9660 cd9660 2 options "ISO 9660 Filesystem"
-MSDOSFS msdosfs 2 options "MSDOS filsystem"
-#NFSCLIENT nfsclient 2 options "Network Filesystem Client"
OpenPOWER on IntegriCloud