Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2005 00:04:49 GMT
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 78835 for review
Message-ID:  <200506230004.j5N04nkx081831@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=78835

Change 78835 by peter@peter_daintree on 2005/06/23 00:04:15

	Attempt to double the ata dump speed by halving the transaction rate.

Affected files ...

.. //depot/projects/hammer/sys/sys/param.h#62 edit

Differences ...

==== //depot/projects/hammer/sys/sys/param.h#62 (text+ko) ====

@@ -128,7 +128,7 @@
 #define MAXPHYS		(128 * 1024)	/* max raw I/O transfer size */
 #endif
 #ifndef MAXDUMPPGS
-#define MAXDUMPPGS	(DFLTPHYS/PAGE_SIZE)
+#define MAXDUMPPGS	(MAXPHYS/PAGE_SIZE)
 #endif
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506230004.j5N04nkx081831>