summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmatthew <jmatthew@openbsd.org>2014-02-06 21:05:54 +0000
committerjmatthew <jmatthew@openbsd.org>2014-02-06 21:05:54 +0000
commit88fa6db8b1f48d8c0017c12f62b99e313f46e70b (patch)
tree2fb21a949ca73f7b0f9370eb3d61eb699687943c
parentOops, pax -x and cpio -H need to set frmt (diff)
downloadwireguard-openbsd-88fa6db8b1f48d8c0017c12f62b99e313f46e70b.tar.xz
wireguard-openbsd-88fa6db8b1f48d8c0017c12f62b99e313f46e70b.zip
missing define for qla2100 support
-rw-r--r--sys/dev/ic/qlareg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/qlareg.h b/sys/dev/ic/qlareg.h
index 27f2aca6d45..6a3b15c56b7 100644
--- a/sys/dev/ic/qlareg.h
+++ b/sys/dev/ic/qlareg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: qlareg.h,v 1.3 2014/01/21 02:40:02 jmatthew Exp $ */
+/* $OpenBSD: qlareg.h,v 1.4 2014/02/06 21:05:54 jmatthew Exp $ */
/*
* Copyright (c) 2013, 2014 Jonathan Matthew <jmatthew@openbsd.org>
@@ -17,6 +17,7 @@
*/
/* firmware loading */
+#define QLA_2100_CODE_ORG 0x1000
#define QLA_2200_CODE_ORG 0x1000
#define QLA_2300_CODE_ORG 0x0800