On Thu, Aug 28, 2008 at 10:18:28PM -0500, Jacob Owens wrote:
> To resolve the issue, Pyun first had my patch amphy.c , then the dc driver.
> The DC patch fixed my issue. Here is what i had to do:
>
> 1. save attached patch to /tmp
> 2. #cd /usr/src
> 3. #patch -p0 < /tmp/dc.patch
> 4. rebuild/inst
To resolve the issue, Pyun first had my patch amphy.c , then the dc driver.
The DC patch fixed my issue. Here is what i had to do:
1. save attached patch to /tmp
2. #cd /usr/src
3. #patch -p0 < /tmp/dc.patch
4. rebuild/install kernel and reboot. i used instructions from here:
http://www.freebsdmad
On Fri, Aug 08, 2008 at 11:49:27PM -0500, Jacob Owens wrote:
> Hello.
>
> I've got a old sun V100 which features two gigabit ports (using dc driver).
> I've been trying to get lagg failover working. on SPARC64 7.0 RELEASE
>
> On the box I put the following in /etc/rc.conf:
> ifconfig_dc0="
On Fri, Aug 08, 2008 at 11:49:27PM -0500, Jacob Owens wrote:
> Hello.
>
> I've got a old sun V100 which features two gigabit ports (using dc driver).
> I've been trying to get lagg failover working. on SPARC64 7.0 RELEASE
>
> On the box I put the following in /etc/rc.conf:
> ifconfig_dc0="UP"
> i