diff options
author | mjacob <mjacob@FreeBSD.org> | 2002-04-04 23:54:58 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2002-04-04 23:54:58 +0000 |
commit | 7dd8fb7b53a383a3ff3968d86a533d54db307721 (patch) | |
tree | d61ffad83bfdb54bcc9e88999f60e712be068ce7 /sys/conf | |
parent | f62deac6f06bab39d2dffeb95d82b8341445d5af (diff) | |
download | FreeBSD-src-7dd8fb7b53a383a3ff3968d86a533d54db307721.zip FreeBSD-src-7dd8fb7b53a383a3ff3968d86a533d54db307721.tar.gz |
D'oh! I forgot to commit this a while back.
Add an option for enabling f/w crashdumps for the isp driver.
MFC after: 1 week
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/options | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options index e84375b..3339b96 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -231,8 +231,9 @@ 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 +# Options used only in dev/isp/* ISP_TARGET_MODE opt_isp.h +ISP_FW_CRASH_DUMP opt_isp.h # Options used in the 'ata' ATA/ATAPI driver ACD_DEBUG opt_ata.h |