diff options
author | 2014-02-06 21:05:54 +0000 | |
---|---|---|
committer | 2014-02-06 21:05:54 +0000 | |
commit | 88fa6db8b1f48d8c0017c12f62b99e313f46e70b (patch) | |
tree | 2fb21a949ca73f7b0f9370eb3d61eb699687943c | |
parent | Oops, pax -x and cpio -H need to set frmt (diff) | |
download | wireguard-openbsd-88fa6db8b1f48d8c0017c12f62b99e313f46e70b.tar.xz wireguard-openbsd-88fa6db8b1f48d8c0017c12f62b99e313f46e70b.zip |
missing define for qla2100 support
-rw-r--r-- | sys/dev/ic/qlareg.h | 3 |
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 |