summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2013-02-08 21:30:12 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2013-02-08 21:30:12 +0000
commitb087d7902ef0631135eb6cc34b29b58825fb1adc (patch)
tree3951fc488f8d5c6a56ff49ed87a6501dd03989eb
parentf8214d83ab287a4c151f5dc663b797d61dd4a056 (diff)
- remove ununsed PCI_ANY_ID macros
ok dlg@
-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)