sync with OpenBSD -current
This commit is contained in:
parent
c170139b8d
commit
614315d09f
26 changed files with 269 additions and 138 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: pci_machdep.h,v 1.31 2024/01/19 18:38:16 kettenis Exp $ */
|
||||
/* $OpenBSD: pci_machdep.h,v 1.32 2025/01/23 11:24:34 kettenis Exp $ */
|
||||
/* $NetBSD: pci_machdep.h,v 1.1 2003/02/26 21:26:11 fvdl Exp $ */
|
||||
|
||||
/*
|
||||
|
@ -103,7 +103,7 @@ pcireg_t pci_min_powerstate(pci_chipset_tag_t, pcitag_t);
|
|||
void pci_set_powerstate_md(pci_chipset_tag_t, pcitag_t, int, int);
|
||||
|
||||
void pci_mcfg_init(bus_space_tag_t, bus_addr_t, int, int, int);
|
||||
pci_chipset_tag_t pci_lookup_segment(int);
|
||||
pci_chipset_tag_t pci_lookup_segment(int, int);
|
||||
|
||||
#define __HAVE_PCI_MSIX
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue