PERFORCE change 154770 for review

Nathan Whitehorn nwhitehorn at FreeBSD.org
Mon Dec 15 20:41:48 PST 2008


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

Change 154770 by nwhitehorn at nwhitehorn_trantor on 2008/12/16 04:41:46

	Fix mismerge.

Affected files ...

.. //depot/projects/ppc-g5/sys/powerpc/ofw/ofw_pcibus.c#7 edit

Differences ...

==== //depot/projects/ppc-g5/sys/powerpc/ofw/ofw_pcibus.c#7 (text+ko) ====

@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/sparc64/pci/ofw_pcibus.c,v 1.21 2008/08/24 15:05:46 marius Exp $");
+__FBSDID("$FreeBSD: head/sys/powerpc/ofw/ofw_pcibus.c 186128 2008-12-15 15:31:10Z nwhitehorn $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -226,9 +226,6 @@
 	int s, f, pcifunchigh;
 	uint8_t hdrtype;
 
-	KASSERT(dinfo_size >= sizeof(struct pci_devinfo),
-	    ("dinfo_size too small"));
-
 	pcib = device_get_parent(dev);
 
 	maxslots = PCIB_MAXSLOTS(pcib);


More information about the p4-projects mailing list