mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
No arguments needed for fore_dnld any longer.
Approved by: jkh
This commit is contained in:
parent
00494e78d5
commit
6fdb2d8e5c
6 changed files with 6 additions and 6 deletions
|
|
@ -32,7 +32,7 @@ atm_pass1() {
|
|||
|
||||
# Load microcode into FORE adapters (if needed)
|
||||
if [ `expr "${atmdev}" : '.*hfa.*'` -ne 0 ]; then
|
||||
fore_dnld -d /etc
|
||||
fore_dnld
|
||||
fi
|
||||
|
||||
# Configure physical interfaces
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ atm_pass1() {
|
|||
|
||||
# Load microcode into FORE adapters (if needed)
|
||||
if [ `expr "${atmdev}" : '.*hfa.*'` -ne 0 ]; then
|
||||
fore_dnld -d /etc
|
||||
fore_dnld
|
||||
fi
|
||||
|
||||
# Configure physical interfaces
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ atm_pass1() {
|
|||
|
||||
# Load microcode into FORE adapters (if needed)
|
||||
if [ `expr "${atmdev}" : '.*hfa.*'` -ne 0 ]; then
|
||||
fore_dnld -d /etc
|
||||
fore_dnld
|
||||
fi
|
||||
|
||||
# Configure physical interfaces
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ atm_pass1() {
|
|||
|
||||
# Load microcode into FORE adapters (if needed)
|
||||
if [ `expr "${atmdev}" : '.*hfa.*'` -ne 0 ]; then
|
||||
fore_dnld -d /etc
|
||||
fore_dnld
|
||||
fi
|
||||
|
||||
# Configure physical interfaces
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ atm_pass1() {
|
|||
|
||||
# Load microcode into FORE adapters (if needed)
|
||||
if [ `expr "${atmdev}" : '.*hfa.*'` -ne 0 ]; then
|
||||
fore_dnld -d /etc
|
||||
fore_dnld
|
||||
fi
|
||||
|
||||
# Configure physical interfaces
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ atm_pass1() {
|
|||
|
||||
# Load microcode into FORE adapters (if needed)
|
||||
if [ `expr "${atmdev}" : '.*hfa.*'` -ne 0 ]; then
|
||||
fore_dnld -d /etc
|
||||
fore_dnld
|
||||
fi
|
||||
|
||||
# Configure physical interfaces
|
||||
|
|
|
|||
Loading…
Reference in a new issue