Re: 3C574 won't work on 4.7-Stable
"M. Warner Losh" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
In message: <[email protected]> Jim Durham <[email protected]> writes: : I bought a 3C574 3COM 16 bit card for my dell 4000 laptop that is listed : in the pccard.conf file and is a 16 bit card to replace my D-Link DFE : 530 (that was needed elsewhere). Here's what I get when I plug it in: : : jimslaptop pccardd[65]: driver allocation failed for 3Com(3C574-TX Fast : EtherLink PC Card): Device not configured. : : I didn't see any references to problems with this card on google : searches, etc. I used to see messages like that back in the 4.0 and 4.1 : days, but it was always interrupts or i/o address conflicts. : : Should I be forcing the i/o address by entering it in the pccard.conf : file? Yes. : I'm running 4.7-Stable. : : Any ideas? I'd make sure that you are specifying IRQs that are free in /etc/pccard.conf if you are using ISA interrupts. Make sure that the address range for I/O ports you specify is not used by other devices. Driver allocation failure usually means that we couldn't reserve the resources for this device. I've used this card recently on -current, but not on -stable or with OLDCARD. Warner To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-mobile" in the body of the message