From owner-freebsd-mobile@FreeBSD.ORG Tue Jan 6 11:47:22 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23BD316A4CE for ; Tue, 6 Jan 2004 11:47:22 -0800 (PST) Received: from moo.sysabend.org (moo.sysabend.org [66.111.41.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF0B243D31 for ; Tue, 6 Jan 2004 11:47:20 -0800 (PST) (envelope-from ragnar@sysabend.org) Received: by moo.sysabend.org (Postfix, from userid 1004) id 494EDCAA; Tue, 6 Jan 2004 11:47:20 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by moo.sysabend.org (Postfix) with ESMTP id 463C0C96 for ; Tue, 6 Jan 2004 11:47:20 -0800 (PST) Date: Tue, 6 Jan 2004 11:47:20 -0800 (PST) From: Jamie Bowden To: mobile@FreeBSD.org Message-ID: <20040106114615.P78161-100000@moo.sysabend.org> X-representing: Only myself. X-badge: We don't need no stinking badges. X-obligatory-profanity: Fuck X-moo: Moo. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Zoom PC Card 56K/Intel PRO/100 PC Card X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2004 19:47:22 -0000 Oops, I meant for this to go to -mobile, but the nice Postfix Man tells me freebbsd.org doesn't exist. We hates the typos. Jamie Bowden -- "It was half way to Rivendell when the drugs began to take hold" Hunter S Tolkien "Fear and Loathing in Barad Dur" Iain Bowen ---------- Forwarded message ---------- Date: Tue, 6 Jan 2004 11:25:47 -0800 (PST) From: Jamie Bowden To: mobile@FreeBBSD.org Cc: current@FreeBSD.org Subject: Zoom PC Card 56K/Intel PRO/100 PC Card I thought I'd give my old PCCards a try under RELENG_5_2 CVSup'd as of Tue Jan 6 12:56:18 EST 2004 %uname -a FreeBSD ghast 5.2-RC FreeBSD 5.2-RC #3: Tue Jan 6 13:57:17 EST 2004 jamie@ghast:/usr/obj/usr/src/sys/ghast i386 First, the Intel card: start (40000000) < sc->membase (f6000000) end (ffffffff) > sc->memlimit (fbffffff) start (40000000) < sc->membase (f6000000) end (ffffffff) > sc->memlimit (fbffffff) pccard0: (manufacturer=0x0089, product=0x010a) at function 0 pccard0: CIS info: Intel, EtherExpress(TM) PRO/100 PC Card Mobile Adapter16, PRO/100 M16A xe0 doesn't start upon insertion for some reason. If I kldload if_xe.ko by hand first, then the driver attaches properly. I'm guessing adding 'device xe' to my kernel config would take care of this, but I would think that should be unecessary. start (40000000) < sc->membase (f6000000) end (ffffffff) > sc->memlimit (fbffffff) start (40000000) < sc->membase (f6000000) end (ffffffff) > sc->memlimit (fbffffff) xe0: at port 0x100-0x1 0f irq 11 function 0 config 1 on pccard0 xe0: Intel CE3, version 0x45/0x04, 100Mbps capable xe0: Ethernet address 00:a0:c9:bc:3e:b4 So all's mostly well there. After an eject, the machine locked up on me once, but I can't seem to replicate it. This is good; xe is now newcard. start (40000000) < sc->membase (f6000000) end (ffffffff) > sc->memlimit (fbffffff) CIS is too long -- truncating pccard0: Card has no functions! cbb0: PC Card card activation failed That's the Zoom modem. It worked under 4-S just fine. It would be attached to by sio and assigned the next available sio*. This is a real hardware modem, Zoom 2975L, and at least putting it in no longer panics 5.x (which is what I was expecting, as that is what happened consistently previously). Having xe working is nice, but since bge works with the onboard controller, it's not strictly necessary. The onboard PCTel softmodem is another story. Does anyone else have one of these, and have they managed to make it work under 5.x? Jamie Bowden -- "It was half way to Rivendell when the drugs began to take hold" Hunter S Tolkien "Fear and Loathing in Barad Dur" Iain Bowen _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"