summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe/adapter.h
diff options
context:
space:
mode:
authornp <np@FreeBSD.org>2013-01-26 03:10:28 +0000
committernp <np@FreeBSD.org>2013-01-26 03:10:28 +0000
commit7658f66486b3e23df2299b54d18e73d1873c73cd (patch)
tree94c82609393b8b5af791092d571d221b42416286 /sys/dev/cxgbe/adapter.h
parent05938d1be01a05bfc9bd27fa12e0e15383788ea9 (diff)
downloadFreeBSD-src-7658f66486b3e23df2299b54d18e73d1873c73cd.zip
FreeBSD-src-7658f66486b3e23df2299b54d18e73d1873c73cd.tar.gz
Force the 404-BT card (4 x 1G) to use the "uwire" configuration file.
MFC after: 3 days
Diffstat (limited to 'sys/dev/cxgbe/adapter.h')
-rw-r--r--sys/dev/cxgbe/adapter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/cxgbe/adapter.h b/sys/dev/cxgbe/adapter.h
index 219bab4..55cfa52 100644
--- a/sys/dev/cxgbe/adapter.h
+++ b/sys/dev/cxgbe/adapter.h
@@ -577,7 +577,8 @@ struct adapter {
int flags;
char fw_version[32];
- unsigned int cfcsum;
+ char cfg_file[32];
+ u_int cfcsum;
struct adapter_params params;
struct t4_virt_res vres;
OpenPOWER on IntegriCloud