summaryrefslogtreecommitdiffstats
path: root/sys/pc98/conf
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2000-10-02 14:27:20 +0000
committernyan <nyan@FreeBSD.org>2000-10-02 14:27:20 +0000
commitbd4026ebae55d49b9834d42c7bae7f1a6f7b4d26 (patch)
tree7b40f1f273ca32e8c8eaf31dc2de4a944e5022f8 /sys/pc98/conf
parentca9093b327311b17a6c77820abb0c66abf6a94f4 (diff)
downloadFreeBSD-src-bd4026ebae55d49b9834d42c7bae7f1a6f7b4d26.zip
FreeBSD-src-bd4026ebae55d49b9834d42c7bae7f1a6f7b4d26.tar.gz
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
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r--sys/pc98/conf/GENERIC1
-rw-r--r--sys/pc98/conf/GENERIC.hints5
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 8106de7..ab7e580 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -181,6 +181,7 @@ device fe
device ep
device lnc
device sn
+device snc
# WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really
# exists only as a PCMCIA device, so there is no ISA attatement needed
diff --git a/sys/pc98/conf/GENERIC.hints b/sys/pc98/conf/GENERIC.hints
index 4ea0ca3..b0924e3 100644
--- a/sys/pc98/conf/GENERIC.hints
+++ b/sys/pc98/conf/GENERIC.hints
@@ -275,6 +275,11 @@ hint.lnc.0.at="isa"
hint.lnc.0.port="0x03d0"
hint.lnc.0.irq="6"
+hint.snc.0.at="isa"
+hint.snc.0.port="0x888"
+hint.snc.0.irq="6"
+hint.snc.0.maddr="0xc0000"
+
# The VoxWare sound drivers
#hint.sb.0.at="isa"
#hint.sb.0.port="0x20d2"
OpenPOWER on IntegriCloud