summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_skreg.h
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2008-02-14 05:05:00 +0000
committerBrad Smith <brad@cvs.openbsd.org>2008-02-14 05:05:00 +0000
commitaa70e1f6b3439adde3f610d96ed37b307bc5cf51 (patch)
tree093acb990234cc9f04c55b03715996cff7bd7100 /sys/dev/pci/if_skreg.h
parent0681d3a2bda5e02507feff18bfe29ff360bbb5e0 (diff)
Missed updating the SK_IS_YUKON2 macro when adding Yukon Supreme support.
ok kettenis@ dlg@
Diffstat (limited to 'sys/dev/pci/if_skreg.h')
-rw-r--r--sys/dev/pci/if_skreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_skreg.h b/sys/dev/pci/if_skreg.h
index f420c705c53..79c1eea7abf 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.47 2008/02/03 21:21:21 brad Exp $ */
+/* $OpenBSD: if_skreg.h,v 1.48 2008/02/14 05:04:59 brad Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000
@@ -358,7 +358,7 @@
#define SK_IS_YUKON(sc) \
((sc)->sk_type >= SK_YUKON && (sc)->sk_type <= SK_YUKON_LP)
#define SK_IS_YUKON2(sc) \
- ((sc)->sk_type >= SK_YUKON_XL && (sc)->sk_type <= SK_YUKON_FE_P)
+ ((sc)->sk_type >= SK_YUKON_XL && (sc)->sk_type <= SK_YUKON_SUPR)
/* Known revisions in SK_CONFIG */
#define SK_YUKON_LITE_REV_A0 0x0 /* invented, see test in skc_attach */