PERFORCE change 222718 for review

Brooks Davis brooks at FreeBSD.org
Fri Mar 8 06:48:18 UTC 2013


http://p4web.freebsd.org/@@222718?ac=10

Change 222718 by brooks at brooks_zenith on 2013/03/08 06:47:49

	Disable all the highpoint raid controllers.  A temporary change
	to config(8) will break binary only drivers linked statically.

Affected files ...

.. //depot/projects/ctsrd/tesla/src/sys/amd64/conf/GENERIC#2 edit

Differences ...

==== //depot/projects/ctsrd/tesla/src/sys/amd64/conf/GENERIC#2 (text+ko) ====

@@ -115,7 +115,7 @@
 options 	AHD_REG_PRETTY_PRINT	# Print register bitfields in debug
 					# output.  Adds ~215k to driver.
 device		esp		# AMD Am53C974 (Tekram DC-390(T))
-device		hptiop		# Highpoint RocketRaid 3xxx series
+#device		hptiop		# Highpoint RocketRaid 3xxx series
 device		isp		# Qlogic family
 #device		ispfw		# Firmware for QLogic HBAs- normally a module
 device		mpt		# LSI-Logic MPT-Fusion
@@ -147,9 +147,9 @@
 #device		asr		# DPT SmartRAID V, VI and Adaptec SCSI RAID
 device		ciss		# Compaq Smart RAID 5*
 device		dpt		# DPT Smartcache III, IV - See NOTES for options
-device		hptmv		# Highpoint RocketRAID 182x
-device		hptrr		# Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx
-device		hpt27xx		# Highpoint RocketRAID 27xx
+#device		hptmv		# Highpoint RocketRAID 182x
+#device		hptrr		# Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx
+#device		hpt27xx		# Highpoint RocketRAID 27xx
 device		iir		# Intel Integrated RAID
 device		ips		# IBM (Adaptec) ServeRAID
 device		mly		# Mylex AcceleRAID/eXtremeRAID


More information about the p4-projects mailing list