Subject: Re: pcmcia modems
To: None <current-users@NetBSD.org>
From: Alan Barrett <apb@cequrux.com>
List: current-users
Date: 07/04/2005 10:46:51
On Sat, 02 Jul 2005, Ja'far Railton wrote:
> Is there anyone out there using one of the above on -current? If so could
> you please post your kernel config?

Well-behaved PCMCIA modems look like serial ports.  Assuming you
have a modern system with "cardbus" slots, you need something like:

        cbb*            at pci? dev ? function ?
        cardslot*       at cbb?
        pcmcia*         at cardslot?
        com*            at pcmcia? function ? 

(The above was cut and pasted from the i386 GENERIC kernel config.)

--apb (Alan Barrett)