On Tue, Mar 15, 2011 at 06:56:24PM +0100, roberth wrote:
> 
> And this one here?

This should be handled by the default case as the
start of the function, already.

> 
> Index: ixgbe_82599.c
> ===================================================================
> RCS file: /cvs/src/sys/dev/pci/ixgbe_82599.c,v
> retrieving revision 1.2
> diff -u -p -r1.2 ixgbe_82599.c
> --- ixgbe_82599.c     25 Feb 2010 10:56:07 -0000      1.2
> +++ ixgbe_82599.c     15 Mar 2011 17:27:55 -0000
> @@ -416,6 +416,9 @@ enum ixgbe_media_type ixgbe_get_media_ty
>       case IXGBE_DEV_ID_82599_CX4:
>               media_type = ixgbe_media_type_cx4;
>               break;
> +     case IXGBE_DEV_ID_82599_T3_LOM:
> +             media_type = ixgbe_media_type_copper;
> +             break;
>       default:
>               media_type = ixgbe_media_type_unknown;
>               break;

Reply via email to