PERFORCE change 97556 for review

Kip Macy kmacy at FreeBSD.org
Sun May 21 06:15:24 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=97556

Change 97556 by kmacy at kmacy_storage:sun4v_work on 2006/05/21 06:13:58

	enable isp
	remove interrupt spamming on second pci-e nexus

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/conf/GENERIC#12 edit
.. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/nexus.c#11 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/conf/GENERIC#12 (text+ko) ====

@@ -93,8 +93,8 @@
 
 # SCSI Controllers
 #device		ahc		# AHA2940 and onboard AIC7xxx devices
-#device		isp		# Qlogic family
-#device		ispfw		# Firmware module for Qlogic host adapters
+device		isp		# Qlogic family
+device		ispfw		# Firmware module for Qlogic host adapters
 #device		mpt		# LSI-Logic MPT-Fusion (not yet)
 #device		ncr		# NCR/Symbios Logic
 #device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/nexus.c#11 (text+ko) ====

@@ -332,10 +332,6 @@
 	void          *harg;
 
 	nidp = (nexus_id_t *)arg;
-#if 1
-	if (nidp->dh == 0x7c0)
-		printf("(%#lx, %#x)", nidp->dh, nidp->ino);
-#endif
 	handler = nidp->nid_handler;
 	harg = nidp->nid_arg;
 


More information about the p4-projects mailing list