From owner-freebsd-current Tue Aug 6 9:59:51 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD20537B400 for ; Tue, 6 Aug 2002 09:59:48 -0700 (PDT) Received: from scl8owa02.int.exodus.net (scl8out02.exodus.net [66.35.230.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13E7C43E72 for ; Tue, 6 Aug 2002 09:59:48 -0700 (PDT) (envelope-from Maksim.Yevmenkin@exodus.net) Received: from scl8owa01.int.exodus.net ([66.35.230.241]) by scl8owa02.int.exodus.net with Microsoft SMTPSVC(5.0.2195.4905); Tue, 6 Aug 2002 10:01:17 -0700 Received: from exodus.net ([206.220.227.147]) by scl8owa01.int.exodus.net over TLS secured channel with Microsoft SMTPSVC(5.0.2195.4905); Tue, 6 Aug 2002 10:01:17 -0700 Message-ID: <3D500080.7EC0A031@exodus.net> Date: Tue, 06 Aug 2002 09:59:44 -0700 From: Maksim Yevmenkin X-Mailer: Mozilla 4.78 [en] (X11; U; SunOS 5.7 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: NEWCARD problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 Aug 2002 17:01:17.0490 (UTC) FILETIME=[E1433120:01C23D6A] Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hackers, I'm trying to play with NEWCARD in recent -current (as of this weekend). Here is short description: 1) Laptop: IBM Thinkpad 390x 2) PC-Card: 3Com Bluetooth PC-Card The card has "SERIAL" function, so when i plug it "sio" driver wants to attach. Later, "sio" driver fails to detect serial port. So the card does not work. The same driver works in OLDCARD where "pccardd" is responsible for attaching drivers. So, is there any way to tell NEWCARD which driver to use? Another question: my laptop came with Xircom 10/100 + Modem 56 card. The card has REM56G-100 as model on the back, but "dumpcis" says that card is CEM56. The problem that "xe" driver fails to detect the card. I put some debug printf's in "probe" and find out that "xe" driver fails to detect "product". The card has "product" 0x6. I tried to hack "xe" and added new product 0x6, now "xe" driver can detect the card, but the card still does not work. All i get is "xe0: watchdog timeout" messages. I tries to specify different flags, but no success. thanks, max To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message