diff options
| author | Warner Losh <imp@FreeBSD.org> | 2008-11-03 15:38:45 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2008-11-03 15:38:45 +0000 |
| commit | 8481e37b533044dd4777b45c6cfc04a5ca3d1c01 (patch) | |
| tree | 79918dfc0868bfc669e67d4b47b8d2cbfde956f9 /sys/dev | |
| parent | 339f72c730e072c65c1a58cd3fe657bb1de2bdde (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcireg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h index 8f8baaa269a9..e9ba5e7213a9 100644 --- a/sys/dev/pci/pcireg.h +++ b/sys/dev/pci/pcireg.h @@ -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 |
