diff -r f8db1f6ec4ab toys/other/modinfo.c
--- a/toys/other/modinfo.c	Tue Jul 02 00:16:16 2013 -0500
+++ b/toys/other/modinfo.c	Mon Jul 08 19:12:48 2013 -0700
@@ -37,7 +37,8 @@
   int fd, len, i;
   char *buf = 0, *pos, *modinfo_tags[] = {
     "alias", "license", "description", "author", "firmware",
-    "vermagic", "srcversion", "intree", "parm", "depends",
+    "vermagic", "srcversion", "intree", "depends", "parm",
+    "parmtype",
   };
 
   if (-1 != (fd = open(full_name, O_RDONLY))) {
