mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
Nit: Add a few leading zeros to make this match other mask constants
in this file. Also to make sure that I got other ASI constants right.
This commit is contained in:
parent
339f72c730
commit
8481e37b53
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184594
@ -133,7 +133,7 @@
|
||||
#define PCIM_BAR_IO_RESERVED 0x00000002
|
||||
#define PCIM_BAR_IO_BASE 0xfffffffc
|
||||
#define PCIR_CIS 0x28
|
||||
#define PCIM_CIS_ASI_MASK 0x7
|
||||
#define PCIM_CIS_ASI_MASK 0x00000007
|
||||
#define PCIM_CIS_ASI_CONFIG 0
|
||||
#define PCIM_CIS_ASI_BAR0 1
|
||||
#define PCIM_CIS_ASI_BAR1 2
|
||||
|
Loading…
Reference in New Issue
Block a user