mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix the description of hw.firewire.sbp.exclusive_login.
Submitted by: KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp>
This commit is contained in:
parent
916d771d73
commit
e1ebf69098
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ SYSCTL_INT(_hw_firewire_sbp, OID_AUTO, auto_login, CTLFLAG_RW, &auto_login, 0,
|
|||
SYSCTL_INT(_hw_firewire_sbp, OID_AUTO, max_speed, CTLFLAG_RW, &max_speed, 0,
|
||||
"SBP transfer max speed");
|
||||
SYSCTL_INT(_hw_firewire_sbp, OID_AUTO, exclusive_login, CTLFLAG_RW,
|
||||
&ex_login, 0, "SBP transfer max speed");
|
||||
&ex_login, 0, "SBP enable exclusive login");
|
||||
SYSCTL_INT(_hw_firewire_sbp, OID_AUTO, login_delay, CTLFLAG_RW,
|
||||
&login_delay, 0, "SBP login delay in msec");
|
||||
SYSCTL_INT(_hw_firewire_sbp, OID_AUTO, scan_delay, CTLFLAG_RW,
|
||||
|
|
|
|||
Loading…
Reference in a new issue