LAN Card Polling problem

2005-12-20 Thread Paul.LKW
Hello All:
I recently upgraded to 6.0-p1 stable, I want to ask does anyone know now to
use ifconfig to enable POLLING on the LAN Card (I tried 'ifconfig rl0
192.168.1.254 polling' not work.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: LAN Card Polling problem

2005-12-20 Thread Mikael Krantz

Paul.LKW wrote:


Hello All:
I recently upgraded to 6.0-p1 stable, I want to ask does anyone know now to
use ifconfig to enable POLLING on the LAN Card (I tried 'ifconfig rl0
192.168.1.254 polling' not work.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]
 


Hi

Ever tried using compilation as an option?

Recompile your kernel with probably

option  DEVICE_POLLING
option  HZ=1000


Added and you have device polling if your nic supports it.

//Mikael Krantz
Qbrick AB
www.qbrick.com
Streaming media solutions
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]