summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1998-09-28 08:26:10 +0000
committerKATO Takenori <kato@FreeBSD.org>1998-09-28 08:26:10 +0000
commit2b336086eb76dac9e568fb2e0ce5a9bd1b9c4f41 (patch)
treef897eb4eafcd2db89e6f9dd3ac457a03c1d90c88
parent6a75025663710e60e3fa1a0d193a3895ecfb6f86 (diff)
Notes
-rw-r--r--sys/pc98/i386/userconfig.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/pc98/i386/userconfig.c b/sys/pc98/i386/userconfig.c
index 31aaa82eac37..a738d0ac0376 100644
--- a/sys/pc98/i386/userconfig.c
+++ b/sys/pc98/i386/userconfig.c
@@ -46,7 +46,7 @@
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
- ** $Id: userconfig.c,v 1.53 1998/09/15 14:11:42 kato Exp $
+ ** $Id: userconfig.c,v 1.54 1998/09/17 13:14:14 kato Exp $
**/
/**
@@ -275,6 +275,7 @@ static DEV_INFO device_info[] = {
{"ix", "Intel EtherExpress Ethernet adapter", 0, CLS_NETWORK},
{"le", "DEC Etherworks 2 and 3 Ethernet adapters", 0, CLS_NETWORK},
{"lnc", "Isolan, Novell NE2100/NE32-VL Ethernet adapters", 0,CLS_NETWORK},
+{"tl", "Texas Instruments ThunderLAN Ethernet adapters", 0,CLS_NETWORK},
{"tx", "SMC 9432TX Ethernet adapters", 0, CLS_NETWORK},
{"vx", "3COM 3C590/3C595 Ethernet adapters", 0, CLS_NETWORK},
{"ze", "IBM/National Semiconductor PCMCIA Ethernet adapter",0, CLS_NETWORK},
@@ -2399,7 +2400,7 @@ visuserconfig(void)
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: userconfig.c,v 1.53 1998/09/15 14:11:42 kato Exp $
+ * $Id: userconfig.c,v 1.54 1998/09/17 13:14:14 kato Exp $
*/
#include "scbus.h"