summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>2000-06-21 14:54:19 +0000
committerkato <kato@FreeBSD.org>2000-06-21 14:54:19 +0000
commitb3523df6cbee4c0aaa47a10ff0a94f913dd676a0 (patch)
tree40810d603056645478d2be20707eefd2dfe5dfdb
parentaab35a983184629a01f6692b241fd5e57e9581f4 (diff)
downloadFreeBSD-src-b3523df6cbee4c0aaa47a10ff0a94f913dd676a0.zip
FreeBSD-src-b3523df6cbee4c0aaa47a10ff0a94f913dd676a0.tar.gz
PC-98 version of ed driver is a statically limited driver.
Pointed out by: haro@tk.kubota.co.jp (Munehiro Matsuda)
-rw-r--r--sys/conf/files.pc982
-rw-r--r--sys/pc98/conf/GENERIC2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index 67cfdb8..315e1cb 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -348,7 +348,7 @@ pc98/pc98/atapi.c optional wdc
pc98/pc98/clock.c standard
pc98/pc98/diskslice_machdep.c standard
pc98/pc98/fd.c optional fdc
-pc98/pc98/if_ed.c optional ed
+pc98/pc98/if_ed.c count ed
pc98/pc98/isa_dma.c optional isa
pc98/pc98/mse.c optional mse
pc98/pc98/npx.c mandatory npx
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 7781da1..86848c9 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -173,7 +173,7 @@ device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
# ISA Ethernet NICs.
# DP8390 NIC
-#device ed
+device ed 1
# MB86960A NIC
options FE_8BIT_SUPPORT # LAC-98 support
OpenPOWER on IntegriCloud