diff options
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 ? |