Enable MSI-X support for powerpc64.
authorkettenis <kettenis@openbsd.org>
Wed, 9 Jun 2021 19:46:33 +0000 (19:46 +0000)
committerkettenis <kettenis@openbsd.org>
Wed, 9 Jun 2021 19:46:33 +0000 (19:46 +0000)
ok patrick@

sys/arch/powerpc64/include/pci_machdep.h

index 3bf94ce..7e3201c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pci_machdep.h,v 1.4 2020/09/21 11:14:28 kettenis Exp $ */
+/*     $OpenBSD: pci_machdep.h,v 1.5 2021/06/09 19:46:33 kettenis Exp $ */
 
 /*
  * Copyright (c) 2003-2004 Opsycon AB  (www.opsycon.se / www.opsycon.com)
@@ -127,13 +127,9 @@ void       pci_msix_enable(pci_chipset_tag_t, pcitag_t, bus_space_tag_t,
 int    _pci_intr_map_msi(struct pci_attach_args *, pci_intr_handle_t *);
 int    _pci_intr_map_msix(struct pci_attach_args *, int, pci_intr_handle_t *);
 
-#ifdef notyet
-
 #define __HAVE_PCI_MSIX
 
 int    pci_msix_table_map(pci_chipset_tag_t, pcitag_t,
            bus_space_tag_t, bus_space_handle_t *);
 void   pci_msix_table_unmap(pci_chipset_tag_t, pcitag_t,
            bus_space_tag_t, bus_space_handle_t);
-
-#endif