From b5e25a92a615fddca867e8763e0463b4790c0aa2 Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Sat, 16 Sep 2000 21:48:47 +0000 Subject: Note support for the new 3Com 3C3FE575CT LAN CardBus Type III PC Card. No actual code changes here, just a comment added to the list of supported cards, since the 3C3 has the same product ID as the 3CC (according to dahinds@users.sourceforge.net). --- sys/dev/ic/xl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/ic/xl.c b/sys/dev/ic/xl.c index e8f840e716a..35836d5c358 100644 --- a/sys/dev/ic/xl.c +++ b/sys/dev/ic/xl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xl.c,v 1.7 2000/09/16 21:42:16 aaron Exp $ */ +/* $OpenBSD: xl.c,v 1.8 2000/09/16 21:48:46 aaron Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -61,6 +61,7 @@ * 3Com 3C575TX 10/100Mbps LAN CardBus PC Card * 3Com 3CCFE575BT 10/100Mbps LAN CardBus PC Card * 3Com 3CCFE575CT 10/100Mbps LAN CardBus PC Card + * 3Com 3C3FE575CT 10/100Mbps LAN CardBus Type III PC Card * 3Com 3CCFEM656 10/100Mbps LAN+56k Modem CardBus PC Card * 3Com 3CCFEM656B 10/100Mbps LAN+56k Modem CardBus PC Card * 3Com 3CCFEM656C 10/100Mbps LAN+56k Global Modem CardBus PC Card -- cgit v1.2.3