summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa.h
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1995-01-25 20:11:51 +0000
committerjmz <jmz@FreeBSD.org>1995-01-25 20:11:51 +0000
commit84f1d5b40927a911fcb4bb984cb22f7dff06405e (patch)
tree3c5bfbe01fd6cf9cb57786fc8aa50f6fba9ae88e /sys/i386/isa/isa.h
parent72785518eb5f63d316d3ceae31c42e85e938a42c (diff)
downloadFreeBSD-src-84f1d5b40927a911fcb4bb984cb22f7dff06405e.zip
FreeBSD-src-84f1d5b40927a911fcb4bb984cb22f7dff06405e.tar.gz
Changed address of the game controller to 0x201 (was 0x200)
joy.c: joystick driver
Diffstat (limited to 'sys/i386/isa/isa.h')
-rw-r--r--sys/i386/isa/isa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/isa.h b/sys/i386/isa/isa.h
index 453b3a5..a7a8fef 100644
--- a/sys/i386/isa/isa.h
+++ b/sys/i386/isa/isa.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.h 5.7 (Berkeley) 5/9/91
- * $Id: isa.h,v 1.11 1994/11/19 18:59:04 phk Exp $
+ * $Id: isa.h,v 1.12 1995/01/07 14:52:08 jkh Exp $
*/
#ifndef _I386_ISA_ISA_H_
@@ -77,7 +77,7 @@
/* 0x17A - 0x1EF Open */
#define IO_WD1 0x1f0 /* Primary Fixed Disk Controller */
-#define IO_GAME 0x200 /* Game Controller */
+#define IO_GAME 0x201 /* Game Controller */
#define IO_GSC1 0x270 /* -- 0x27B! GeniScan GS-4500 addr.grp. 1 */
#define IO_GSC2 0x2e0 /* GeniScan GS-4500 addr.grp. 2 */
OpenPOWER on IntegriCloud