diff options
author | imp <imp@cvs.openbsd.org> | 1998-05-05 05:48:49 +0000 |
---|---|---|
committer | imp <imp@cvs.openbsd.org> | 1998-05-05 05:48:49 +0000 |
commit | d8632117d577ee9c0375f7b3873dc5cc9435a82e (patch) | |
tree | ba3705842e9d3eab6c6356c6c0860fea59aa4e37 /sys | |
parent | 8ffe25532e04ef240c4390021837cae63e8d8c2e (diff) |
Add commented out joy0 to generic, per i386 port
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/arc/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/arc/conf/GENERIC b/sys/arch/arc/conf/GENERIC index 83d1fcc5bf9..21b9bfdc9db 100644 --- a/sys/arch/arc/conf/GENERIC +++ b/sys/arch/arc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.26 1998/03/25 11:49:56 pefo Exp $ +# $OpenBSD: GENERIC,v 1.27 1998/05/05 05:48:48 imp Exp $ # # Generic configuration file for MIPS R4x00 ARC Systems # @@ -57,6 +57,9 @@ ast0 at isa? port 0x1a0 irq 3 # AST 4-port serial cards com* at ast? slave ? lpt0 at isa? port 0x378 irq 7 +# Joystick driver. Probe is a little strange; add only if you have one. +# joy0 at isa? port 0x201 + wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, IDE controllers wdc1 at isa? port 0x170 irq 15 wd* at wdc? drive ? |