Subject: CATS floppy drive
To: None <port-arm32@netbsd.org>
From: David Forbes <david@flossy.u-net.com>
List: port-arm32
Date: 03/01/1999 09:57:47
I'd very much like to use the floppy drive in my CATS box, but when I
attempt to uncomment the relevant lines in the config file I get:

crowley:conf# config CROWLEY 
CROWLEY:316: fdc's cannot attach to isa's
CROWLEY:318: fd* at fdc? is orphaned
 (nothing matching fdc? declared) 
*** Stop.


There doesn't appear to be an entry for fdc in dev/isa/files.isa.  If I
just add  (pinched straight from i386/conf/files.i386)

# Standard NetBSD fd driver 
device fdc {drive = -1} 
attach fdc at isa
device fd: disk, isadma 
attach fd at fdc 
file arch/i386/isa/fd.c 		fdc needs-flag 
major {fd = 2}

will this work?  Or am I going to have to hack something?

Thanks,

David.