Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2013 19:37:43 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 1189085 for review
Message-ID:  <201312121937.rBCJbh4Z010131@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@1189085?ac=10

Change 1189085 by jhb@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
 
     /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312121937.rBCJbh4Z010131>