Head for the hills friends and neighbors, 3Com has yet another 3c90X

chipset. First you thrilled to the 3c905, then you trembled at the
3c905B, now gaze in wonder at: the 3c905C! This appears to be another
3c90X series chip called the Tornado (PCI ID 0x10B7/0x9200) and should
be equivalent (from the driver API perspective) to the 3c905B, so all
we have to do is add the PCI ID to the list.
This commit is contained in:
Bill Paul 1999-05-30 18:09:17 +00:00
parent 0ac2ad320e
commit a62accda5a
2 changed files with 7 additions and 3 deletions

View File

@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: if_xl.c,v 1.36 1999/05/05 17:05:06 wpaul Exp $
* $Id: if_xl.c,v 1.37 1999/05/09 17:07:06 peter Exp $
*/
/*
@ -50,6 +50,7 @@
* 3Com 3c905B-COMBO 10/100Mbps/RJ-45,AUI,BNC
* 3Com 3c905B-TX 10/100Mbps/RJ-45
* 3Com 3c905B-FL/FX 10/100Mbps/Fiber-optic
* 3Com 3c905C-TX 10/100Mbps/RJ-45
* 3Com 3c980-TX 10/100Mbps server adapter
* 3Com 3cSOHO100-TX 10/100Mbps/RJ-45
* Dell Optiplex GX1 on-board 3c918 10/100Mbps/RJ-45
@ -159,7 +160,7 @@
#if !defined(lint)
static const char rcsid[] =
"$Id: if_xl.c,v 1.36 1999/05/05 17:05:06 wpaul Exp $";
"$Id: if_xl.c,v 1.37 1999/05/09 17:07:06 peter Exp $";
#endif
/*
@ -190,6 +191,8 @@ static struct xl_type xl_devs[] = {
"3Com 3c905B-FX/SC Fast Etherlink XL" },
{ TC_VENDORID, TC_DEVICEID_CYCLONE_10_100_COMBO,
"3Com 3c905B-COMBO Fast Etherlink XL" },
{ TC_VENDORID, TC_DEVICEID_TORNADO_10_100BT,
"3Com 3c905C-TX Fast Etherlink XL" },
{ TC_VENDORID, TC_DEVICEID_HURRICANE_10_100BT_SERV,
"3Com 3c980 Fast Etherlink XL" },
{ TC_VENDORID, TC_DEVICEID_HURRICANE_SOHO100TX,

View File

@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: if_xlreg.h,v 1.15 1999/05/05 17:05:07 wpaul Exp $
* $Id: if_xlreg.h,v 1.16 1999/05/26 23:01:52 gallatin Exp $
*/
#define XL_EE_READ 0x0080 /* read, 5 bit address */
@ -625,6 +625,7 @@ struct xl_stats {
#define TC_DEVICEID_CYCLONE_10_100BT4 0x9056
#define TC_DEVICEID_CYCLONE_10_100_COMBO 0x9058
#define TC_DEVICEID_CYCLONE_10_100FX 0x905A
#define TC_DEVICEID_TORNADO_10_100BT 0x9200
#define TC_DEVICEID_HURRICANE_10_100BT_SERV 0x9800
#define TC_DEVICEID_HURRICANE_SOHO100TX 0x7646