Make TUNE_1542 a new-style option, and enable this option in LINT. It
has been disabled since 1994 by mistake (or at least I hope so :-)
This commit is contained in:
parent
c64e99ed2a
commit
c2469addb2
@ -2,7 +2,7 @@
|
|||||||
# LINT -- config file for checking all the sources, tries to pull in
|
# LINT -- config file for checking all the sources, tries to pull in
|
||||||
# as much of the source tree as it can.
|
# as much of the source tree as it can.
|
||||||
#
|
#
|
||||||
# $Id: LINT,v 1.409 1998/02/18 13:43:40 msmith Exp $
|
# $Id: LINT,v 1.410 1998/02/20 12:27:28 bde Exp $
|
||||||
#
|
#
|
||||||
# NB: You probably don't want to try running a kernel built from this
|
# 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
|
# file. Instead, you should start from GENERIC, and add options from
|
||||||
@ -677,7 +677,7 @@ options "AUTO_EOI_1"
|
|||||||
#options "AUTO_EOI_2"
|
#options "AUTO_EOI_2"
|
||||||
options BOUNCE_BUFFERS
|
options BOUNCE_BUFFERS
|
||||||
options "MAXMEM=(128*1024)"
|
options "MAXMEM=(128*1024)"
|
||||||
#options "TUNE_1542"
|
options "TUNE_1542"
|
||||||
#options BROKEN_KEYBOARD_RESET
|
#options BROKEN_KEYBOARD_RESET
|
||||||
#options PAS_JOYSTICK_ENABLE
|
#options PAS_JOYSTICK_ENABLE
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: options.i386,v 1.73 1998/02/20 02:44:18 steve Exp $
|
# $Id: options.i386,v 1.74 1998/02/20 04:19:15 steve Exp $
|
||||||
|
|
||||||
BOUNCEPAGES opt_bounce.h
|
BOUNCEPAGES opt_bounce.h
|
||||||
DISABLE_PSE
|
DISABLE_PSE
|
||||||
@ -11,6 +11,7 @@ IBCS2 opt_dontuse.h
|
|||||||
COMPAT_LINUX opt_dontuse.h
|
COMPAT_LINUX opt_dontuse.h
|
||||||
|
|
||||||
SHOW_BUSYBUFS
|
SHOW_BUSYBUFS
|
||||||
|
TUNE_1542
|
||||||
PANIC_REBOOT_WAIT_TIME opt_panic.h
|
PANIC_REBOOT_WAIT_TIME opt_panic.h
|
||||||
MAXMEM
|
MAXMEM
|
||||||
PERFMON opt_perfmon.h
|
PERFMON opt_perfmon.h
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# LINT -- config file for checking all the sources, tries to pull in
|
# LINT -- config file for checking all the sources, tries to pull in
|
||||||
# as much of the source tree as it can.
|
# as much of the source tree as it can.
|
||||||
#
|
#
|
||||||
# $Id: LINT,v 1.409 1998/02/18 13:43:40 msmith Exp $
|
# $Id: LINT,v 1.410 1998/02/20 12:27:28 bde Exp $
|
||||||
#
|
#
|
||||||
# NB: You probably don't want to try running a kernel built from this
|
# 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
|
# file. Instead, you should start from GENERIC, and add options from
|
||||||
@ -677,7 +677,7 @@ options "AUTO_EOI_1"
|
|||||||
#options "AUTO_EOI_2"
|
#options "AUTO_EOI_2"
|
||||||
options BOUNCE_BUFFERS
|
options BOUNCE_BUFFERS
|
||||||
options "MAXMEM=(128*1024)"
|
options "MAXMEM=(128*1024)"
|
||||||
#options "TUNE_1542"
|
options "TUNE_1542"
|
||||||
#options BROKEN_KEYBOARD_RESET
|
#options BROKEN_KEYBOARD_RESET
|
||||||
#options PAS_JOYSTICK_ENABLE
|
#options PAS_JOYSTICK_ENABLE
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# LINT -- config file for checking all the sources, tries to pull in
|
# LINT -- config file for checking all the sources, tries to pull in
|
||||||
# as much of the source tree as it can.
|
# as much of the source tree as it can.
|
||||||
#
|
#
|
||||||
# $Id: LINT,v 1.409 1998/02/18 13:43:40 msmith Exp $
|
# $Id: LINT,v 1.410 1998/02/20 12:27:28 bde Exp $
|
||||||
#
|
#
|
||||||
# NB: You probably don't want to try running a kernel built from this
|
# 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
|
# file. Instead, you should start from GENERIC, and add options from
|
||||||
@ -677,7 +677,7 @@ options "AUTO_EOI_1"
|
|||||||
#options "AUTO_EOI_2"
|
#options "AUTO_EOI_2"
|
||||||
options BOUNCE_BUFFERS
|
options BOUNCE_BUFFERS
|
||||||
options "MAXMEM=(128*1024)"
|
options "MAXMEM=(128*1024)"
|
||||||
#options "TUNE_1542"
|
options "TUNE_1542"
|
||||||
#options BROKEN_KEYBOARD_RESET
|
#options BROKEN_KEYBOARD_RESET
|
||||||
#options PAS_JOYSTICK_ENABLE
|
#options PAS_JOYSTICK_ENABLE
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: options.i386,v 1.73 1998/02/20 02:44:18 steve Exp $
|
# $Id: options.i386,v 1.74 1998/02/20 04:19:15 steve Exp $
|
||||||
|
|
||||||
BOUNCEPAGES opt_bounce.h
|
BOUNCEPAGES opt_bounce.h
|
||||||
DISABLE_PSE
|
DISABLE_PSE
|
||||||
@ -11,6 +11,7 @@ IBCS2 opt_dontuse.h
|
|||||||
COMPAT_LINUX opt_dontuse.h
|
COMPAT_LINUX opt_dontuse.h
|
||||||
|
|
||||||
SHOW_BUSYBUFS
|
SHOW_BUSYBUFS
|
||||||
|
TUNE_1542
|
||||||
PANIC_REBOOT_WAIT_TIME opt_panic.h
|
PANIC_REBOOT_WAIT_TIME opt_panic.h
|
||||||
MAXMEM
|
MAXMEM
|
||||||
PERFMON opt_perfmon.h
|
PERFMON opt_perfmon.h
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
* on the understanding that TFS is not responsible for the correct
|
* on the understanding that TFS is not responsible for the correct
|
||||||
* functioning of this software in any circumstances.
|
* functioning of this software in any circumstances.
|
||||||
*
|
*
|
||||||
* $Id: aha1542.c,v 1.73 1998/02/04 22:32:16 eivind Exp $
|
* $Id: aha1542.c,v 1.74 1998/02/06 12:13:14 eivind Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -20,6 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "aha.h"
|
#include "aha.h"
|
||||||
|
#include "opt_tune_1542.h"
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/buf.h>
|
#include <sys/buf.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user