[issue168] Problem with ipw ...

Matthew Dillon dillon at apollo.backplane.com
Wed Nov 8 21:20:43 PST 2006


:John Leimon <jleimon at xxxxxxxxxxxxx> added the comment:
:
:Just tried the latest (i think) daily devel snapshot ISO. The watchdog time=
:out=20
:issue persists when I run a 'dhclient xl0'. I've included a dmesg from the=20
:serial port on the laptop in dmesg.latitude.txt

    It thinks it is on IRQ11 but clearly it is on IRQ3.

    It should be possible to make it work by turning on polling
    for that interface.

    sysctl kern.polling.enable=1
    ifconfig xl0 polling
    ...

    Not the best solution, but until we get around to bringing
    in all the FreeBSD PCI interrupt routing infrastructure we
    are going to be stuck with the problem on certain machines.

						-Matt





More information about the Bugs mailing list