summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-08-23 13:41:00 +0000
committerkato <kato@FreeBSD.org>1999-08-23 13:41:00 +0000
commitd8cb917b88e94351fbc67336601b7ee79a91f410 (patch)
tree3b1f3e00e1227f22ae6153e2365c9ec317875ef9
parent6b9d586de3dd5c58316d2c7686a5e8a66e6ff976 (diff)
downloadFreeBSD-src-d8cb917b88e94351fbc67336601b7ee79a91f410.zip
FreeBSD-src-d8cb917b88e94351fbc67336601b7ee79a91f410.tar.gz
Merge from sys/i386/i386/userconfig.c revision 1.153.
-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 9f0e8b7..c52b97a 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.86 1999/08/09 10:35:01 phk Exp $
+ ** $Id: userconfig.c,v 1.87 1999/08/10 08:35:57 kato Exp $
**/
/**
@@ -399,6 +399,7 @@ static DEV_INFO device_info[] = {
{"le", "DEC Etherworks 2 and 3 Ethernet adapters", 0, CLS_NETWORK},
{"lnc", "Isolan, Novell NE2100/NE32-VL Ethernet adapters", 0,CLS_NETWORK},
{"sf", "Adaptec AIC-6915 PCI Ethernet adapters", 0,CLS_NETWORK},
+{"ste", "Sundance ST201 PCI Ethernet adapters", 0,CLS_NETWORK},
{"sk", "SysKonnect SK-984x gigabit Ethernet adapters", 0,CLS_NETWORK},
{"ti", "Alteon Networks Tigon gigabit Ethernet adapters", 0,CLS_NETWORK},
{"tl", "Texas Instruments ThunderLAN Ethernet adapters", 0,CLS_NETWORK},
@@ -2560,7 +2561,7 @@ visuserconfig(void)
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: userconfig.c,v 1.86 1999/08/09 10:35:01 phk Exp $
+ * $Id: userconfig.c,v 1.87 1999/08/10 08:35:57 kato Exp $
*/
#include "scbus.h"
OpenPOWER on IntegriCloud