aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/i386
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2000-10-02 14:27:20 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2000-10-02 14:27:20 +0000
commit0a917604f0d17c92d589108eb5760bb42f0a6586 (patch)
treefd2a478c81c471891af65ce8443b29dd0de0413f /sys/pc98/i386
parent7320fd3a3003e601d784b9b0c3780ae5875bc45a (diff)
downloadsrc-0a917604f0d17c92d589108eb5760bb42f0a6586.tar.gz
src-0a917604f0d17c92d589108eb5760bb42f0a6586.zip
Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02R
support which use National Semiconductor DP8393X (SONIC) as ethernet controller. Currently, this driver is used on only PC-98. Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp> Obtained from: NetBSD/pc98
Notes
Notes: svn path=/head/; revision=66550
Diffstat (limited to 'sys/pc98/i386')
-rw-r--r--sys/pc98/i386/userconfig.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pc98/i386/userconfig.c b/sys/pc98/i386/userconfig.c
index 77718bdbd616..e4f5f08c061d 100644
--- a/sys/pc98/i386/userconfig.c
+++ b/sys/pc98/i386/userconfig.c
@@ -370,6 +370,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},
{"sn", "SMC/Megahertz Ethernet adapters", 0,CLS_NETWORK},
+{"snc", "SONIC Ethernet adapters", 0,CLS_NETWORK},
{"xe", "Xircom PC Card Ethernet adapter", 0, CLS_NETWORK},
{"rdp", "RealTek RTL8002 Pocket Ethernet", 0, CLS_NETWORK},