diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-09-13 01:16:44 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-09-13 01:16:44 +0000 |
commit | 92241b5694e83f5a37733d0052d86485c5d3b64b (patch) | |
tree | ed84ec4de7e61f401eb2678f02cb99a8a7fd3f7d /sys/dev/ic/mpireg.h | |
parent | c1b2ac21cb8d7dd8dba602e23d5a79be9fd21ba9 (diff) |
define the fc port config page 1.
Diffstat (limited to 'sys/dev/ic/mpireg.h')
-rw-r--r-- | sys/dev/ic/mpireg.h | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/sys/dev/ic/mpireg.h b/sys/dev/ic/mpireg.h index 6aecbf854dc..d5610597e43 100644 --- a/sys/dev/ic/mpireg.h +++ b/sys/dev/ic/mpireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mpireg.h,v 1.31 2006/09/21 08:35:39 dlg Exp $ */ +/* $OpenBSD: mpireg.h,v 1.32 2007/09/13 01:16:43 dlg Exp $ */ /* * Copyright (c) 2005 David Gwynne <dlg@openbsd.org> @@ -1250,6 +1250,26 @@ struct mpi_cfg_fc_port_pg0 { u_int8_t reserved2; } __packed; +struct mpi_cfg_fc_port_pg1 { + struct mpi_cfg_hdr config_header; + + u_int32_t flags; + + u_int64_t noseepromwwnn; + + u_int64_t noseepromwwpn; + + u_int8_t hard_alpa; + u_int8_t link_config; + u_int8_t topology_config; + u_int8_t alt_connector; + + u_int8_t num_req_aliases; + u_int8_t rr_tov; + u_int8_t initiator_dev_to; + u_int8_t initiator_lo_pend_to; +} __packed; + struct mpi_cfg_fc_device_pg0 { struct mpi_cfg_hdr config_header; |