Module Name: src Committed By: mbalmer Date: Sat Aug 6 08:47:14 UTC 2011
Modified Files: src/doc: CHANGES Log Message: Take note of the modload(8) changes. To generate a diff of this commit: cvs rdiff -u -r1.1588 -r1.1589 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.1588 src/doc/CHANGES:1.1589 --- src/doc/CHANGES:1.1588 Fri Aug 5 00:26:16 2011 +++ src/doc/CHANGES Sat Aug 6 08:47:14 2011 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1588 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1589 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -1092,3 +1092,8 @@ amiga: Add basic PCI support. [rkujawa 20110804] p5pb(4): Add driver for Phase5 PCI bridge, as present on CyberVision PPC and BlizzardVision PPC. [rkujawa 20110804] + modload(8): A module name must contain at least one / character when + the module is to be loaded from a filesystem path, it must not + contain a / character when the module is to be loaded from + the system module area. [mbalmer 20110806] +