diff options
author | imp <imp@FreeBSD.org> | 2010-12-28 21:18:58 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-12-28 21:18:58 +0000 |
commit | 781476f8b5f64c126d0406db535187cbeb7b0f92 (patch) | |
tree | 1e9ad66ba6a62a4e65889cbeefd473a15e0a6c37 /sys/conf | |
parent | 76df586660846da974a67d1c717de5882c47be94 (diff) | |
download | FreeBSD-src-781476f8b5f64c126d0406db535187cbeb7b0f92.zip FreeBSD-src-781476f8b5f64c126d0406db535187cbeb7b0f92.tar.gz |
Due to the automatic inclusion of DEFAULTS everywhere, and since it
has device mem in it almost everywhere, we get warnings about
duplicated device almost everywhere. Comment it out, with a note
about why, so that we don't get those warnings.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 210921c..05facec 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1110,7 +1110,8 @@ options VFS_AIO device random # The system memory devices; /dev/mem, /dev/kmem -device mem +# In various system's DEFAULTS file, so we don't need it here. +#device mem # The kernel symbol table device; /dev/ksyms device ksyms |