From bd4026ebae55d49b9834d42c7bae7f1a6f7b4d26 Mon Sep 17 00:00:00 2001 From: nyan Date: Mon, 2 Oct 2000 14:27:20 +0000 Subject: 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 Obtained from: NetBSD/pc98 --- sys/pc98/conf/GENERIC | 1 + sys/pc98/conf/GENERIC.hints | 5 +++++ 2 files changed, 6 insertions(+) (limited to 'sys/pc98/conf') 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" -- cgit v1.1