summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp/isp_freebsd.h
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2006-09-26 04:59:52 +0000
committermjacob <mjacob@FreeBSD.org>2006-09-26 04:59:52 +0000
commit232d5f7e05b2913931121b01b4daac1910e1110a (patch)
treec2339f5dff8d0f05b47ec7dbd85aba5aa3c44dab /sys/dev/isp/isp_freebsd.h
parent688c3982c5e7708fb145972d37468804f7c9c9a8 (diff)
downloadFreeBSD-src-232d5f7e05b2913931121b01b4daac1910e1110a.zip
FreeBSD-src-232d5f7e05b2913931121b01b4daac1910e1110a.tar.gz
Begin the process of moving info to sysctl stuff for FreeBSD
by providing OIDs for WWNN/WWPN and Initiator ID.
Diffstat (limited to 'sys/dev/isp/isp_freebsd.h')
-rw-r--r--sys/dev/isp/isp_freebsd.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h
index 6502dea..6b80137 100644
--- a/sys/dev/isp/isp_freebsd.h
+++ b/sys/dev/isp/isp_freebsd.h
@@ -160,6 +160,15 @@ struct isposinfo {
struct firmware * fw;
struct mtx lock;
struct cv kthread_cv;
+ union {
+ struct {
+ char wwnn[17];
+ char wwpn[17];
+ } fc;
+ struct {
+ int iid;
+ } spi;
+ } sysctl_info;
#endif
struct proc *kproc;
bus_dma_tag_t cdmat;
OpenPOWER on IntegriCloud