aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2000-04-12 13:02:54 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2000-04-12 13:02:54 +0000
commit00add4ed4fbcc6b7aa507355527f5899cefb9b25 (patch)
tree66a88f80b0ae1383a2ab219995ccfa5fff22d467 /sys/pc98
parent8f230c9bafb775e273c76ba29d0c805d33891bd9 (diff)
downloadsrc-00add4ed4fbcc6b7aa507355527f5899cefb9b25.tar.gz
src-00add4ed4fbcc6b7aa507355527f5899cefb9b25.zip
The nss driver is compatible mode.
Submitted by: Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp>
Notes
Notes: svn path=/head/; revision=59172
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/pc98/isa_compat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/pc98/pc98/isa_compat.h b/sys/pc98/pc98/isa_compat.h
index 4c4656cd423a..c9bad9d5e39c 100644
--- a/sys/pc98/pc98/isa_compat.h
+++ b/sys/pc98/pc98/isa_compat.h
@@ -53,6 +53,7 @@
#include "opl.h"
#include "mpu.h"
#include "uart.h"
+#include "nss.h"
#include "mcd.h"
#include "scd.h"
#include "matcd.h"
@@ -110,6 +111,7 @@ extern struct isa_driver sscape_mssdriver;
extern struct isa_driver opldriver;
extern struct isa_driver mpudriver;
extern struct isa_driver uartdriver;
+extern struct isa_driver nssdriver;
extern struct isa_driver mcddriver;
extern struct isa_driver scddriver;
extern struct isa_driver matcddriver;
@@ -299,6 +301,9 @@ static struct old_isa_driver old_drivers[] = {
#if NUART > 0
{ INTR_TYPE_MISC, &uartdriver },
#endif
+#if NNSS > 0
+ { INTR_TYPE_MISC, &nssdriver },
+#endif
#if NCTX > 0
{ INTR_TYPE_MISC, &ctxdriver },
#endif