/*
 * Minix-Handler for Diskdrive
 */

DM0:
        Device = ramdrive.device
	FileSystem = L:Minix-Handler
	Unit = 0
	Flags = 0
	Surfaces = 1
	BlocksPerTrack = 1
	Reserved = 2
	Interleave = 0
	LowCyl = 0
	HighCyl = 79
	Buffers = 28
/*	Priority = 5	*/
	GlobVec = -1
	BufMemType = 0
	Mask = 0xFFFFFE
	MaxTransfer = 0x7FFFFFFF
	Mount = 1
	DosType = 0x4d4e5800
	StackSize = 4000
#

/*
 * Minix-Handler for Diskdrive
 */

DM1:
        Device = gvpscsi.device
	FileSystem = L:Minix-Handler
	Unit = 000
	Flags = 0
	Surfaces = 7
	BlocksPerTrack = 28
	Reserved = 2
	Interleave = 0
	LowCyl = 2
	HighCyl = 675
	Buffers = 30
/*	Priority = 5	*/
	GlobVec = -1
	BufMemType = 0
	Mask = 0xFFFFFE
	MaxTransfer = 0x7FFFFFFF
	Mount = 1
	DosType = 0x4d4e5800
	StackSize = 4000
#
