From owner-freebsd-mobile Fri Jun 12 17:41:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA25909 for freebsd-mobile-outgoing; Fri, 12 Jun 1998 17:41:24 -0700 (PDT) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA25899 for ; Fri, 12 Jun 1998 17:41:18 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.8.8/8.8.5) with ESMTP id QAA01418; Fri, 12 Jun 1998 16:35:04 -0700 (PDT) Message-Id: <199806122335.QAA01418@dingo.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Doug White cc: Kurt Joseph Windisch , Ken Key , freebsd-mobile@FreeBSD.ORG Subject: Re: PCCARD on Digital HiNote Ultra 2000 In-reply-to: Your message of "Fri, 12 Jun 1998 16:38:21 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 12 Jun 1998 16:35:04 -0700 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > On Thu, 4 Jun 1998, Kurt Joseph Windisch wrote: > > > > The external slots are on the second controller. You need to: > > > > > > cd /dev/; ./MAKEDEV card2 card3 > > > > > > and restart pccardd. > > > > Great, this helped. I added all the pcics to my kernel config and > > and made the devices. Now pccardd sees the card and matches it with an > > entry in pccard.conf. > > > > HOWEVER, pccardd gives the error : > > driver allocation failed for 3Com Corporation > > > > Can you tell me what should be at the top of my pccard.conf (io, irq, > > memory, etc lines). I shouldn't need to change the 3Com 3C589D entry > > should I? > > > > Now you have my problem. :-/ I don't think the PCCARD controller is > supported correctly yet. No, the "driver allocation failed" message means that either no free driver was found, or the driver probe failed. Unfortunately, you need to add diagnostics to the code to work out which. I have this problem with the '589 I have here, but haven't tracked it down yet. 8( -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message