xref: /dflybsd-src/sys/platform/pc64/include/msi_machdep.h (revision e3c41896e9aa173644cc1e67e218562bae1ea69f)
1 #ifndef _ARCH_MSI_MACHDEP_H_
2 #define	_ARCH_MSI_MACHDEP_H_
3 
4 #include <machine_base/apic/apicreg.h>
5 
6 #define MSI_X86_ADDR_BASE	0xfee00000
7 #define	MSI_X86_DATA_INTVEC	IOART_INTVEC	/* Interrupt vector. */
8 
9 #endif	/* !_ARCH_MSI_MACHDEP_H_ */
10