summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/pci/if_bnxreg.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_bnxreg.h b/sys/dev/pci/if_bnxreg.h
index 1dd2bcc6659..750b270e18e 100644
--- a/sys/dev/pci/if_bnxreg.h
+++ b/sys/dev/pci/if_bnxreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_bnxreg.h,v 1.39 2012/12/10 10:38:56 mikeb Exp $ */
+/* $OpenBSD: if_bnxreg.h,v 1.40 2013/02/08 21:30:11 jasper Exp $ */
/*-
* Copyright (c) 2006 Broadcom Corporation
@@ -216,8 +216,6 @@
#define HP_VENDORID 0x103C
-#define PCI_ANY_ID (u_int16_t) (~0U)
-
/* chip num:16-31, rev:12-15, metal:4-11, bond_id:0-3 */
#define BNX_CHIP_NUM(sc) (((sc)->bnx_chipid) & 0xffff0000)