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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to