From 9d97e36cc44bc4ee8d7b2f98b5314a5e0a4fb38a Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Wed, 22 Mar 2000 03:19:37 +0000 Subject: [PATCH] Added the joy driver (commented out). Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata) --- sys/pc98/conf/GENERIC | 2 ++ sys/pc98/conf/GENERIC98 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 543b22027513..718f63c1528b 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -282,6 +282,8 @@ device sn #device mss0 at isa? port 0xf40 irq 12 drq 1 #device mpu0 at isa? port 0xe0d0 irq 6 +#device joy0 at isa? port 0x04d2 + # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98 index 543b22027513..718f63c1528b 100644 --- a/sys/pc98/conf/GENERIC98 +++ b/sys/pc98/conf/GENERIC98 @@ -282,6 +282,8 @@ device sn #device mss0 at isa? port 0xf40 irq 12 drq 1 #device mpu0 at isa? port 0xe0d0 irq 6 +#device joy0 at isa? port 0x04d2 + # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support