again question about "IRQ 2 problem"

Rostislav Krasny rosti_bsd at yahoo.com
Sat Aug 7 08:35:44 PDT 2004


--- John Baldwin <jhb at FreeBSD.org> wrote:
> This should be fixed in rev 1.35 of sys/kern/subr_rman.c  Please let
> me know if it is not, thanks!

Thank you very much! The "IRQ 2 problem" is fixed now and that device
(ed1) is working.

The only strange thing is what I see in 'dmesg -a' output after booting
in verbose mode (the first "adv1:..." line):

isa_probe_children: probing PnP devices
adv1: Invalid baseport of 0x200 specified. Nearest valid baseport is
0x210.  Failing probe.
ed1: <ISA PLUG & PLAY  Ethernet Card> at port 0x200-0x21f irq 5 on isa0
ed1: [GIANT-LOCKED]
ed1: bpf attached
ed1: Ethernet address: 00:00:21:82:25:03
type NE2000 (16 bit)
adv1: Invalid baseport of 0x0 specified. Nearest valid baseport is
0x100.  Failing probe.
adv1: Invalid baseport of 0x40 specified. Nearest valid baseport is
0x100.  Failing probe.
adv1: Invalid baseport of 0x70 specified. Nearest valid baseport is
0x100.  Failing probe.
unknown: <PNP0303> can't assign resources (port)
unknown: <PNP0303> at port 0x60 on isa0
adv1: Invalid baseport of 0x61 specified. Nearest valid baseport is
0x100.  Failing probe.
unknown: <PNP0800> failed to probe at port 0x61 on isa0
adv1: Invalid baseport of 0xf0 specified. Nearest valid baseport is
0x100.  Failing probe.
unknown: <PNP0a03> can't assign resources (port)
unknown: <PNP0a03> at port 0x4d0-0x4d1 on isa0
unknown: <PNP0c02> can't assign resources (port)
unknown: <PNP0c02> at port 0x208-0x20f on isa0
unknown: <PNP0501> can't assign resources (port)
unknown: <PNP0501> at port 0x3f8-0x3ff on isa0
unknown: <PNP0700> can't assign resources (port)
unknown: <PNP0700> at port 0x3f2-0x3f5 on isa0
unknown: <PNP0401> can't assign resources (port)
unknown: <PNP0401> at port 0x378-0x37f on isa0
unknown: <PNP0501> can't assign resources (port)
unknown: <PNP0501> at port 0x2f8-0x2ff on isa0
Device configuration finished.
procfs registered

The 0x200 port is used by the ed1 device. Is there any potential
problem? Why probing of that port is failed? I can send you the full
'dmesg -a' output if you need it.

Thanks again for your work.


		
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 


More information about the freebsd-arch mailing list