summaryrefslogtreecommitdiff
path: root/sys/dev/ic/qlwvar.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2014-03-08 16:56:30 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2014-03-08 16:56:30 +0000
commitdddf2f63b3ee186ee2e733ce4f4c9696b3b08182 (patch)
tree2e196eadc3f976b36d2c1b339ef8df4a51cc2599 /sys/dev/ic/qlwvar.h
parentcb579514b65a47fde187b0771b39fbde11485721 (diff)
A bit of spring cleaning.
Diffstat (limited to 'sys/dev/ic/qlwvar.h')
-rw-r--r--sys/dev/ic/qlwvar.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/qlwvar.h b/sys/dev/ic/qlwvar.h
index 7ce708d6229..882e5df32ff 100644
--- a/sys/dev/ic/qlwvar.h
+++ b/sys/dev/ic/qlwvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: qlwvar.h,v 1.6 2014/03/08 15:13:12 kettenis Exp $ */
+/* $OpenBSD: qlwvar.h,v 1.7 2014/03/08 16:56:29 kettenis Exp $ */
/*
* Copyright (c) 2013, 2014 Jonathan Matthew <jmatthew@openbsd.org>
@@ -121,11 +121,13 @@ struct qlw_softc {
int sc_nvram_minversion;
u_int16_t sc_isp_config;
+ u_int16_t sc_fw_features;
u_int8_t sc_initiator[2];
u_int8_t sc_retry_count[2];
u_int8_t sc_retry_delay[2];
u_int8_t sc_reset_delay[2];
+ u_int8_t sc_tag_age_limit[2];
u_int16_t sc_selection_timeout[2];
u_int16_t sc_max_queue_depth[2];
u_int8_t sc_async_data_setup[2];