|
From: <ow...@us...> - 2008-01-28 20:44:59
|
Revision: 1041
http://ipcop.svn.sourceforge.net/ipcop/?rev=1041&view=rev
Author: owes
Date: 2008-01-28 12:45:01 -0800 (Mon, 28 Jan 2008)
Log Message:
-----------
Some comments
Modified Paths:
--------------
ipcop/trunk/src/installer/arch_defs.h
Modified: ipcop/trunk/src/installer/arch_defs.h
===================================================================
--- ipcop/trunk/src/installer/arch_defs.h 2008-01-28 20:44:25 UTC (rev 1040)
+++ ipcop/trunk/src/installer/arch_defs.h 2008-01-28 20:45:01 UTC (rev 1041)
@@ -82,8 +82,8 @@
struct hardware_s
{
- char *module;
- char *device;
+ char *module; /* kernel module */
+ char *device; /* hda, sda, eth0 etc. */
char *description;
supported_media_t type; /* network */
};
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|