atom feed6 messages in org.freebsd.freebsd-mobileRe: pccard inserts and detects but no...
FromSent OnAttachments
Michael C . WuOct 31, 2000 8:04 pm.txt, .up
Warner LoshNov 1, 2000 4:56 pm 
Michael C . WuNov 2, 2000 3:02 pm 
Michael C . WuNov 2, 2000 6:01 pm.txt, .conf, .conf
Peter RadcliffeNov 2, 2000 6:35 pm 
Warner LoshNov 2, 2000 7:25 pm 
Subject:Re: pccard inserts and detects but no device attached?
From:Warner Losh (im@village.org)
Date:Nov 2, 2000 7:25:41 pm
List:org.freebsd.freebsd-mobile

In message <2000@peorth.iteration.net> "Michael C . Wu" writes: : Nov 2 19:06:58 peorth pccardd[56]: pccardd started : Nov 2 19:06:59 peorth /kernel: wi0: xmit failed : Nov 2 19:07:03 peorth /kernel: wi0: device timeout : Nov 2 19:07:03 peorth /kernel: wi0: tx buffer allocation failed : Nov 2 19:07:06 peorth /kernel: wi0: xmit failed : Nov 2 19:07:11 peorth /kernel: wi0: device timeout : Nov 2 19:07:11 peorth /kernel: wi0: tx buffer allocation failed : Nov 2 19:09:13 peorth /kernel: wi0: xmit failed : Nov 2 19:09:18 peorth /kernel: wi0: device timeout : Nov 2 19:09:18 peorth /kernel: wi0: tx buffer allocation failed : : attached are dmesg, pccard.conf, rc.conf : Would you mind instructing me on how to resolve this problem?

This smells like an irq allocation botch. IRQ 13 is bogus for this purpose. From the sources we find: * Mask of allowable interrupts. * Ints are 3,4,5,7,9,10,11,12,14,15 so you need to take those IRQs, remove 9, 14, 15, 5, 11, 12, 10, 4, 3, 7 and you are left with: # The set formerly known as epsilon slash That's right, you have nothing left. You should change pcic to be polling and use irq 10. Either that, or you'll have to see about disabling devices in the BIOS so that they don't consume these resources.

Warner

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message