Subject: Re: cardbus bridge not working?
To: Richard Klingler <richard@klingler.net>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: port-i386
Date: 10/27/2004 10:18:44
Richard Klingler <richard@klingler.net> writes:
> Why is it not possible to use the WLAN drivers for Cardbus?
>
> ADJUSTED:699: A an cannot attach to a cardbus
> ADJUSTED:700: A wi cannot attach to a cardbus
>
>
> Or are there other names for it? Can't seem to find any WLAN CardBus
> specific stuff..
The wi and an drivers are pcmcia drivers, not cardbus drivers, so they
need:
pcmcia* at cardslot?
and then you can use:
an* at pcmcia? function ?
wi* at pcmcia? function ?
- Nathan