]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add raw RX-50 support. These are 400k single sided disks with 80
authorWarner Losh <imp@FreeBSD.org>
Thu, 10 Mar 2016 00:36:38 +0000 (00:36 +0000)
committerWarner Losh <imp@FreeBSD.org>
Thu, 10 Mar 2016 00:36:38 +0000 (00:36 +0000)
commitc1a6d28a5b6350afc3eb5f0eb2630ef3edfe1228
treee5f94fd9247e8a9c0f80e606369bbc003af5a603
parent80139618c95e1474ee6ba547f31277dd21683bbb
Add raw RX-50 support. These are 400k single sided disks with 80
tracks and 10 sectors per track. More exotic RX-50 types not
supported, nor is there support for de-interleaving the first two
tracks where the physical sectors are 0 1 2 3 4 5 6 7 8 9, but they
should be interpreted as 0 5 1 6 2 7 3 8 4 9. This is purely to read
the media with dd. The FAT that's on these disks won't work with
msdosfs anyway.
sys/dev/fdc/fdc.c
sys/sys/fdcio.h