Module Name: src Committed By: tsutsui Date: Sun Oct 14 18:38:32 UTC 2012
Modified Files: src/sys/arch/x68k/dev: fd.c fdreg.h Log Message: Add floppy format support. Mostly taken from sys/dev/isa/fd.c. Tested both fdNa (1232KB, 1024bytes/sector, 8sectors/track) and fdNc (1200KB, 512bytes/sector, 15sectors/track) format on X68030 using fdformat(1). Finally we can prepare NetBSD/x68k install floppies without Human68k (except actual initial bootstrap). To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 src/sys/arch/x68k/dev/fd.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/x68k/dev/fdreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.