diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-04-13 23:35:20 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-04-13 23:35:20 +0000 |
commit | 8967d411280f738435bf480b335d78c8a07a1044 (patch) | |
tree | 75993f2862da17b52bffd0c408b7361d7f3dc345 /sys/dev | |
parent | a2b0e82764ea9c25f461ea750c9169bca9c6bf51 (diff) |
typo
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/if_bgereg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bgereg.h b/sys/dev/pci/if_bgereg.h index 06db0fed51c..97447432f48 100644 --- a/sys/dev/pci/if_bgereg.h +++ b/sys/dev/pci/if_bgereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bgereg.h,v 1.44 2006/04/05 01:47:38 brad Exp $ */ +/* $OpenBSD: if_bgereg.h,v 1.45 2006/04/13 23:35:19 brad Exp $ */ /* * Copyright (c) 2001 Wind River Systems @@ -1202,7 +1202,7 @@ #define BGE_HCCMODE_ENABLE 0x00000002 #define BGE_HCCMODE_ATTN 0x00000004 #define BGE_HCCMODE_COAL_NOW 0x00000008 -#define BGE_HCCMODE_MSI_BITS 0x0x000070 +#define BGE_HCCMODE_MSI_BITS 0x00000070 #define BGE_HCCMODE_STATBLK_SIZE 0x00000180 #define BGE_STATBLKSZ_FULL 0x00000000 |