Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / hpc / stand / include / machine / param.h
blobd31265ef91cb9407060a5f92d7d4c3a9475b605b
1 /* $NetBSD: param.h,v 1.1.26.4 2004/09/21 13:15:59 skrll Exp $ */
3 /* Windows CE architecture */
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 */
10 /* bytes to disk blocks */
11 #define btodb(x) ((x) >> DEV_BSHIFT)