diff options
author | Scott Long <scottl@FreeBSD.org> | 2007-12-15 00:56:17 +0000 |
---|---|---|
committer | Scott Long <scottl@FreeBSD.org> | 2007-12-15 00:56:17 +0000 |
commit | b063a4227008818a995a81ecf47d1f349c2cd459 (patch) | |
tree | e14a6c2cd365f95b2d4928eafc2c1668058c36ef /sys/modules/Makefile | |
parent | dd3456c0717d12aea7ce2b3b9d3d61812b4a96cd (diff) |
Add the 'hptrr' driver for supporting the following Highpoint RocketRAID
cards:
o RocketRAID 172x series
o RocketRAID 174x series
o RocketRAID 2210
o RocketRAID 222x series
o RocketRAID 2240
o RocketRAID 230x series
o RocketRAID 231x series
o RocketRAID 232x series
o RocketRAID 2340
o RocketRAID 2522
Many thanks to Highpoint for their continued support of FreeBSD.
Submitted by: Highpoint
Notes
Notes:
svn path=/head/; revision=174604
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r-- | sys/modules/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 0d1ec1947bb1..a61698c82133 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -97,6 +97,7 @@ SUBDIR= ${_3dfx} \ hme \ ${_hptiop} \ ${_hptmv} \ + ${_hptrr} \ hwpmc \ ${_i2c} \ ${_ibcs2} \ @@ -449,6 +450,7 @@ _dpt= dpt _ex= ex _hptiop= hptiop _hptmv= hptmv +_hptrr= hptrr _ichwd= ichwd _ida= ida # Disabled due to non-MPSAFEty in 7.0 @@ -510,6 +512,7 @@ _exca= exca _ext2fs= ext2fs _hptiop= hptiop _hptmv= hptmv +_hptrr= hptrr _i2c= i2c _ichwd= ichwd _ida= ida |