From owner-freebsd-bugs Wed Apr 26 7:14:34 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from Gloria.CAM.ORG (Gloria.CAM.ORG [205.151.116.34]) by hub.freebsd.org (Postfix) with ESMTP id B2CDF37B78A for ; Wed, 26 Apr 2000 07:14:27 -0700 (PDT) (envelope-from intmktg@CAM.ORG) Received: from localhost (intmktg@localhost) by Gloria.CAM.ORG (8.9.3/8.9.3) with ESMTP id KAA11226 for ; Wed, 26 Apr 2000 10:04:15 -0400 Date: Wed, 26 Apr 2000 10:04:15 -0400 (EDT) From: Marc Tardif To: freebsd-bugs@freebsd.org Subject: changing irq in kernel Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am currently running FreeBSD-3.4 STABLE and encountered a problem when recompiling the kernel after changing the irq in my KERNEL file. The diff between the file before and after would look something like: < device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 --- > device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 After running "config KERNEL", "cd ../../compile/KERNEL", "make depend", "make" and "make install", nothing changes. I still get the problem 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 should know about it. Marc Tardif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message