Deleted Added
full compact
NOTES (105054) NOTES (105062)
1# $FreeBSD: head/sys/conf/NOTES 105054 2002-10-13 16:29:17Z mike $
1# $FreeBSD: head/sys/conf/NOTES 105062 2002-10-13 18:44:26Z cognet $
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

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

1162# Qlogic ISP 2100 and ISP 2200 1Gb Fibre Channel host adapters.
1163# Qlogic ISP 2300 and ISP 2312 2Gb Fibre Channel host adapters.
1164# ispfw: Firmware module for Qlogic host adapters
1165# ncr: NCR 53C810, 53C825 self-contained SCSI host adapters.
1166# sym: Symbios/Logic 53C8XX family of PCI-SCSI I/O processors:
1167# 53C810, 53C810A, 53C815, 53C825, 53C825A, 53C860, 53C875,
1168# 53C876, 53C885, 53C895, 53C895A, 53C896, 53C897, 53C1510D,
1169# 53C1010-33, 53C1010-66.
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

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

1162# Qlogic ISP 2100 and ISP 2200 1Gb Fibre Channel host adapters.
1163# Qlogic ISP 2300 and ISP 2312 2Gb Fibre Channel host adapters.
1164# ispfw: Firmware module for Qlogic host adapters
1165# ncr: NCR 53C810, 53C825 self-contained SCSI host adapters.
1166# sym: Symbios/Logic 53C8XX family of PCI-SCSI I/O processors:
1167# 53C810, 53C810A, 53C815, 53C825, 53C825A, 53C860, 53C875,
1168# 53C876, 53C885, 53C895, 53C895A, 53C896, 53C897, 53C1510D,
1169# 53C1010-33, 53C1010-66.
1170# trm: Tekram DC395U/UW/F DC315U adapters.
1170# wds: WD7000
1171
1172#
1173# Note that the order is important in order for Buslogic ISA/EISA cards to be
1174# probed correctly.
1175#
1176device bt
1177hint.bt.0.at="isa"

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

1201hint.isp.0.topology="nport-only"
1202# we can't get u_int64_t types, nor can we get strings if it's got
1203# a leading 0x, hence this silly dodge.
1204hint.isp.0.portwnn="w50000000aaaa0000"
1205hint.isp.0.nodewnn="w50000000aaaa0001"
1206device ispfw
1207device ncr
1208device sym
1171# wds: WD7000
1172
1173#
1174# Note that the order is important in order for Buslogic ISA/EISA cards to be
1175# probed correctly.
1176#
1177device bt
1178hint.bt.0.at="isa"

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

1202hint.isp.0.topology="nport-only"
1203# we can't get u_int64_t types, nor can we get strings if it's got
1204# a leading 0x, hence this silly dodge.
1205hint.isp.0.portwnn="w50000000aaaa0000"
1206hint.isp.0.nodewnn="w50000000aaaa0001"
1207device ispfw
1208device ncr
1209device sym
1210device trm
1209device wds
1210hint.wds.0.at="isa"
1211hint.wds.0.port="0x350"
1212hint.wds.0.irq="11"
1213hint.wds.0.drq="6"
1214
1215# The aic7xxx driver will attempt to use memory mapped I/O for all PCI
1216# controllers that have it configured only if this option is set. Unfortunately,

--- 1093 unchanged lines hidden ---
1211device wds
1212hint.wds.0.at="isa"
1213hint.wds.0.port="0x350"
1214hint.wds.0.irq="11"
1215hint.wds.0.drq="6"
1216
1217# The aic7xxx driver will attempt to use memory mapped I/O for all PCI
1218# controllers that have it configured only if this option is set. Unfortunately,

--- 1093 unchanged lines hidden ---