1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00

Enable the rr232x driver for amd64.

This commit is contained in:
Scott Long 2006-04-28 05:23:10 +00:00
parent cbd6fedbf2
commit 27aafcda76
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158101
4 changed files with 14 additions and 0 deletions

View File

@ -128,6 +128,7 @@ device arcmsr # Areca SATA II RAID
device ciss # Compaq Smart RAID 5*
device dpt # DPT Smartcache III, IV - See NOTES for options
device hptmv # Highpoint RocketRAID 182x
device rr232x # Highpoint RocketRAID 232x
device iir # Intel Integrated RAID
device ips # IBM (Adaptec) ServeRAID
device mly # Mylex AcceleRAID/eXtremeRAID

View File

@ -280,6 +280,11 @@ device aacp # SCSI Passthrough interface (optional, CAM required)
# Marvell SATA chip.
device hptmv
#
# Highpoint RocketRAID 232x. This is software RAID but with hardware
# acceleration assistance for RAID_5.
device rr232x
#
# IBM (now Adaptec) ServeRAID controllers
device ips

View File

@ -72,6 +72,10 @@ hptmvraid.o optional hptmv \
dependency "$S/dev/hptmv/amd64-elf.raid.o.uu" \
compile-with "uudecode < $S/dev/hptmv/amd64-elf.raid.o.uu" \
no-implicit-rule
rr232x_lib.o optional rr232x \
dependency "$S/dev/rr232x/amd64-elf.rr232x_lib.o.uu" \
compile-with "uudecode < $S/dev/rr232x/amd64-elf.rr232x_lib.o.uu" \
no-implicit-rule
#
amd64/acpica/OsdEnvironment.c optional acpi
amd64/acpica/acpi_machdep.c optional acpi
@ -174,6 +178,9 @@ dev/hwpmc/hwpmc_x86.c optional hwpmc
dev/kbd/kbd.c optional atkbd | sc | ukbd
dev/mem/memutil.c optional mem
dev/nve/if_nve.c optional nve pci
dev/rr232x/os_bsd.c optional rr232x
dev/rr232x/osm_bsd.c optional rr232x
dev/rr232x/rr232x_config.c optional rr232x
dev/sio/sio.c optional sio
dev/sio/sio_isa.c optional sio isa
dev/speaker/spkr.c optional speaker

View File

@ -472,6 +472,7 @@ _iwi= iwi
_mly= mly
_ndis= ndis
_nve= nve
_rr232x= rr232x
_safe= safe
_scsi_low= scsi_low
_smbfs= smbfs