summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-11-16 03:27:47 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-11-16 03:27:47 +0000
commit7703a23359f045775ab819a6fb149f0d4e7875b0 (patch)
tree42bfb385787003976483c6e0e63e3a72c09c8726 /sys
parente31ef656bf673ef968b7b7b63a06f1b164678211 (diff)
have SK_IS_YUKON only match for first generation Yukon chipsets.
Diffstat (limited to 'sys')
-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 4b43c97239e..b59a0387092 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.39 2006/08/20 19:15:46 brad Exp $ */
+/* $OpenBSD: if_skreg.h,v 1.40 2006/11/16 03:27:46 brad Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000
@@ -353,7 +353,7 @@
#define SK_IS_GENESIS(sc) \
((sc)->sk_type == SK_GENESIS)
#define SK_IS_YUKON(sc) \
- ((sc)->sk_type >= SK_YUKON && (sc)->sk_type <= SK_YUKON_FE)
+ ((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)