summaryrefslogtreecommitdiffstats
path: root/release/pc98/drivers-small.conf
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2002-10-14 16:30:39 +0000
committernyan <nyan@FreeBSD.org>2002-10-14 16:30:39 +0000
commitd60235e3922aa00e76be5c8ce10be87fd35e2b27 (patch)
tree59422ac2993adffe38878b75fd83dd5a6b83ea8c /release/pc98/drivers-small.conf
parent27ef305f7ec2b3c60b54d88505c154b4afb969e9 (diff)
downloadFreeBSD-src-d60235e3922aa00e76be5c8ce10be87fd35e2b27.zip
FreeBSD-src-d60235e3922aa00e76be5c8ce10be87fd35e2b27.tar.gz
Fixed disk full problem for pc98 distribution. Now, it makes 4 installation
floppies. kern-small.flp and mfsroot-small.flp are for old machines that don't support 1.44MB floppy. These floppies don't have pci related devices. kern.flp and mfsroot.flp are normal 1.44MB floppy images.
Diffstat (limited to 'release/pc98/drivers-small.conf')
-rw-r--r--release/pc98/drivers-small.conf40
1 files changed, 40 insertions, 0 deletions
diff --git a/release/pc98/drivers-small.conf b/release/pc98/drivers-small.conf
new file mode 100644
index 0000000..4609465
--- /dev/null
+++ b/release/pc98/drivers-small.conf
@@ -0,0 +1,40 @@
+# 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"
OpenPOWER on IntegriCloud