Module Name: src
Committed By: jklos
Date: Thu Jan 23 21:37:09 UTC 2014
Modified Files:
src/sys/arch/vax/include: param.h
Log Message:
Removed MAXBSIZE. Cleared with Anders Magnusson and tested myself.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/vax/include/param.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/vax/include/param.h
diff -u src/sys/arch/vax/include/param.h:1.60 src/sys/arch/vax/include/param.h:1.61
--- src/sys/arch/vax/include/param.h:1.60 Tue Jan 24 20:03:38 2012
+++ src/sys/arch/vax/include/param.h Thu Jan 23 21:37:09 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.60 2012/01/24 20:03:38 christos Exp $ */
+/* $NetBSD: param.h,v 1.61 2014/01/23 21:37:09 jklos Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -62,7 +62,6 @@
#define BLKDEV_IOSIZE 2048
#define MAXPHYS (64 * 1024) /* max raw I/O transfer size */
-#define MAXBSIZE 0x4000 /* max FS block size - XXX */
#define UPAGES 2 /* pages of u-area */
#define USPACE (NBPG*UPAGES)