Date: Mon, 3 Apr 2006 06:06:23 GMT From: John-Mark Gurney <jmg@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 94508 for review Message-ID: <200604030606.k3366Nhx053430@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=94508 Change 94508 by jmg@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) \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604030606.k3366Nhx053430>