From 0192adaf1b57e936a2bed1b0babb5f4ca86e06be Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 14 Nov 2005 19:59:30 +0000 Subject: echo before setting up of microcode --- etc/rc.bootup | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/rc.bootup') 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"); -- cgit v1.1