xref: /netbsd/sys/arch/hpc/stand/include/machine/param.h (revision bf9ec67e)
1 /*	$NetBSD: param.h,v 1.1 2001/02/09 18:35:30 uch Exp $	*/
2 
3 /* Windows CE architecture */
4 
5 #define	DEV_BSIZE	512
6 #define	DEV_BSHIFT	9		/* log2(DEV_BSIZE) */
7 #define BLKDEV_IOSIZE	2048
8 #define	MAXPHYS		(64 * 1024)	/* max raw I/O transfer size */
9