mirror of
https://github.com/opnsense/src.git
synced 2026-07-13 11:11:11 -04:00
Use the PCIR_BAR() macro rather than a magic number to specify the BAR
for controller memory.
This commit is contained in:
parent
74cf585544
commit
3094dfd106
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
* $FreeBSD$
|
||||
*
|
||||
*/
|
||||
#define PCI_CBMEM 0x10
|
||||
#define PCI_CBMEM PCIR_BAR(0)
|
||||
|
||||
#define FW_VENDORID_NEC 0x1033
|
||||
#define FW_VENDORID_TI 0x104c
|
||||
|
|
|
|||
Loading…
Reference in a new issue