summaryrefslogtreecommitdiff
path: root/sys/src/cmd/cwfs/9netics64.8k/dat.h
blob: fc0386f68baa332b668951e9300dbbae9bc2e4e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* 9net64.8k's configuration: 8K blocks, 64-bit sizes */

/*
 * The most fundamental constant.
 * The code will not compile with RBUFSIZE made a variable;
 * for one thing, RBUFSIZE determines FEPERBUF, which determines
 * the number of elements in a free-list-block array.
 */
#ifndef RBUFSIZE
#define RBUFSIZE	(8*1024)	/* raw buffer size */
#endif
#include "64bit.h"
/*
 * setting this to zero permits the use of discs of different sizes, but
 * can make jukeinit() quite slow while the robotics work through each disc
 * twice (once per side).
 */
enum { FIXEDSIZE = 1 };

#include "portdat.h"