Date: Sun, 21 May 2006 06:14:46 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 97556 for review Message-ID: <200605210614.k4L6EkJ5050029@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=97556 Change 97556 by kmacy@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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605210614.k4L6EkJ5050029>