mirror of
https://github.com/opnsense/src.git
synced 2026-04-09 03:16:24 -04:00
fix reference to pci/pcireg.h
This commit is contained in:
parent
5ccace6f2c
commit
f2e618d5b2
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* Part of PCI configuration registers but not defined in <pci/pcireg.h>
|
||||
* Part of PCI configuration registers but not defined in <dev/pci/pcireg.h>
|
||||
*/
|
||||
#define PCI_CONTROL_REG 0x60
|
||||
#define ENDIAN_SWAP_DMA 0x80 /* Enable endian swaps on DMA */
|
||||
|
|
|
|||
Loading…
Reference in a new issue