Date: Sat, 21 Dec 2002 14:27:56 -0800 (PST) From: Maksim Yevmenkin <m_evmenkin@yahoo.com> To: imp@freebsd.org Cc: current@freebsd.org Subject: NEWCARD, devd, sio and PCCARD_FUNCTION_SERIAL cards Message-ID: <20021221222756.11203.qmail@web40310.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
Dear Warner and Hackers, Is there any way (on -current with NEWCARD) "devd" can prevent "sio" driver from attaching to *ANY* pc-card that has PCCARD_FUNCTION_SERIAL? From what i understand "devd" can load driver modules, but it only comes to play when card is not recognized, right? The particular problem is that 3COM Bluetooth PC-CARD has PCCARD_FUNCTION_SERIAL, thus "sio" driver claims it knows the card. Later "sio" driver fails to attach because it does not recognize UART and game over. Other drivers and "devd" do not even have a change to look at the card. If i hack sio_pccard_match() function and filter out 3COM card (or take out "sio" driver completely) then everything is working. Do we need 'ignore list' for the "sio" driver? Is there a better way? thanks, max p.s. BTW, OLDCARD and pccardd work just fine. __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021221222756.11203.qmail>