summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_skreg.h
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-04-30 04:17:49 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-04-30 04:17:49 +0000
commit8477932cce73a36769446ee44c77a34b86480151 (patch)
treefff5699fd2d02b9c4e82f913d0f90ef8fbd91298 /sys/dev/pci/if_skreg.h
parentf908dd4c32f61656adde01e2f9c24e9a87cf2ab8 (diff)
- Use SK_IS_GENESIS/SK_IS_YUKON where appropriate
- Remove SK_YUKON_FAMILY
Diffstat (limited to 'sys/dev/pci/if_skreg.h')
-rw-r--r--sys/dev/pci/if_skreg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_skreg.h b/sys/dev/pci/if_skreg.h
index 8046d065ca3..0ff45135d0f 100644
--- a/sys/dev/pci/if_skreg.h
+++ b/sys/dev/pci/if_skreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_skreg.h,v 1.29 2006/04/30 02:00:21 brad Exp $ */
+/* $OpenBSD: if_skreg.h,v 1.30 2006/04/30 04:17:48 brad Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000
@@ -319,7 +319,6 @@
#define SK_YUKON_EC 0xB6
#define SK_YUKON_FE 0xB7
-#define SK_YUKON_FAMILY(x) ((x) & 0xB0)
#define SK_IS_GENESIS(sc) \
((sc)->sk_type == SK_GENESIS)
#define SK_IS_YUKON(sc) \