From owner-freebsd-mobile Wed Oct 1 21:57:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA02703 for mobile-outgoing; Wed, 1 Oct 1997 21:57:25 -0700 (PDT) Received: from word.smith.net.au (word.smith.net.au [202.0.75.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA02695 for ; Wed, 1 Oct 1997 21:57:14 -0700 (PDT) Received: from word.smith.net.au (localhost.smith.net.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id OAA00331; Thu, 2 Oct 1997 14:24:21 +0930 (CST) Message-Id: <199710020454.OAA00331@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: "Paul T. Root" cc: mobile@freebsd.org Subject: Re: problems with PCMCIA cards L $ % In-reply-to: Your message of "Wed, 01 Oct 1997 12:20:47 EST." <199710011720.MAA06395@horton.iaces.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Date: Thu, 02 Oct 1997 14:24:21 +0930 From: Mike Smith Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id VAA02697 Sender: owner-freebsd-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Hi, > I'm having problems configuring the PCCards on > my laptop. > HP OmniBook5700ct > FBSD 2.2.2-RELEASE > PAO 970617 > 3Com 3C589c > MEGAHERTZ CC3288 > > Ok, I put in PAO because the pccardd wouldn't configure either > card. It always failed. When I used a PAO kernel, only slot 0 > is recognized, but both cards work fine. Ok, so then I boot a > regular kernel (with the exact same config, just no PAO patches) > and both slots work, but the Megahertz card can't initilize. Error messages? Does the 3C589 initialise OK? > I'll put my config in and my pccard.conf.. > > Any ideas? > > Thanks, > Paul. > > pccard.conf: > > # Generally available IO ports > io 0x240-0x2e0 0x300-0x360 > # Generally available IRQs > irq 10 11 ... > # Megahertz CC3288 > card "MEGAHERTZ" "CC3288" > config 0x23 "sio1" 11 Um, on my XJ4336-CC4336 config index 0x23 looks like this : Tuple #8, code = 0x1b (Configuration entry), length = 7 000: 23 08 aa 60 e8 02 07 Config index = 0x23 Card decodes 10 address lines, 8 Bit I/O only I/O address # 1: block start = 0x2e8 block length = 0x8 But that's not allowed by your 'io' declaration above. I'd just leave the whole 0x240-0x360 range open and pick your config indexes carefully. It's good to hear that both of the slots are being picked up; I guess it's one for the PAO people to work out. mike