Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2013 06:48:17 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 222718 for review
Message-ID:  <201303080648.r286mHBc057574@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@222718?ac=10

Change 222718 by brooks@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



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