diff options
author | gibbs <gibbs@FreeBSD.org> | 1998-10-07 03:30:55 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 1998-10-07 03:30:55 +0000 |
commit | 848e5bffcd8e6d2e46b6562db0350f0c4cf04d93 (patch) | |
tree | 259e4eb23a594b3b21b627fba5b5f433e92606d2 | |
parent | 45e0ab6055d6715aaa774b1621e8467af76520e1 (diff) | |
download | FreeBSD-src-848e5bffcd8e6d2e46b6562db0350f0c4cf04d93.zip FreeBSD-src-848e5bffcd8e6d2e46b6562db0350f0c4cf04d93.tar.gz |
Add ADW_ALLOW_MEMIO and DPT_ALLOW_MEMIO. Until our configuration
framework properly detects broken PCI-PCI bridges, users will have to
manually enable memory mapped I/O for these drivers. <sigh>
-rw-r--r-- | sys/conf/options | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/conf/options b/sys/conf/options index efa9e4f..90cb8f8 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -1,4 +1,4 @@ -# $Id: options,v 1.101 1998/09/29 17:32:18 abial Exp $ +# $Id: options,v 1.102 1998/10/02 05:15:45 ken Exp $ # # On the handling of kernel options # @@ -32,11 +32,14 @@ # Adaptec aic7xxx SCSI controller options AHC_ALLOW_MEMIO opt_aic7xxx.h # Allow PCI devices to use memory - # mapped I/o + # mapped I/O AHC_TMODE_ENABLE opt_aic7xxx.h # Bitmap of units to enable # targetmode operations. +ADW_ALLOW_MEMIO opt_adw.h # Allow PCI devices to use memory + # mapped I/O + # Miscellaneous options. COMPAT_43 opt_compat.h COMPAT_SUNOS opt_compat.h @@ -213,6 +216,8 @@ ATM_UNI opt_atm.h # This makes "atm.h" unusable. NATM opt_natm.h +DPT_ALLOW_MEMIO opt_dpt.h # Allow PCI devices to use memory + # mapped I/O # DPT driver debug flags DPT_VERIFY_HINTR opt_dpt.h DPT_USE_SINTR opt_dpt.h |