Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Apr 2000 10:04:15 -0400 (EDT)
From:      Marc Tardif <intmktg@CAM.ORG>
To:        freebsd-bugs@freebsd.org
Subject:   changing irq in kernel
Message-ID:  <Pine.LNX.4.10.10004260949040.11138-100000@Gloria.CAM.ORG>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.10.10004260949040.11138-100000>