repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hyperv/vmbus: Complete vmbus initialization; interrupt cputimer is enabled
[dragonfly.git]
/
sys
/
platform
/
pc64
/
include
/
msi_machdep.h
blob
53f8e8fea1db217c83be4e2a31e2b758781b9943
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_ */