Deleted Added
full compact
NOTES (168191) NOTES (168240)
1# $FreeBSD: head/sys/conf/NOTES 168191 2007-03-31 23:23:42Z jhb $
1# $FreeBSD: head/sys/conf/NOTES 168240 2007-04-02 01:04:20Z mjacob $
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

--- 1519 unchanged lines hidden (view full) ---

1529options ADW_ALLOW_MEMIO
1530
1531# Options used in dev/isp/ (Qlogic SCSI/FC driver).
1532#
1533# ISP_TARGET_MODE - enable target mode operation
1534#
1535options ISP_TARGET_MODE=1
1536#
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#
9# Lines that begin with 'hint.' are NOT for config(8), they go into your

--- 1519 unchanged lines hidden (view full) ---

1529options ADW_ALLOW_MEMIO
1530
1531# Options used in dev/isp/ (Qlogic SCSI/FC driver).
1532#
1533# ISP_TARGET_MODE - enable target mode operation
1534#
1535options ISP_TARGET_MODE=1
1536#
1537# ISP_DEFAULT_ROLES - default role (none, target, init, both)
1537# ISP_DEFAULT_ROLES - default role
1538# none=0
1539# target=1
1540# initiator=2
1541# both=3 (not supported currently)
1538#
1542#
1539options ISP_DEFAULT_ROLES=3
1543options ISP_DEFAULT_ROLES=2
1540
1541# Options used in dev/sym/ (Symbios SCSI driver).
1542#options SYM_SETUP_LP_PROBE_MAP #-Low Priority Probe Map (bits)
1543 # Allows the ncr to take precedence
1544 # 1 (1<<0) -> 810a, 860
1545 # 2 (1<<1) -> 825a, 875, 885, 895
1546 # 4 (1<<2) -> 895a, 896, 1510d
1547#options SYM_SETUP_SCSI_DIFF #-HVD support for 825a, 875, 885

--- 1140 unchanged lines hidden ---
1544
1545# Options used in dev/sym/ (Symbios SCSI driver).
1546#options SYM_SETUP_LP_PROBE_MAP #-Low Priority Probe Map (bits)
1547 # Allows the ncr to take precedence
1548 # 1 (1<<0) -> 810a, 860
1549 # 2 (1<<1) -> 825a, 875, 885, 895
1550 # 4 (1<<2) -> 895a, 896, 1510d
1551#options SYM_SETUP_SCSI_DIFF #-HVD support for 825a, 875, 885

--- 1140 unchanged lines hidden ---