PERFORCE change 94508 for review

John-Mark Gurney jmg at FreeBSD.org
Mon Apr 3 06:06:25 UTC 2006


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

Change 94508 by jmg at jmg_arlene on 2006/04/03 06:05:45

	only have one slot.. otherwise we respond on all slots, which isn't
	very useful...

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/hv_pci.c#17 edit

Differences ...

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

@@ -170,7 +170,7 @@
 hvpci_maxslots(device_t dev)
 {
 
-	return (PCI_SLOTMAX);
+	return (0);
 }
 
 #define HVPCI_BDF(b, d, f)	\


More information about the p4-projects mailing list