diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-16 21:48:47 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-16 21:48:47 +0000 |
commit | b5e25a92a615fddca867e8763e0463b4790c0aa2 (patch) | |
tree | 289a406291ae75afeaf60a27153b2d5ff3dda112 | |
parent | fca520c1cec86189f29e49b06cc98d4e7638c34d (diff) |
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).
-rw-r--r-- | sys/dev/ic/xl.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 |