Subject: Re: ASIX AX88140 support under tlp(4)
To: Rui Paulo <rpaulo@NetBSD.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-net
Date: 06/23/2005 13:36:12
On Jun 23, 2005, at 12:44 PM, Rui Paulo wrote:

> So, they don't distinguish between AX88140A and AX88141. I'm guessing
> their support doesn't differ.
>
> In if_tlp.c we have:
>
>         case TULIP_CHIP_AX88140:
>                 if (sc->sc_rev >= 0x10)
>                         sc->sc_chip = TULIP_CHIP_AX88141;
>                 break;
>
> Should we remove this or keep it and add a comment ?

Keep it -- just add the 88141 case to all the 88140 handling.  This  
lets us report the correct chip ID.

-- thorpej