aboutsummaryrefslogtreecommitdiff
path: root/net/iwi-firmware/files
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-12-11 18:00:33 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-12-11 18:00:33 +0000
commit3e8a71e6d46db1c48f085f92bb5fb7c99a85f6f0 (patch)
treefc90c14fce697e4b079afddeccfc39dc8bb48f12 /net/iwi-firmware/files
parent591f47d4b56745611f20dafc6b4b844ead7b1055 (diff)
Notes
Diffstat (limited to 'net/iwi-firmware/files')
-rw-r--r--net/iwi-firmware/files/iwi.sh.in6
-rw-r--r--net/iwi-firmware/files/pkg-message.in42
2 files changed, 31 insertions, 17 deletions
diff --git a/net/iwi-firmware/files/iwi.sh.in b/net/iwi-firmware/files/iwi.sh.in
index 602dd8efd3df..c19accaabae9 100644
--- a/net/iwi-firmware/files/iwi.sh.in
+++ b/net/iwi-firmware/files/iwi.sh.in
@@ -4,8 +4,8 @@
#
# PROVIDE: %%DRIVERNAME%%
-# REQUIRE: LOGIN abi
-# BEFORE: securelevel
+# REQUIRE: mountcritlocal
+# BEFORE: ipfilter
# KEYWORD: FreeBSD shutdown
# Add the following line to /etc/rc.conf to enable `%%DRIVERNAME%%':
@@ -43,7 +43,7 @@ command="/usr/local/sbin/%%DRIVERNAME%%control"
eval _mode=\$_%%DRIVERNAME%%_file_${i}
echo -n " [${i}:${_mode:=bss}]"
- ${command} -i ${i} -d %%DATADIR%% -m ${_mode:=bss}
+ ${command} -i ${i} -d %%FWDIR%% -m ${_mode:=bss}
ifconfig ${i} up
done
echo "."
diff --git a/net/iwi-firmware/files/pkg-message.in b/net/iwi-firmware/files/pkg-message.in
index e38843d9d53e..5d9473418a93 100644
--- a/net/iwi-firmware/files/pkg-message.in
+++ b/net/iwi-firmware/files/pkg-message.in
@@ -1,20 +1,34 @@
------------------------------------------------------------------
-You must choose the correct mode depending on how you want to
-use your adapter.
+This port has installed following files in %%FWDIR%%:
-For instance, to download firmware for BSS mode:
+ - LICENSE.%%DRIVERNAME%% : License terms,
+ - %%DRIVERNAME%%-boot.fw : Boot mode firmware,
+ - %%DRIVERNAME%%-bss.fw : BSS mode firmware,
+ - %%DRIVERNAME%%-ucode-bss.fw : BSS mode micro-code,
+ - %%DRIVERNAME%%-ibss.fw : IBSS mode firmware,
+ - %%DRIVERNAME%%-ucode-ibss.fw : IBSS mode micro-code,
+ - %%DRIVERNAME%%-sniffer.fw : Sniffer mode firmware,
+ - %%DRIVERNAME%%-ucode-sniffer.fw : Sniffer mode micro-code.
- # %%DRIVERNAME%%control -i %%DRIVERNAME%%0 -d %%DATADIR%% -m bss
-
-The port has installed a startup script (%%DRIVERNAME%%.sh). Add these lines
-to /etc/rc.conf to use it :
-
- - %%DRIVERNAME%%_enable (bool) : defaults to "NO", set it to "YES" to
- use the startup script.
- - %%DRIVERNAME%%_interfaces (str) : defaults to "%%DRIVERNAME%%0", override it to
- change to interface names list (optional).
- - %%DRIVERNAME%%_mode_<iface> (str) : defaults to "bss", possible values
- are bss, ibss and sniffer (optional).
+Ensure you've read license terms carefully before you use this
+firmware.
+%%DONT_NEED_CONTROL%%
+%%DONT_NEED_CONTROL%%You must choose the correct mode depending on how you want to
+%%DONT_NEED_CONTROL%%use your adapter.
+%%DONT_NEED_CONTROL%%
+%%DONT_NEED_CONTROL%%For instance, to download firmware for BSS mode:
+%%DONT_NEED_CONTROL%%
+%%DONT_NEED_CONTROL%% # %%DRIVERNAME%%control -i %%DRIVERNAME%%0 -d %%DATADIR%% -m bss
+%%DONT_NEED_CONTROL%%
+%%DONT_NEED_CONTROL%%The port has installed a startup script (%%DRIVERNAME%%.sh). Add these lines
+%%DONT_NEED_CONTROL%%to /etc/rc.conf to use it :
+%%DONT_NEED_CONTROL%%
+%%DONT_NEED_CONTROL%% - %%DRIVERNAME%%_enable (bool) : defaults to "NO", set it to "YES" to
+%%DONT_NEED_CONTROL%% use the startup script.
+%%DONT_NEED_CONTROL%% - %%DRIVERNAME%%_interfaces (str) : defaults to "%%DRIVERNAME%%0", override it to
+%%DONT_NEED_CONTROL%% change to interface names list (optional).
+%%DONT_NEED_CONTROL%% - %%DRIVERNAME%%_mode_<iface> (str) : defaults to "bss", possible values
+%%DONT_NEED_CONTROL%% are bss, ibss and sniffer (optional).
%%MIGHT_NEED_MODULE%%
%%MIGHT_NEED_MODULE%%Note:
%%MIGHT_NEED_MODULE%%