PERFORCE change 1189085 for review

John Baldwin jhb at FreeBSD.org
Thu Dec 12 19:37:43 UTC 2013


http://p4web.freebsd.org/@@1189085?ac=10

Change 1189085 by jhb at jhb_jhbbsd on 2013/12/12 19:37:14

	Tidy.

Affected files ...

.. //depot/projects/pci/sys/dev/pci/pci_pci.c#44 edit

Differences ...

==== //depot/projects/pci/sys/dev/pci/pci_pci.c#44 (text+ko) ====

@@ -950,8 +950,7 @@
      * Quirk handling.
      */
     switch (pci_get_devid(dev)) {
-#if 0
-    /* XXX: This is now broken */
+#if !defined(NEW_PCIB) && !defined(PCI_RES_BUS)
     case 0x12258086:		/* Intel 82454KX/GX (Orion) */
 	{
 	    uint8_t	supbus;
@@ -963,6 +962,8 @@
 	    }
 	    break;
 	}
+#else
+    /* XXX: This is now broken */
 #endif
 
     /*


More information about the p4-projects mailing list