summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1995-03-30 15:41:33 +0000
committerse <se@FreeBSD.org>1995-03-30 15:41:33 +0000
commit3f6a9461862ebc7d11c0f56900ad165c4997d626 (patch)
tree6b7db95c2364c46e3b3d7fe768a4552b59e57dc1 /sys/i386/conf
parent43fc8286969072da070e9725b234779864df6672 (diff)
downloadFreeBSD-src-3f6a9461862ebc7d11c0f56900ad165c4997d626.zip
FreeBSD-src-3f6a9461862ebc7d11c0f56900ad165c4997d626.tar.gz
Do not try to negotiate synchronous SCSI transfers in the Boot Kernel.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/BOOTFLP3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/conf/BOOTFLP b/sys/i386/conf/BOOTFLP
index e9c9246d..1bb3bd4 100644
--- a/sys/i386/conf/BOOTFLP
+++ b/sys/i386/conf/BOOTFLP
@@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
-# $Id: BOOTFLP,v 1.1 1995/01/30 03:23:57 phk Exp $
+# $Id: BOOTFLP,v 1.2 1995/02/21 13:42:57 jkh Exp $
#
machine "i386"
@@ -15,6 +15,7 @@ options MATH_EMULATE #Support for x87 emulation
options FFS #Berkeley Fast Filesystem
options "CD9660" #ISO 9660 Filesystem
options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
+options "SCSI_NCR_MAX_SYNC=0" #Restrict NCR to asynch. transfers
options BOUNCE_BUFFERS #include support for DMA bounce buffers
options UCONSOLE #Allow users to grab the console
OpenPOWER on IntegriCloud