Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/vax/include Removed MAXBSIZE. Cleared with Anders M...



details:   https://anonhg.NetBSD.org/src/rev/0e87e35de064
branches:  trunk
changeset: 793004:0e87e35de064
user:      jklos <jklos%NetBSD.org@localhost>
date:      Thu Jan 23 21:37:09 2014 +0000

description:
Removed MAXBSIZE. Cleared with Anders Magnusson and tested myself.

diffstat:

 sys/arch/vax/include/param.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r e4e4aceb3bcd -r 0e87e35de064 sys/arch/vax/include/param.h
--- a/sys/arch/vax/include/param.h      Thu Jan 23 20:58:55 2014 +0000
+++ b/sys/arch/vax/include/param.h      Thu Jan 23 21:37:09 2014 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index