Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2000 23:56:48 -0600
From:      Warner Losh <imp@village.org>
To:        Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org>
Cc:        sanpei@sanpei.org, FreeBSD-mobile@FreeBSD.ORG
Subject:   Re: [NEWCARD] pcic_handle in pcic_{enable,disable}_socket 
Message-ID:  <200004120556.XAA35862@harmony.village.org>
In-Reply-To: Your message of "Tue, 11 Apr 2000 17:21:59 %2B0900." <200004110822.RAA02122@tasogare.imasy.or.jp> 
References:  <200004110822.RAA02122@tasogare.imasy.or.jp>  <200004040425.WAA66194@harmony.village.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <200004110822.RAA02122@tasogare.imasy.or.jp> Mitsuru IWASAKI writes:
: It seems that sc->dev has no parent and this cause
: bus_alloc_resource() failure in pccard_scan_cis().

Hmmm.  That's bad.  No wonder I'm having problems with this.

: And one more thing, sc->dev(0xc090aa00) and device_t dev (0xc090e000)
: in pccard_card_attach() differ.  Is it correct?

Hmmm.  I don't think so.  I'll have to dig into this some tonight.

: --- power_if.m	2000/01/06 07:30:28	1.2
: +++ power_if.m	2000/04/11 08:02:54
: @@ -26,6 +26,8 @@
:  # $FreeBSD: src/sys/dev/pccard/power_if.m,v 1.2 2000/01/06 07:30:28 imp Exp $
:  #
:  
: +#include <sys/bus.h>
: +
:  INTERFACE power;

Did you have to add this before it would compile after the object
changes?  It compiled for me w/o them.

I'll post more later...

Warner


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004120556.XAA35862>