diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 1999-02-09 01:02:37 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 1999-02-09 01:02:37 +0000 |
| commit | 3fc2ba4d7713154ae01fc7d728572ecb763a99a8 (patch) | |
| tree | cbf27e29b714bfc64e6fe63734fef353abe76041 | |
| parent | bd5dcdaf0a59cf6ec0277114fe2302f85d9d7e82 (diff) | |
Notes
| -rw-r--r-- | sys/conf/options | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options index 156cd4b1c5a3c..84e9afefbd93b 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -1,4 +1,4 @@ -# $Id: options,v 1.124 1999/01/25 03:51:50 peter Exp $ +# $Id: options,v 1.125 1999/01/25 19:34:27 nsouch Exp $ # # On the handling of kernel options # @@ -176,6 +176,11 @@ SCSI_NCR_MAX_SYNC opt_ncr.h SCSI_NCR_MAX_WIDE opt_ncr.h SCSI_NCR_MYADDR opt_ncr.h +# Options used only in pci/isp_pci.c +SCSI_ISP_NO_FWLOAD_MASK opt_isp.h +SCSI_ISP_NO_NVRAM_MASK opt_isp.h +SCSI_ISP_PREFER_MEM_MAP opt_isp.h + # Resource limits. DFLDSIZ opt_rlimit.h MAXDSIZ opt_rlimit.h |
