summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorscrappy <scrappy@FreeBSD.org>1996-04-11 06:19:44 +0000
committerscrappy <scrappy@FreeBSD.org>1996-04-11 06:19:44 +0000
commit65f13e11fa8aa26910b05f6f4875369cb696a384 (patch)
treed4ad03d74ba5375deb3d7f003fcb14e946c60d91 /sys/i386
parentbd0e546b7a0c1eefb6629059581fd7eb2abfbe53 (diff)
downloadFreeBSD-src-65f13e11fa8aa26910b05f6f4875369cb696a384.zip
FreeBSD-src-65f13e11fa8aa26910b05f6f4875369cb696a384.tar.gz
mentioned support for enabling gameport on ProAudio Spectrum with
appropriately commented out "options" line for PAS_JOYSTICK_ENABLE (PR#i386/960 - partial closer)
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/LINT5
-rw-r--r--sys/i386/conf/NOTES5
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 083986b..0eaf65c 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.247 1996/04/02 18:13:36 wollman Exp $
+# $Id: LINT,v 1.248 1996/04/03 00:28:40 gpalmer Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -429,11 +429,14 @@ controller isa0
# reset the CPU for reboot. This is needed on some systems with broken
# keyboard controllers.
#
+# PAS_JOYSTICK_ENABLE enables the gameport on the ProAudio Spectrum
+
options "AUTO_EOI_1"
#options "AUTO_EOI_2"
options BOUNCE_BUFFERS
#options "TUNE_1542"
#options BROKEN_KEYBOARD_RESET
+#options PAS_JOYSTICK_ENABLE
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 083986b..0eaf65c 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.247 1996/04/02 18:13:36 wollman Exp $
+# $Id: LINT,v 1.248 1996/04/03 00:28:40 gpalmer Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -429,11 +429,14 @@ controller isa0
# reset the CPU for reboot. This is needed on some systems with broken
# keyboard controllers.
#
+# PAS_JOYSTICK_ENABLE enables the gameport on the ProAudio Spectrum
+
options "AUTO_EOI_1"
#options "AUTO_EOI_2"
options BOUNCE_BUFFERS
#options "TUNE_1542"
#options BROKEN_KEYBOARD_RESET
+#options PAS_JOYSTICK_ENABLE
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint
OpenPOWER on IntegriCloud