Use the PCIR_BAR() macro rather than a magic number to specify the BAR
for controller memory.
This commit is contained in:
parent
0b3393f389
commit
01083c2eb8
@ -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…
x
Reference in New Issue
Block a user