mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
parent
80bf64732c
commit
83fe75d6c1
1 changed files with 5 additions and 0 deletions
|
|
@ -26,6 +26,9 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef __PCI_PCIREG_H
|
||||
#define __PCI_PCIREG_H
|
||||
|
||||
/*
|
||||
* PCIM_xxx: mask to locate subfield in register
|
||||
* PCIR_xxx: config register offset
|
||||
|
|
@ -1121,3 +1124,5 @@
|
|||
#define PCIM_ACS_USP_MEM_TGT_ACC_CTL 0x0c00
|
||||
#define PCIM_ACS_UNCLAIMED_REQ_REDIRECT_CTL 0x1000
|
||||
#define PCIR_ACS_EGRESS_CONTROL_VECTOR 0x8
|
||||
|
||||
#endif /* __PCI_PCIREG_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue