/*
 * Copyright (C) 1993, 1994 by Ralf Baechle (linux@uni-koblenz.de)
 *
 * This file is part of Minix-Handler, an AmigaDOS Filehandler to access
 * Minix filesystems via AmigaDOS.
 *
 * Minix-Handler is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2, or (at your option)
 * any later version.
 *
 * Minix-Handler is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

/*
 * Minix-Handler for Diskdrive
 */

DM0:
#        Device = ramdrive.device
        Device = trackdisk.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 = 001
	Flags = 0
	Surfaces = 7
	BlocksPerTrack = 50
	Reserved = 2			/* Currently ignored */
	Interleave = 0			/* Currently ignored */
	LowCyl = 60
	HighCyl = 118			/* Currently ignored */
	Buffers = 50			/* Currently ignored */
/*	Priority = 5	*/
	GlobVec = -1
	BufMemType = 0			/* Currently ignored */
	Mask = 0xFFFFFE			/* Currently ignored */
	MaxTransfer = 0x7FFFFFFF	/* Currently ignored */
	Mount = 1
	DosType = 0x4d4e5800		/* Currently ignored */
	StackSize = 4000
#

/*
 * Minix-Handler for Diskdrive
 */

DM6:
        Device = gvpscsi.device
	FileSystem = L:Minix-Handler
	Unit = 002
	Flags = 0
	Surfaces = 15
	BlocksPerTrack = 78
	Reserved = 2			/* Currently ignored */
	Interleave = 0			/* Currently ignored */
	LowCyl = 1752
	HighCyl = 118			/* Currently ignored */
	Buffers = 50			/* Currently ignored */
/*	Priority = 5	*/
	GlobVec = -1
	BufMemType = 0			/* Currently ignored */
	Mask = 0xFFFFFE			/* Currently ignored */
	MaxTransfer = 0x7FFFFFFF	/* Currently ignored */
	Mount = 1
	DosType = 0x4d4e5800		/* Currently ignored */
	StackSize = 4000
#
