summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_xl.c
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1999-05-30 18:09:17 +0000
committerwpaul <wpaul@FreeBSD.org>1999-05-30 18:09:17 +0000
commit19bbf48969238130ab9c4bdfe6ebd556ffd51245 (patch)
tree3c93bf07b3e6a740f19874b28910a30b3fbd7f5e /sys/pci/if_xl.c
parent3fa611e83e95e57ba8d7578dd6aeb8a1543ed92b (diff)
downloadFreeBSD-src-19bbf48969238130ab9c4bdfe6ebd556ffd51245.zip
FreeBSD-src-19bbf48969238130ab9c4bdfe6ebd556ffd51245.tar.gz
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.
Diffstat (limited to 'sys/pci/if_xl.c')
-rw-r--r--sys/pci/if_xl.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c
index 67d3c89..d4883fa 100644
--- a/sys/pci/if_xl.c
+++ b/sys/pci/if_xl.c
@@ -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,
OpenPOWER on IntegriCloud