summaryrefslogtreecommitdiff
path: root/x11/kdebase/files
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>1999-12-11 21:30:04 +0000
committerjdolecek <jdolecek@pkgsrc.org>1999-12-11 21:30:04 +0000
commitc670e6a0da4a7690a7b5c01d7bb36ce0e3011384 (patch)
treeb270d43434d78974a58f656ab26e6f7e265a1b37 /x11/kdebase/files
parent8d3743659e6aec0d4ac0796f959b079dfd068084 (diff)
downloadpkgsrc-c670e6a0da4a7690a7b5c01d7bb36ce0e3011384.tar.gz
update the comment on beginning to match with what has been committed
into KDE tree. I tried hard to give appropriate credit all who deserved, let me know if I forgot somebody. s/FALSE/false/ define INFO_DMA_AVAILABLE even through no info is returned
Diffstat (limited to 'x11/kdebase/files')
-rw-r--r--x11/kdebase/files/info_netbsd.cpp16
1 files changed, 9 insertions, 7 deletions
diff --git a/x11/kdebase/files/info_netbsd.cpp b/x11/kdebase/files/info_netbsd.cpp
index 9daa0f1958a..345abc15db4 100644
--- a/x11/kdebase/files/info_netbsd.cpp
+++ b/x11/kdebase/files/info_netbsd.cpp
@@ -1,19 +1,21 @@
/*
- * $NetBSD: info_netbsd.cpp,v 1.3 1999/07/19 21:57:29 hubertf Exp $
+ * $NetBSD: info_netbsd.cpp,v 1.4 1999/12/11 21:30:04 jdolecek Exp $
*
* info_netbsd.cpp is part of the KDE program kcminfo. This displays
* various information about the NetBSD system it's running on.
*
- * This code is derived from code written by
- * Jaromir Dolecek <dolecek@ics.muni.cz>
+ * Originally written by Jaromir Dolecek <dolecek@ics.muni.cz>. CPU info
+ * code has been imported from implementation of processor.cpp for KDE 1.0
+ * by David Brownlee <abs@NetBSD.org> as found in NetBSD packages collection.
+ * Hubert Feyer <hubertf@NetBSD.org> enhanced the sound information printing
+ * quite a lot, too.
*
- * CPU info code has been imported from abs's processor.cpp implementation
- * for KDE 1.0 with only minor formatting changes
+ * The code is placed into public domain. Do whatever you want with it.
*/
#define INFO_CPU_AVAILABLE
#define INFO_IRQ_AVAILABLE
-/* #define INFO_DMA_AVAILABLE */ /* not really available */
+#define INFO_DMA_AVAILABLE
#define INFO_PCI_AVAILABLE
#define INFO_IOPORTS_AVAILABLE
#define INFO_SOUND_AVAILABLE
@@ -201,7 +203,7 @@ bool GetInfo_IRQ (KTabListBox *lBox)
bool GetInfo_DMA (KTabListBox *)
{
- return FALSE;
+ return false;
}
bool GetInfo_PCI (KTabListBox *lbox)