Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Oct 1997 10:01:12 -0700
From:      "Fred L. Templin" <templin@erg.sri.com>
To:        hosokawa@ntc.keio.ac.jp (HOSOKAWA Tatsumi)
Cc:        templin@erg.sri.com, freebsd-current@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG
Subject:   Re: pccard driver questions (FreeBSD 2.2.2-RELEASE + PAO-970616) 
Message-ID:  <199710131701.KAA03103@grayling.erg.sri.com>
In-Reply-To: Your message of "Sat, 11 Oct 1997 08:46:44 %2B0900." <199710102346.IAA07501@afs.ntc.mita.keio.ac.jp> 

next in thread | previous in thread | raw e-mail | index | archive | help
 
> Original:
> ----------------------------------------------------------------
> static struct slot_ctrl cinfo;
> ----------------------------------------------------------------
> 
> Newer code:
> ----------------------------------------------------------------
> static struct slot_ctrl controller_info[NPCIC];
> static struct slot_ctrl *cinfo = controller_info;
> ----------------------------------------------------------------
> 
> One of my laptop machine has one PCI-1130 CardBus bridge that manages
> two CardBus slots and i82365-compatible PC card controller that
> manages one PC-card slot, and I can use all three slots under this
> test code.

Great. I was hoping it was just a matter of allocating multiple data
structures. Does this mean that my config file will now look like:

	controller	crd0
	device		pcic0	at	crd0
	device		pcic1	at	crd0
	controller	crd1
	device		pcic2	at	crd1
	device		pcic3	at	crd1
	.
	.
	.

(No need to respond if the answer is clearly obvious in the latest PAO
test code...)
 
> --
> HOSOKAWA, Tatsumi
> Network Technology Center
> Keio University
> hosokawa@ntc.keio.ac.jp

Thanks,

Fred
templin@erg.sri.com





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