Date: Sat, 21 Feb 1998 11:03:46 +0100 From: Eivind Eklund <eivind@yes.no> To: current@FreeBSD.ORG Subject: Re: Unknown kernel config option, please add Message-ID: <19980221110346.45664@follo.net> In-Reply-To: =?iso-8859-1?Q?=3C19980221121922=2E44070=40nagual=2Epp=2Eru=3E=3B_from_?= =?iso-8859-1?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7_on_Sat=2C_Feb_21=2C?= =?iso-8859-1?Q?_1998_at_12=3A19=3A22PM_%2B0300?= References: <19980221121922.44070@nagual.pp.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Feb 21, 1998 at 12:19:22PM +0300, Андрей Чернов wrote: > DEEP-THOUGHT:13: unknown option "TUNE_1542" > > Please add TUNE_1542 to options list, it is used in file aha1542.c I've taken care of it. But this isn't exactly black magic; here are the diffs, so you'll known how to do it. Index: i386/conf/LINT =================================================================== RCS file: /home/FreeBSD/src/sys/i386/conf/LINT,v retrieving revision 1.410 diff -u -r1.410 LINT --- LINT 1998/02/20 12:27:28 1.410 +++ LINT 1998/02/21 09:45:04 @@ -677,7 +677,7 @@ #options "AUTO_EOI_2" options BOUNCE_BUFFERS options "MAXMEM=(128*1024)" -#options "TUNE_1542" +options "TUNE_1542" #options BROKEN_KEYBOARD_RESET #options PAS_JOYSTICK_ENABLE Index: i386/conf/options.i386 =================================================================== RCS file: /home/FreeBSD/src/sys/i386/conf/options.i386,v retrieving revision 1.74 diff -u -r1.74 options.i386 --- options.i386 1998/02/20 04:19:15 1.74 +++ options.i386 1998/02/21 09:44:25 @@ -11,6 +11,7 @@ COMPAT_LINUX opt_dontuse.h SHOW_BUSYBUFS +TUNE_1542 PANIC_REBOOT_WAIT_TIME opt_panic.h MAXMEM PERFMON opt_perfmon.h Index: i386/isa/aha1542.c =================================================================== RCS file: /home/FreeBSD/src/sys/i386/isa/aha1542.c,v retrieving revision 1.74 diff -u -r1.74 aha1542.c --- aha1542.c 1998/02/06 12:13:14 1.74 +++ aha1542.c 1998/02/21 09:42:37 @@ -20,6 +20,7 @@ */ #include "aha.h" +#include "opt_tune_1542.h" #include <sys/param.h> #include <sys/buf.h> Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980221110346.45664>