Subject: Re: pcmcia modems
To: None <current-users@netbsd.org>
From: Ja'far Railton <zen25058@zen.co.uk>
List: current-users
Date: 07/04/2005 16:54:38
On Mon, Jul 04, 2005 at 10:46:51AM +0200, Alan Barrett wrote:
> 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)

Thanks for your reply. My PCMCIA modem is 'well-behaved' with 2.0.2, but
is useless on -current, so I was just wondering if anyone had got one
working. FWIW, I have submitted a PR on this - kern/30284.

- j

--