Subject: Re: pcmcia floppy
To: None <port-i386@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: port-i386
Date: 04/06/2000 22:25:59
In article <Pine.GSO.4.10.10004051458320.5225-100000@rfhpc8320.fh-regensburg.de>,
Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de> wrote:
> 
> i'll get a toshiba libretto in my fingers soon, and it's said to have a
> pcmcia floppy (only). Looking in /sys/dev/pcmcia/files.pcmcia, I see:
> 
> # PCMCIA Floppy controller
> attach  fdc at pcmcia with fdc_pcmcia
> file    dev/pcmcia/fdc_pcmcia.c                 fdc_pcmcia
> 
> But I can't find anything in the GENERIC file. Is this intedded to "just
> work", or am I missing something here? 

No, it is not. I never committed the rest of the code that splits isa/fd.c
into fd_isa.c and adds dev/ic/fdc.c and dev/ic/fd.c

I have the code around if you want to bring it up to date and play with
it. It almost worked at some point.

christos