From owner-cvs-all Fri Jan 29 08:36:31 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA05992 for cvs-all-outgoing; Fri, 29 Jan 1999 08:36:31 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA05983; Fri, 29 Jan 1999 08:36:30 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id IAA00932; Fri, 29 Jan 1999 08:32:18 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Message-Id: <199901291632.IAA00932@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Nate Williams cc: Michael Smith , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/boot/common help.common In-reply-to: Your message of "Thu, 28 Jan 1999 21:31:14 MST." <199901290431.VAA03906@mt.sri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 29 Jan 1999 08:32:18 -0800 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > Modified files: > > sys/boot/common help.common > > Log: > > Document the machdep.pccard.pcic_irq tunable, which allows the user to tune > > the interrupt which will be given to the PCIC. If the value supplied is > > illegal or not available, interrupts will be turned off and polled mode > > used instead. > > Cool. How can this be tuned in a config file to give it a default > setting? It can't. Put set machdep.pccard.pcic_irq= in /boot/loader.rc My current philosophy leans towards separating code (the kernel) and data (the IRQ value). If you desperately wanted to be able to compile in a default, I would probably look the other way. (Note that you've argued against using a compile-time option for this previously...) -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message