Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 May 2012 22:30:45 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r235110 - in projects/altix2/sys: conf ia64/conf
Message-ID:  <201205062230.q46MUjZ1034602@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=""
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205062230.q46MUjZ1034602>