NetBSD/sys/arch/sparc64
jnemeth 6238d5fa66 Initial support for floppy drives on sparc64. This has been tested
on an Ultra 2 and works fine, apart from formatting which is known
to be broken.  It failed to work on an ebus machine.  The ebus
support compiles fine, but I don't have hardware for testing.  This
code is based on the sparc driver with hints from OpenBSD on how
to do the sbus and ebus attachments, along with help from martin@
and mrg@.

Initial commit approved by martin@

TODO:
- fix ebus support
- fix XXX issues
- check resource deallocation
- fix formatting
- merge remaining differences from sparc driver
- split out back end chip support
- have sparc driver use new common back end chip support
- adapt to newlock when branch is ready
- adapt to "disk-info" property dictionary
2006-10-06 08:44:59 +00:00
..
compile
conf Initial support for floppy drives on sparc64. This has been tested 2006-10-06 08:44:59 +00:00
dev Initial support for floppy drives on sparc64. This has been tested 2006-10-06 08:44:59 +00:00
include Initial support for floppy drives on sparc64. This has been tested 2006-10-06 08:44:59 +00:00
sparc64 After detecting wedges, close the disk vnode - otherwise things like 2006-10-05 22:41:31 +00:00
stand
Makefile