Move asr driver from global NOTES to i386-specific NOTES. Requestor

reports it is neither endian-clean or 64-bit clean.  :-)

Requested by:	scottl
This commit is contained in:
Ken Smith 2006-02-05 05:06:04 +00:00
parent 5d9299772e
commit 4d286e9426
2 changed files with 6 additions and 6 deletions

View File

@ -1478,12 +1478,6 @@ options ISP_TARGET_MODE=1
#options SYM_SETUP_MAX_LUN #-Number of LUNs supported
# default:8, range:[1..64]
# The 'asr' driver provides support for current DPT/Adaptec SCSI RAID
# controllers (SmartRAID V and VI and later).
# These controllers require the CAM infrastructure.
#
device asr
# The 'dpt' driver provides support for old DPT controllers (http://www.dpt.com/).
# These have hardware RAID-{0,1,5} support, and do multi-initiator I/O.
# The DPT controllers are commonly re-licensed under other brand-names -

View File

@ -631,6 +631,12 @@ hint.stg.0.port="11"
device aac
device aacp # SCSI Passthrough interface (optional, CAM required)
# The 'asr' driver provides support for current DPT/Adaptec SCSI RAID
# controllers (SmartRAID V and VI and later).
# These controllers require the CAM infrastructure.
#
device asr
#
# Highpoint RocketRAID 182x. This is really just software RAID on a
# Marvell SATA chip.