From owner-freebsd-bugs Wed Apr 26 7:29:20 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id 0962637B875 for ; Wed, 26 Apr 2000 07:29:15 -0700 (PDT) (envelope-from bartequi@neomedia.it) Received: from bartequi.ottodomain.org (ppp2-pa5.neomedia.it [195.103.207.114]) by aragorn.neomedia.it (8.9.3/8.9.3) with SMTP id QAA19559; Wed, 26 Apr 2000 16:29:09 +0200 (CEST) From: Salvo Bartolotta Date: Wed, 26 Apr 2000 15:32:00 GMT Message-ID: <20000426.15320000@bartequi.ottodomain.org> Subject: Re: changing irq in kernel To: Marc Tardif , freebsd-bugs@FreeBSD.ORG In-Reply-To: References: X-Mailer: SuperCalifragilis X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 4/26/00, 3:04:15 PM, Marc Tardif wrote regarding=20 changing irq in kernel: > I am currently running FreeBSD-3.4 STABLE and encountered a problem=20 when > recompiling the kernel after changing the irq in my KERNEL file. The=20 diff > between the file before and after would look something like: > < device ed0 at isa? port 0x280 net irq 5 iomem=20 0xd8000 > --- > > device ed0 at isa? port 0x280 net irq 10 iomem=20 0xd8000 > After running "config KERNEL", "cd ../../compile/KERNEL", "make=20 depend", > "make" and "make install", nothing changes. I still get the problem=20 that > my 3c503 card uses the wrong irq. The only way to fix the problem was = to > "rm -fr /usr/src/sys/compile/KERNEL" and start over. Now, everything > works. > I'm not sure if this really qualifies as a bug, but I thought you=20 should > know about it. > Marc Tardif Dear Marc Tardif, have you tried "config -r KERNEL" ? If not, you might want to read about it in config(8). If you still=20 meet problems, then, by all means, whine :-) Best regards, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message