From dddf2f63b3ee186ee2e733ce4f4c9696b3b08182 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 8 Mar 2014 16:56:30 +0000 Subject: A bit of spring cleaning. --- sys/dev/ic/qlwvar.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/dev/ic/qlwvar.h') 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 @@ -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]; -- cgit v1.2.3