diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-11-14 19:59:30 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-11-14 19:59:30 +0000 |
commit | 0192adaf1b57e936a2bed1b0babb5f4ca86e06be (patch) | |
tree | 19e07802a7265d0ce79d674c74471efed25b29bb /etc/rc.bootup | |
parent | 5ee05677740b0a62b14755e9d3c9cab455bb5e15 (diff) | |
download | pfsense-0192adaf1b57e936a2bed1b0babb5f4ca86e06be.zip pfsense-0192adaf1b57e936a2bed1b0babb5f4ca86e06be.tar.gz |
echo before setting up of microcode
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-x | etc/rc.bootup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup index d9c22d6..ea84aaf 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -242,9 +242,11 @@ echo "done.\n"; /* setup interface microcode which improves tcp/ip speed */ + echo "Setting up microcode and tx/rx offloading... "; mute_kernel_msgs(); setup_microcode(); unmute_kernel_msgs(); + echo "done.\n"; mwexec("/sbin/pfctl -f /tmp/rules.debug"); |