mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
Hook the hptmv driver up to the build.
This commit is contained in:
parent
f01be89133
commit
085f35d6f3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136858
@ -56,6 +56,11 @@ hal.o optional ath_hal \
|
||||
compile-with "uudecode < $S/contrib/dev/ath/freebsd/i386-elf.hal.o.uu" \
|
||||
no-implicit-rule
|
||||
#
|
||||
hptmvraid.o optional hptmv \
|
||||
dependency "$S/contrib/dev/hptmv/i386-elf.raid.o.uu" \
|
||||
compile-with "uudecode < $S/contrib/dev/hptmv/i386-elf.raid.o.uu" \
|
||||
no-implicit-rule
|
||||
#
|
||||
#
|
||||
compat/linux/linux_file.c optional compat_linux
|
||||
compat/linux/linux_getcwd.c optional compat_linux
|
||||
@ -96,6 +101,11 @@ contrib/dev/oltr/if_oltr.c optional oltr
|
||||
contrib/dev/oltr/trlldbm.c optional oltr
|
||||
contrib/dev/oltr/trlldhm.c optional oltr
|
||||
contrib/dev/oltr/trlldmac.c optional oltr
|
||||
contrib/dev/hptmv/gui_lib.c optional hptmv
|
||||
contrib/dev/hptmv/hptproc.c optional hptmv
|
||||
contrib/dev/hptmv/ioctl.c optional hptmv
|
||||
dev/hptmv/entry.c optional hptmv
|
||||
dev/hptmv/mv.c optional hptmv
|
||||
bf_enc.o optional ipsec ipsec_esp \
|
||||
dependency "$S/crypto/blowfish/arch/i386/bf_enc.S $S/crypto/blowfish/arch/i386/bf_enc_586.S $S/crypto/blowfish/arch/i386/bf_enc_686.S" \
|
||||
compile-with "${CC} -c -I$S/crypto/blowfish/arch/i386 ${ASM_CFLAGS} ${WERROR} ${.IMPSRC}" \
|
||||
|
@ -128,6 +128,7 @@ device amr # AMI MegaRAID
|
||||
device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID
|
||||
device ciss # Compaq Smart RAID 5*
|
||||
device dpt # DPT Smartcache III, IV - See NOTES for options
|
||||
device hptmv # Highpoint RocketRAID 182x
|
||||
device iir # Intel Integrated RAID
|
||||
device ips # IBM (Adaptec) ServeRAID
|
||||
device mly # Mylex AcceleRAID/eXtremeRAID
|
||||
|
@ -616,6 +616,11 @@ hint.stg.0.port="11"
|
||||
device aac
|
||||
device aacp # SCSI Passthrough interface (optional, CAM required)
|
||||
|
||||
#
|
||||
# Highpoint RocketRAID 182x. This is really just software RAID on a
|
||||
# Marvell SATA chip.
|
||||
device hptmv
|
||||
|
||||
#
|
||||
# IBM (now Adaptec) ServeRAID controllers
|
||||
device ips
|
||||
|
@ -85,6 +85,7 @@ SUBDIR= ${_3dfx} \
|
||||
${_hfa} \
|
||||
hifn \
|
||||
hme \
|
||||
${_hptmv} \
|
||||
${_i2c} \
|
||||
${_ibcs2} \
|
||||
${_ichwd} \
|
||||
@ -348,6 +349,7 @@ _dpt= dpt
|
||||
_el= el
|
||||
_ex= ex
|
||||
_exca= exca
|
||||
_hptmv= hptmv
|
||||
_ichwd= ichwd
|
||||
_ida= ida
|
||||
_idt= idt
|
||||
|
Loading…
Reference in New Issue
Block a user