It turns out that the hptiop driver isn't portable after all. Confine it to
amd64 and i386 for now.
This commit is contained in:
parent
ad81507eed
commit
f73e86c383
@ -376,6 +376,10 @@ device hptmv
|
||||
# acceleration assistance for RAID_5.
|
||||
device rr232x
|
||||
|
||||
#
|
||||
# Highpoint RocketRaid 3xxx series SATA RAID
|
||||
device hptiop
|
||||
|
||||
#
|
||||
# IBM (now Adaptec) ServeRAID controllers
|
||||
device ips
|
||||
|
@ -1433,7 +1433,6 @@ options SC_NO_SUSPEND_VTYSWITCH
|
||||
# bt: Most Buslogic controllers: including BT-445, BT-54x, BT-64x, BT-74x,
|
||||
# BT-75x, BT-946, BT-948, BT-956, BT-958, SDC3211B, SDC3211F, SDC3222F
|
||||
# esp: NCR53c9x. Only for SBUS hardware right now.
|
||||
# hptiop: Highpoint RocketRaid 3xxx series SATA RAID
|
||||
# isp: Qlogic ISP 1020, 1040 and 1040B PCI SCSI host adapters,
|
||||
# ISP 1240 Dual Ultra SCSI, ISP 1080 and 1280 (Dual) Ultra2,
|
||||
# ISP 12160 Ultra3 SCSI,
|
||||
@ -1470,7 +1469,6 @@ device ahc
|
||||
device ahd
|
||||
device amd
|
||||
device esp
|
||||
device hptiop
|
||||
device isp
|
||||
hint.isp.0.disable="1"
|
||||
hint.isp.0.role="3"
|
||||
|
@ -733,6 +733,10 @@ device hptmv
|
||||
# acceleration assistance for RAID_5.
|
||||
device rr232x
|
||||
|
||||
#
|
||||
# Highpoint RocketRaid 3xxx series SATA RAID
|
||||
device hptiop
|
||||
|
||||
#
|
||||
# IBM (now Adaptec) ServeRAID controllers
|
||||
device ips
|
||||
|
@ -93,8 +93,8 @@ SUBDIR= ${_3dfx} \
|
||||
${_hfa} \
|
||||
hifn \
|
||||
hme \
|
||||
${_hptiop} \
|
||||
${_hptmv} \
|
||||
hptiop \
|
||||
hwpmc \
|
||||
${_i2c} \
|
||||
${_ibcs2} \
|
||||
@ -426,6 +426,7 @@ _ctau= ctau
|
||||
_cx= cx
|
||||
_dpt= dpt
|
||||
_ex= ex
|
||||
_hptiop= hptiop
|
||||
_hptmv= hptmv
|
||||
_ichwd= ichwd
|
||||
_ida= ida
|
||||
@ -478,6 +479,7 @@ _ed= ed
|
||||
_em= em
|
||||
_exca= exca
|
||||
_ext2fs= ext2fs
|
||||
_hptiop= hptiop
|
||||
_hptmv= hptmv
|
||||
_i2c= i2c
|
||||
_ichwd= ichwd
|
||||
|
Loading…
Reference in New Issue
Block a user