Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2018 21:18:49 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r336430 - head/sys/sparc64/include
Message-ID:  <201807172118.w6HLInBH089245@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Tue Jul 17 21:18:49 2018
New Revision: 336430
URL: https://svnweb.freebsd.org/changeset/base/336430

Log:
  Fix a typo: change lists to list to match rest of sentence.
  
  Also, I misspoke in r336428. Any devices on sparc64 machines on "isa"
  that can do DMA can do 32-bit address DMA and aren't limited to
  24-bits of address.

Modified:
  head/sys/sparc64/include/vmparam.h

Modified: head/sys/sparc64/include/vmparam.h
==============================================================================
--- head/sys/sparc64/include/vmparam.h	Tue Jul 17 21:10:31 2018	(r336429)
+++ head/sys/sparc64/include/vmparam.h	Tue Jul 17 21:18:49 2018	(r336430)
@@ -87,7 +87,7 @@
 #define	VM_FREEPOOL_DIRECT	1
 
 /*
- * Create one free page lists: VM_FREELIST_DEFAULT is for all physical
+ * Create one free page list: VM_FREELIST_DEFAULT is for all physical
  * pages.
  */
 #define	VM_NFREELIST		1



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