diff options
author | nyan <nyan@FreeBSD.org> | 2000-03-22 03:19:37 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2000-03-22 03:19:37 +0000 |
commit | c7896c447c60b19a4c03c8470deeabccacbfb532 (patch) | |
tree | 537408e7ad1e74ed825470cbfa4497195b22479c /sys | |
parent | b192194923d915311410ceb23dc17678d01c9d7d (diff) | |
download | FreeBSD-src-c7896c447c60b19a4c03c8470deeabccacbfb532.zip FreeBSD-src-c7896c447c60b19a4c03c8470deeabccacbfb532.tar.gz |
Added the joy driver (commented out).
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/pc98/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/pc98/conf/GENERIC98 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 543b220..718f63c 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 543b220..718f63c 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 |