diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 1999-09-22 05:48:31 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 1999-09-22 05:48:31 +0000 |
| commit | 8b22cebb2cb8971c882263b93898e6be3d196b99 (patch) | |
| tree | 758b26a29d5a49db7e0b7c73899a1f04ce29dc37 /sys/alpha/include/param.h | |
| parent | 92e13d2a9cb5fc738ea4562b101b0386e3e7537d (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include/param.h')
| -rw-r--r-- | sys/alpha/include/param.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h index 2bb660ca4cb7..c09e30c05321 100644 --- a/sys/alpha/include/param.h +++ b/sys/alpha/include/param.h @@ -101,13 +101,8 @@ #ifndef BLKDEV_IOSIZE #define BLKDEV_IOSIZE PAGE_SIZE /* default block device I/O size */ #endif - -#ifndef DFLTPHYS #define DFLTPHYS (64 * 1024) /* default max raw I/O transfer size */ -#endif -#ifndef MAXPHYS #define MAXPHYS (128 * 1024) /* max raw I/O transfer size */ -#endif #define CLSIZE 1 #define CLSIZELOG2 0 |
