Changing link status in bge driver

2010-09-23 Thread Sushanth Rai
Hello, I'm using BCM5715C based NIC card on a FreeBSD 7.2 system. I would like to simulate condition where the PHY layer is powered-off i.e, the link status should show as "no carrier". When I do "ifconfig down", it just turns-off the driver and the link status is still active. Is there is anyt

Re: Changing link status in bge driver

2010-09-23 Thread Sushanth Rai
nently. --- On Thu, 9/23/10, Luiz Otavio O Souza wrote: > From: Luiz Otavio O Souza > Subject: Re: Changing link status in bge driver > To: "Sushanth Rai" > Date: Thursday, September 23, 2010, 2:31 AM > On Sep 23, 2010, at 4:11 AM, Sushanth > Rai wrote: > >

Re: Changing link status in bge driver

2010-09-23 Thread Sushanth Rai
Implementing IFM_NONE in brgphy_service() to power down PHY works like a charm !! Many thanks Sushanth --- On Thu, 9/23/10, Pyun YongHyeon wrote: > From: Pyun YongHyeon > Subject: Re: Changing link status in bge driver > To: "Sushanth Rai" > Cc: "Luiz Ot