summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2014-11-04 07:36:48 +0000
committerBrad Smith <brad@cvs.openbsd.org>2014-11-04 07:36:48 +0000
commit528b142298ce8fcbf83d0474978e00522c67fa52 (patch)
tree601f198787ac750516a0e93b5b43cd2ba4d780c3 /sys/dev
parent9b245a7e8755ac339dba1c95b06759f0d427d766 (diff)
Commit a missing chunk of the diff I had sent out to recognize some
newer Yukon chipsets. Pointed out by jsg@
Diffstat (limited to 'sys/dev')
-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 f2ac747c632..ea7465f03a4 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.59 2014/10/04 18:20:50 brad Exp $ */
+/* $OpenBSD: if_skreg.h,v 1.60 2014/11/04 07:36:47 brad Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000
@@ -362,7 +362,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_OPTIMA)
+ ((sc)->sk_type >= SK_YUKON_XL && (sc)->sk_type <= SK_YUKON_OPTIMA2)
/* Known revisions in SK_CONFIG */
#define SK_YUKON_LITE_REV_A0 0x0 /* invented, see test in skc_attach */