summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-12-13 07:55:14 +0000
committerjkh <jkh@FreeBSD.org>1996-12-13 07:55:14 +0000
commit0e16e2c15f911900b1a5cae39f824a28ea411d43 (patch)
treeace002c6ad7b48125631f2f32c226c07895e7daa /sys/amd64/conf
parente0f6f49854be479536476c61607a4fcfdbe22718 (diff)
downloadFreeBSD-src-0e16e2c15f911900b1a5cae39f824a28ea411d43.zip
FreeBSD-src-0e16e2c15f911900b1a5cae39f824a28ea411d43.tar.gz
Close PR#2198:
I've added an installation from optical disk drive facility. This enables FreeBSD to be installed from an optical disk, which may be formatted in "super floppy" style or sliced into MSDOS-FS and UFS partitions. Note: ncr.c should be reviewed by Stefan Esser <se@freebsd.org> and cd.c by Joerg Wunsch <joerg@freebsd.org> before bringing this into 2.2. Submitted-By: Shunsuke Akiyama <akiyama@kme.mei.co.jp>
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 657a067..84ec8eb 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.77 1996/10/28 06:05:56 gibbs Exp $
+# $Id: GENERIC,v 1.78 1996/11/16 01:09:17 gibbs Exp $
machine "i386"
cpu "I386_CPU"
@@ -62,6 +62,7 @@ device wcd0 #IDE CD-ROM
# A single entry for any of these controllers (ncr, ahb, ahc) is sufficient
# for any number of installed devices.
controller ncr0
+options MAX_LUN=2 #ncr0: for PD drive
controller ahb0
controller ahc0
OpenPOWER on IntegriCloud