svn commit: r235110 - in projects/altix2/sys: conf ia64/conf
Marcel Moolenaar
marcel at FreeBSD.org
Sun May 6 22:30:46 UTC 2012
Author: marcel
Date: Sun May 6 22:30:45 2012
New Revision: 235110
URL: http://svn.freebsd.org/changeset/base/235110
Log:
Add global option "ISP_USE_BUSDMA" to have isp(4) use busdma/mi instead
of bus_dma. isp(4) is the SCSI controller driver for the SGI Altix 350.
Enable the option for the ALTIX kernel configuration.
Modified:
projects/altix2/sys/conf/options
projects/altix2/sys/ia64/conf/ALTIX
Modified: projects/altix2/sys/conf/options
==============================================================================
--- projects/altix2/sys/conf/options Sun May 6 22:26:47 2012 (r235109)
+++ projects/altix2/sys/conf/options Sun May 6 22:30:45 2012 (r235110)
@@ -913,4 +913,5 @@ AR71XX_ENV_REDBOOT opt_ar71xx.h
AR71XX_ATH_EEPROM opt_ar71xx.h
# busdma/mi
+ISP_USE_BUSDMA opt_global.h
MPT_USE_BUSDMA opt_global.h
Modified: projects/altix2/sys/ia64/conf/ALTIX
==============================================================================
--- projects/altix2/sys/ia64/conf/ALTIX Sun May 6 22:26:47 2012 (r235109)
+++ projects/altix2/sys/ia64/conf/ALTIX Sun May 6 22:30:45 2012 (r235110)
@@ -3,6 +3,8 @@
cpu ITANIUM2
ident ALTIX
+options ISP_USE_BUSDMA
+
makeoptions DEBUG=-g
makeoptions MODULES_OVERRIDE=""
More information about the svn-src-projects
mailing list