diff options
author | jkh <jkh@FreeBSD.org> | 1998-01-21 19:25:49 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-01-21 19:25:49 +0000 |
commit | d7243159f20f119d7979facd87717fafce02ae55 (patch) | |
tree | 7c5c89801ff7753d1ec7cb52b4e66837fac2dcbd /usr.sbin/sade/devices.c | |
parent | 9380fa00aeae6c43e57e181197afa58800214a23 (diff) | |
download | FreeBSD-src-d7243159f20f119d7979facd87717fafce02ae55.zip FreeBSD-src-d7243159f20f119d7979facd87717fafce02ae55.tar.gz |
Add entry for SMC 9432TX cards (tx driver).
Diffstat (limited to 'usr.sbin/sade/devices.c')
-rw-r--r-- | usr.sbin/sade/devices.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sade/devices.c b/usr.sbin/sade/devices.c index b39cbf7..7d4b45c 100644 --- a/usr.sbin/sade/devices.c +++ b/usr.sbin/sade/devices.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: devices.c,v 1.65 1998/01/16 12:53:04 jkh Exp $ + * $Id: devices.c,v 1.66 1998/01/19 23:28:41 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -91,6 +91,7 @@ static struct { { DEVICE_TYPE_NETWORK, "ix", "Intel Etherexpress ethernet card" }, { DEVICE_TYPE_NETWORK, "le", "DEC EtherWorks 2 or 3 ethernet card" }, { DEVICE_TYPE_NETWORK, "lnc", "Lance/PCnet (Isolan/Novell NE2100/NE32-VL) ethernet" }, + { DEVICE_TYPE_NETWORK, "tx", "SMC 9432TX ethernet card" }, { DEVICE_TYPE_NETWORK, "vx", "3COM 3c590 / 3c595 / 3c9xx ethernet card" }, { DEVICE_TYPE_NETWORK, "ze", "IBM/National Semiconductor PCMCIA ethernet card" }, { DEVICE_TYPE_NETWORK, "zp", "3Com Etherlink III PCMCIA ethernet card" }, |