diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-14 18:10:38 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-14 18:10:38 +0000 |
commit | bba78d9c84988818733eb747a4f27f4ea45984bf (patch) | |
tree | d5317e4d739d5e62d6ad7296458c83a35acde328 | |
parent | 5d05ce161a916963158b995b39e123222a807295 (diff) |
There's a Type III 3c656C card, too.
-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 cedcf2c867c..89eb36a6512 100644 --- a/sys/dev/ic/xl.c +++ b/sys/dev/ic/xl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xl.c,v 1.13 2000/10/13 15:02:02 aaron Exp $ */ +/* $OpenBSD: xl.c,v 1.14 2000/10/14 18:10:37 aaron Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -66,6 +66,7 @@ * 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 + * 3Com 3C3FEM656C 10/100Mbps LAN+56k Global Modem CardBus Type III PC Card * 3Com 3cSOHO100-TX 10/100Mbps/RJ-45 (Hurricane ASIC) * Dell Optiplex GX1 on-board 3c918 10/100Mbps/RJ-45 * Dell on-board 3c920 10/100Mbps/RJ-45 |