diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2002-01-20 08:51:08 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2002-01-20 08:51:08 +0000 |
| commit | a245737c511a4986ad7b560899115a18e4f29bd7 (patch) | |
| tree | 49e673a5e715f655e276a2f789608f01a979760a /sys/conf | |
| parent | e103ec2fc418a437bfcb346488b3481ed740ffd3 (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/NOTES | 9 | ||||
| -rw-r--r-- | sys/conf/files | 3 |
2 files changed, 12 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index ad1718128c709..1311973b8b282 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1546,6 +1546,15 @@ options DPT_ALLOW_MEMIO device ciss # +# Intel Integrated RAID controllers. +# This driver was developed and is maintained by Intel. Contacts +# at Intel for this driver are +# "Kannanthanam, Boji T" <boji.t.kannanthanam@intel.com> and +# "Leubner, Achim" <achim.leubner@intel.com>. +# +device iir + +# # Mylex AcceleRAID and eXtremeRAID controllers with v6 and later # firmware. These controllers have a SCSI-like interface, and require # the CAM infrastructure. diff --git a/sys/conf/files b/sys/conf/files index d435ae01630fc..a70072a787e0e 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -369,6 +369,9 @@ dev/iicbus/iicbus.c optional iicbus dev/iicbus/iiconf.c optional iicbus dev/iicbus/iicsmb.c optional iicsmb \ dependency "iicbus_if.h" +dev/iir/iir.c optional iir +dev/iir/iir_ctrl.c optional iir +dev/iir/iir_pci.c optional iir pci dev/isp/isp.c optional isp dev/isp/isp_freebsd.c optional isp dev/isp/isp_target.c optional isp |
