]> sourceware.org Git - newlib-cygwin.git/commitdiff
* devices.in: Raise number of handled serial ports to 64.
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 9 Oct 2006 08:27:23 +0000 (08:27 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 9 Oct 2006 08:27:23 +0000 (08:27 +0000)
* devices.cc: Regenerate.

winsup/cygwin/ChangeLog
winsup/cygwin/devices.cc
winsup/cygwin/devices.in

index 8992473a78cdee58103726ddfa7357b883ff1516..a122168e1d489b5efb0c6e92fd2dde4f387bf049 100644 (file)
@@ -1,3 +1,8 @@
+2006-10-09  Corinna Vinschen  <corinna@vinschen.de>
+
+       * devices.in: Raise number of handled serial ports to 64.
+       * devices.cc: Regenerate.
+
 2006-09-17  Danny Smith  <dannysmith@clear.net.nz>
 
        * byteorder.h: Correct typo.
index 0d469a85b261b36b5c25d596154550034b7f19dd..1af413868eeb0a298bcf26d50d915a846db8b2c6 100644 (file)
@@ -893,6 +893,54 @@ static const device dev_storage[] =
   {"/dev/ttyS13", BRACK(FHDEV(DEV_SERIAL_MAJOR, 14)), "\\\\.\\com14"},
   {"/dev/ttyS14", BRACK(FHDEV(DEV_SERIAL_MAJOR, 15)), "\\\\.\\com15"},
   {"/dev/ttyS15", BRACK(FHDEV(DEV_SERIAL_MAJOR, 16)), "\\\\.\\com16"},
+  {"/dev/ttyS16", BRACK(FHDEV(DEV_SERIAL_MAJOR, 17)), "\\\\.\\com17"},
+  {"/dev/ttyS17", BRACK(FHDEV(DEV_SERIAL_MAJOR, 18)), "\\\\.\\com18"},
+  {"/dev/ttyS18", BRACK(FHDEV(DEV_SERIAL_MAJOR, 19)), "\\\\.\\com19"},
+  {"/dev/ttyS19", BRACK(FHDEV(DEV_SERIAL_MAJOR, 20)), "\\\\.\\com20"},
+  {"/dev/ttyS20", BRACK(FHDEV(DEV_SERIAL_MAJOR, 21)), "\\\\.\\com21"},
+  {"/dev/ttyS21", BRACK(FHDEV(DEV_SERIAL_MAJOR, 22)), "\\\\.\\com22"},
+  {"/dev/ttyS22", BRACK(FHDEV(DEV_SERIAL_MAJOR, 23)), "\\\\.\\com23"},
+  {"/dev/ttyS23", BRACK(FHDEV(DEV_SERIAL_MAJOR, 24)), "\\\\.\\com24"},
+  {"/dev/ttyS24", BRACK(FHDEV(DEV_SERIAL_MAJOR, 25)), "\\\\.\\com25"},
+  {"/dev/ttyS25", BRACK(FHDEV(DEV_SERIAL_MAJOR, 26)), "\\\\.\\com26"},
+  {"/dev/ttyS26", BRACK(FHDEV(DEV_SERIAL_MAJOR, 27)), "\\\\.\\com27"},
+  {"/dev/ttyS27", BRACK(FHDEV(DEV_SERIAL_MAJOR, 28)), "\\\\.\\com28"},
+  {"/dev/ttyS28", BRACK(FHDEV(DEV_SERIAL_MAJOR, 29)), "\\\\.\\com29"},
+  {"/dev/ttyS29", BRACK(FHDEV(DEV_SERIAL_MAJOR, 30)), "\\\\.\\com30"},
+  {"/dev/ttyS30", BRACK(FHDEV(DEV_SERIAL_MAJOR, 31)), "\\\\.\\com31"},
+  {"/dev/ttyS31", BRACK(FHDEV(DEV_SERIAL_MAJOR, 32)), "\\\\.\\com32"},
+  {"/dev/ttyS32", BRACK(FHDEV(DEV_SERIAL_MAJOR, 33)), "\\\\.\\com33"},
+  {"/dev/ttyS33", BRACK(FHDEV(DEV_SERIAL_MAJOR, 34)), "\\\\.\\com34"},
+  {"/dev/ttyS34", BRACK(FHDEV(DEV_SERIAL_MAJOR, 35)), "\\\\.\\com35"},
+  {"/dev/ttyS35", BRACK(FHDEV(DEV_SERIAL_MAJOR, 36)), "\\\\.\\com36"},
+  {"/dev/ttyS36", BRACK(FHDEV(DEV_SERIAL_MAJOR, 37)), "\\\\.\\com37"},
+  {"/dev/ttyS37", BRACK(FHDEV(DEV_SERIAL_MAJOR, 38)), "\\\\.\\com38"},
+  {"/dev/ttyS38", BRACK(FHDEV(DEV_SERIAL_MAJOR, 39)), "\\\\.\\com39"},
+  {"/dev/ttyS39", BRACK(FHDEV(DEV_SERIAL_MAJOR, 40)), "\\\\.\\com40"},
+  {"/dev/ttyS40", BRACK(FHDEV(DEV_SERIAL_MAJOR, 41)), "\\\\.\\com41"},
+  {"/dev/ttyS41", BRACK(FHDEV(DEV_SERIAL_MAJOR, 42)), "\\\\.\\com42"},
+  {"/dev/ttyS42", BRACK(FHDEV(DEV_SERIAL_MAJOR, 43)), "\\\\.\\com43"},
+  {"/dev/ttyS43", BRACK(FHDEV(DEV_SERIAL_MAJOR, 44)), "\\\\.\\com44"},
+  {"/dev/ttyS44", BRACK(FHDEV(DEV_SERIAL_MAJOR, 45)), "\\\\.\\com45"},
+  {"/dev/ttyS45", BRACK(FHDEV(DEV_SERIAL_MAJOR, 46)), "\\\\.\\com46"},
+  {"/dev/ttyS46", BRACK(FHDEV(DEV_SERIAL_MAJOR, 47)), "\\\\.\\com47"},
+  {"/dev/ttyS47", BRACK(FHDEV(DEV_SERIAL_MAJOR, 48)), "\\\\.\\com48"},
+  {"/dev/ttyS48", BRACK(FHDEV(DEV_SERIAL_MAJOR, 49)), "\\\\.\\com49"},
+  {"/dev/ttyS49", BRACK(FHDEV(DEV_SERIAL_MAJOR, 50)), "\\\\.\\com50"},
+  {"/dev/ttyS50", BRACK(FHDEV(DEV_SERIAL_MAJOR, 51)), "\\\\.\\com51"},
+  {"/dev/ttyS51", BRACK(FHDEV(DEV_SERIAL_MAJOR, 52)), "\\\\.\\com52"},
+  {"/dev/ttyS52", BRACK(FHDEV(DEV_SERIAL_MAJOR, 53)), "\\\\.\\com53"},
+  {"/dev/ttyS53", BRACK(FHDEV(DEV_SERIAL_MAJOR, 54)), "\\\\.\\com54"},
+  {"/dev/ttyS54", BRACK(FHDEV(DEV_SERIAL_MAJOR, 55)), "\\\\.\\com55"},
+  {"/dev/ttyS55", BRACK(FHDEV(DEV_SERIAL_MAJOR, 56)), "\\\\.\\com56"},
+  {"/dev/ttyS56", BRACK(FHDEV(DEV_SERIAL_MAJOR, 57)), "\\\\.\\com57"},
+  {"/dev/ttyS57", BRACK(FHDEV(DEV_SERIAL_MAJOR, 58)), "\\\\.\\com58"},
+  {"/dev/ttyS58", BRACK(FHDEV(DEV_SERIAL_MAJOR, 59)), "\\\\.\\com59"},
+  {"/dev/ttyS59", BRACK(FHDEV(DEV_SERIAL_MAJOR, 60)), "\\\\.\\com60"},
+  {"/dev/ttyS60", BRACK(FHDEV(DEV_SERIAL_MAJOR, 61)), "\\\\.\\com61"},
+  {"/dev/ttyS61", BRACK(FHDEV(DEV_SERIAL_MAJOR, 62)), "\\\\.\\com62"},
+  {"/dev/ttyS62", BRACK(FHDEV(DEV_SERIAL_MAJOR, 63)), "\\\\.\\com63"},
+  {"/dev/ttyS63", BRACK(FHDEV(DEV_SERIAL_MAJOR, 64)), "\\\\.\\com64"},
   {"/dev/ttym", BRACK(FH_TTYM), "\\dev\\ttym"},
   {"/dev/urandom", BRACK(FH_URANDOM), "\\dev\\urandom"},
   {"/dev/windows", BRACK(FH_WINDOWS), "\\dev\\windows"},
@@ -900,9 +948,9 @@ static const device dev_storage[] =
 };
 
 const device *console_dev = dev_storage + 20;
-const device *ttym_dev = dev_storage + 833;
+const device *ttym_dev = dev_storage + 881;
 const device *ttys_dev = dev_storage + 753;
-const device *urandom_dev = dev_storage + 834;
+const device *urandom_dev = dev_storage + 882;
 
 
 static KR_device_t KR_find_keyword (const char *KR_keyword, int KR_length)
@@ -1976,7 +2024,7 @@ return    NULL;
               if (strncmp (KR_keyword, "/dev/zero", 9) == 0)
                 {
 {
-return dev_storage + 836;
+return dev_storage + 884;
 
 }
                 }
@@ -2015,7 +2063,7 @@ return    NULL;
               if (strncmp (KR_keyword, "/dev/ttym", 9) == 0)
                 {
 {
-return dev_storage + 833;
+return dev_storage + 881;
 
 }
                 }
@@ -14185,14 +14233,14 @@ return        NULL;
 
 }
             }
-        case '2':
+        case '6':
           switch (KR_keyword [10])
             {
-            case '7':
-              if (strncmp (KR_keyword, "/dev/nst127", 11) == 0)
+            case '3':
+              if (strncmp (KR_keyword, "/dev/ttyS63", 11) == 0)
                 {
 {
-return dev_storage + 170;
+return dev_storage + 880;
 
 }
                 }
@@ -14203,11 +14251,11 @@ return        NULL;
 
 }
                 }
-            case '6':
-              if (strncmp (KR_keyword, "/dev/nst126", 11) == 0)
+            case '2':
+              if (strncmp (KR_keyword, "/dev/ttyS62", 11) == 0)
                 {
 {
-return dev_storage + 169;
+return dev_storage + 879;
 
 }
                 }
@@ -14218,11 +14266,11 @@ return        NULL;
 
 }
                 }
-            case '5':
-              if (strncmp (KR_keyword, "/dev/nst125", 11) == 0)
+            case '1':
+              if (strncmp (KR_keyword, "/dev/ttyS61", 11) == 0)
                 {
 {
-return dev_storage + 168;
+return dev_storage + 878;
 
 }
                 }
@@ -14233,11 +14281,11 @@ return        NULL;
 
 }
                 }
-            case '4':
-              if (strncmp (KR_keyword, "/dev/nst124", 11) == 0)
+            case '0':
+              if (strncmp (KR_keyword, "/dev/ttyS60", 11) == 0)
                 {
 {
-return dev_storage + 167;
+return dev_storage + 877;
 
 }
                 }
@@ -14248,11 +14296,20 @@ return        NULL;
 
 }
                 }
-            case '3':
-              if (strncmp (KR_keyword, "/dev/nst123", 11) == 0)
+            default:
+{
+return NULL;
+
+}
+            }
+        case '5':
+          switch (KR_keyword [10])
+            {
+            case '9':
+              if (strncmp (KR_keyword, "/dev/ttyS59", 11) == 0)
                 {
 {
-return dev_storage + 166;
+return dev_storage + 876;
 
 }
                 }
@@ -14263,11 +14320,11 @@ return        NULL;
 
 }
                 }
-            case '2':
-              if (strncmp (KR_keyword, "/dev/nst122", 11) == 0)
+            case '8':
+              if (strncmp (KR_keyword, "/dev/ttyS58", 11) == 0)
                 {
 {
-return dev_storage + 165;
+return dev_storage + 875;
 
 }
                 }
@@ -14278,11 +14335,11 @@ return        NULL;
 
 }
                 }
-            case '1':
-              if (strncmp (KR_keyword, "/dev/nst121", 11) == 0)
+            case '7':
+              if (strncmp (KR_keyword, "/dev/ttyS57", 11) == 0)
                 {
 {
-return dev_storage + 164;
+return dev_storage + 874;
 
 }
                 }
@@ -14293,11 +14350,11 @@ return        NULL;
 
 }
                 }
-            case '0':
-              if (strncmp (KR_keyword, "/dev/nst120", 11) == 0)
+            case '6':
+              if (strncmp (KR_keyword, "/dev/ttyS56", 11) == 0)
                 {
 {
-return dev_storage + 163;
+return dev_storage + 873;
 
 }
                 }
@@ -14308,20 +14365,11 @@ return        NULL;
 
 }
                 }
-            default:
-{
-return NULL;
-
-}
-            }
-        case '1':
-          switch (KR_keyword [10])
-            {
-            case '9':
-              if (strncmp (KR_keyword, "/dev/nst119", 11) == 0)
+            case '5':
+              if (strncmp (KR_keyword, "/dev/ttyS55", 11) == 0)
                 {
 {
-return dev_storage + 162;
+return dev_storage + 872;
 
 }
                 }
@@ -14332,11 +14380,11 @@ return        NULL;
 
 }
                 }
-            case '8':
-              if (strncmp (KR_keyword, "/dev/nst118", 11) == 0)
+            case '4':
+              if (strncmp (KR_keyword, "/dev/ttyS54", 11) == 0)
                 {
 {
-return dev_storage + 161;
+return dev_storage + 871;
 
 }
                 }
@@ -14347,11 +14395,11 @@ return        NULL;
 
 }
                 }
-            case '7':
-              if (strncmp (KR_keyword, "/dev/nst117", 11) == 0)
+            case '3':
+              if (strncmp (KR_keyword, "/dev/ttyS53", 11) == 0)
                 {
 {
-return dev_storage + 160;
+return dev_storage + 870;
 
 }
                 }
@@ -14362,11 +14410,11 @@ return        NULL;
 
 }
                 }
-            case '6':
-              if (strncmp (KR_keyword, "/dev/nst116", 11) == 0)
+            case '2':
+              if (strncmp (KR_keyword, "/dev/ttyS52", 11) == 0)
                 {
 {
-return dev_storage + 159;
+return dev_storage + 869;
 
 }
                 }
@@ -14377,224 +14425,1016 @@ return     NULL;
 
 }
                 }
-            case '5':
-              switch (KR_keyword [5])
+            case '1':
+              if (strncmp (KR_keyword, "/dev/ttyS51", 11) == 0)
                 {
-                case 't':
-                  if (strncmp (KR_keyword, "/dev/ttyS15", 11) == 0)
-                    {
 {
-return dev_storage + 832;
+return dev_storage + 868;
 
 }
-                    }
-                  else
-                    {
+                }
+              else
+                {
 {
 return NULL;
 
 }
-                    }
-                case 'n':
-                  if (strncmp (KR_keyword, "/dev/nst115", 11) == 0)
-                    {
+                }
+            case '0':
+              if (strncmp (KR_keyword, "/dev/ttyS50", 11) == 0)
+                {
 {
-return dev_storage + 158;
+return dev_storage + 867;
 
 }
-                    }
-                  else
-                    {
+                }
+              else
+                {
 {
 return NULL;
 
 }
-                    }
-                default:
+                }
+            default:
 {
 return NULL;
 
 }
-                }
-            case '4':
-              switch (KR_keyword [5])
+            }
+        case '4':
+          switch (KR_keyword [10])
+            {
+            case '9':
+              if (strncmp (KR_keyword, "/dev/ttyS49", 11) == 0)
                 {
-                case 't':
-                  if (strncmp (KR_keyword, "/dev/ttyS14", 11) == 0)
-                    {
 {
-return dev_storage + 831;
+return dev_storage + 866;
 
 }
-                    }
-                  else
-                    {
+                }
+              else
+                {
 {
 return NULL;
 
 }
-                    }
-                case 'n':
-                  if (strncmp (KR_keyword, "/dev/nst114", 11) == 0)
-                    {
+                }
+            case '8':
+              if (strncmp (KR_keyword, "/dev/ttyS48", 11) == 0)
+                {
 {
-return dev_storage + 157;
+return dev_storage + 865;
 
 }
-                    }
-                  else
-                    {
+                }
+              else
+                {
 {
 return NULL;
 
 }
-                    }
-                default:
+                }
+            case '7':
+              if (strncmp (KR_keyword, "/dev/ttyS47", 11) == 0)
+                {
 {
-return NULL;
+return dev_storage + 864;
 
 }
                 }
-            case '3':
-              switch (KR_keyword [5])
+              else
                 {
-                case 't':
-                  if (strncmp (KR_keyword, "/dev/ttyS13", 11) == 0)
-                    {
 {
-return dev_storage + 830;
+return NULL;
 
 }
-                    }
-                  else
-                    {
+                }
+            case '6':
+              if (strncmp (KR_keyword, "/dev/ttyS46", 11) == 0)
+                {
 {
-return NULL;
+return dev_storage + 863;
 
 }
-                    }
-                case 'n':
-                  if (strncmp (KR_keyword, "/dev/nst113", 11) == 0)
-                    {
+                }
+              else
+                {
 {
-return dev_storage + 156;
+return NULL;
 
 }
-                    }
-                  else
-                    {
+                }
+            case '5':
+              if (strncmp (KR_keyword, "/dev/ttyS45", 11) == 0)
+                {
 {
-return NULL;
+return dev_storage + 862;
 
 }
-                    }
-                default:
+                }
+              else
+                {
 {
 return NULL;
 
 }
                 }
-            case '2':
-              switch (KR_keyword [5])
+            case '4':
+              if (strncmp (KR_keyword, "/dev/ttyS44", 11) == 0)
                 {
-                case 't':
-                  if (strncmp (KR_keyword, "/dev/ttyS12", 11) == 0)
-                    {
 {
-return dev_storage + 829;
+return dev_storage + 861;
 
 }
-                    }
-                  else
-                    {
+                }
+              else
+                {
 {
 return NULL;
 
 }
-                    }
-                case 'n':
-                  if (strncmp (KR_keyword, "/dev/nst112", 11) == 0)
-                    {
+                }
+            case '3':
+              if (strncmp (KR_keyword, "/dev/ttyS43", 11) == 0)
+                {
 {
-return dev_storage + 155;
+return dev_storage + 860;
 
 }
-                    }
-                  else
-                    {
+                }
+              else
+                {
 {
 return NULL;
 
 }
-                    }
-                default:
+                }
+            case '2':
+              if (strncmp (KR_keyword, "/dev/ttyS42", 11) == 0)
+                {
+{
+return dev_storage + 859;
+
+}
+                }
+              else
+                {
 {
 return NULL;
 
 }
                 }
             case '1':
-              switch (KR_keyword [5])
+              if (strncmp (KR_keyword, "/dev/ttyS41", 11) == 0)
                 {
-                case 't':
-                  if (strncmp (KR_keyword, "/dev/ttyS11", 11) == 0)
-                    {
 {
-return dev_storage + 828;
+return dev_storage + 858;
 
 }
-                    }
-                  else
-                    {
+                }
+              else
+                {
 {
 return NULL;
 
 }
-                    }
-                case 'n':
-                  if (strncmp (KR_keyword, "/dev/nst111", 11) == 0)
-                    {
+                }
+            case '0':
+              if (strncmp (KR_keyword, "/dev/ttyS40", 11) == 0)
+                {
 {
-return dev_storage + 154;
+return dev_storage + 857;
 
 }
-                    }
-                  else
-                    {
+                }
+              else
+                {
 {
 return NULL;
 
 }
-                    }
-                default:
+                }
+            default:
 {
 return NULL;
 
 }
-                }
-            case '0':
-              switch (KR_keyword [5])
+            }
+        case '3':
+          switch (KR_keyword [10])
+            {
+            case '9':
+              if (strncmp (KR_keyword, "/dev/ttyS39", 11) == 0)
                 {
-                case 't':
-                  if (strncmp (KR_keyword, "/dev/ttyS10", 11) == 0)
-                    {
 {
-return dev_storage + 827;
+return dev_storage + 856;
 
 }
-                    }
-                  else
-                    {
+                }
+              else
+                {
 {
 return NULL;
 
 }
-                    }
-                case 'n':
-                  if (strncmp (KR_keyword, "/dev/nst110", 11) == 0)
-                    {
+                }
+            case '8':
+              if (strncmp (KR_keyword, "/dev/ttyS38", 11) == 0)
+                {
 {
-return dev_storage + 153;
+return dev_storage + 855;
+
+}
+                }
+              else
+                {
+{
+return NULL;
+
+}
+                }
+            case '7':
+              if (strncmp (KR_keyword, "/dev/ttyS37", 11) == 0)
+                {
+{
+return dev_storage + 854;
+
+}
+                }
+              else
+                {
+{
+return NULL;
+
+}
+                }
+            case '6':
+              if (strncmp (KR_keyword, "/dev/ttyS36", 11) == 0)
+                {
+{
+return dev_storage + 853;
+
+}
+                }
+              else
+                {
+{
+return NULL;
+
+}
+                }
+            case '5':
+              if (strncmp (KR_keyword, "/dev/ttyS35", 11) == 0)
+                {
+{
+return dev_storage + 852;
+
+}
+                }
+              else
+                {
+{
+return NULL;
+
+}
+                }
+            case '4':
+              if (strncmp (KR_keyword, "/dev/ttyS34", 11) == 0)
+                {
+{
+return dev_storage + 851;
+
+}
+                }
+              else
+                {
+{
+return NULL;
+
+}
+                }
+            case '3':
+              if (strncmp (KR_keyword, "/dev/ttyS33", 11) == 0)
+                {
+{
+return dev_storage + 850;
+
+}
+                }
+              else
+                {
+{
+return NULL;
+
+}
+                }
+            case '2':
+              if (strncmp (KR_keyword, "/dev/ttyS32", 11) == 0)
+                {
+{
+return dev_storage + 849;
+
+}
+                }
+              else
+                {
+{
+return NULL;
+
+}
+                }
+            case '1':
+              if (strncmp (KR_keyword, "/dev/ttyS31", 11) == 0)
+                {
+{
+return dev_storage + 848;
+
+}
+                }
+              else
+                {
+{
+return NULL;
+
+}
+                }
+            case '0':
+              if (strncmp (KR_keyword, "/dev/ttyS30", 11) == 0)
+                {
+{
+return dev_storage + 847;
+
+}
+                }
+              else
+                {
+{
+return NULL;
+
+}
+                }
+            default:
+{
+return NULL;
+
+}
+            }
+        case '2':
+          switch (KR_keyword [10])
+            {
+            case '9':
+              if (strncmp (KR_keyword, "/dev/ttyS29", 11) == 0)
+                {
+{
+return dev_storage + 846;
+
+}
+                }
+              else
+                {
+{
+return NULL;
+
+}
+                }
+            case '8':
+              if (strncmp (KR_keyword, "/dev/ttyS28", 11) == 0)
+                {
+{
+return dev_storage + 845;
+
+}
+                }
+              else
+                {
+{
+return NULL;
+
+}
+                }
+            case '7':
+              switch (KR_keyword [5])
+                {
+                case 't':
+                  if (strncmp (KR_keyword, "/dev/ttyS27", 11) == 0)
+                    {
+{
+return dev_storage + 844;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case 'n':
+                  if (strncmp (KR_keyword, "/dev/nst127", 11) == 0)
+                    {
+{
+return dev_storage + 170;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                default:
+{
+return NULL;
+
+}
+                }
+            case '6':
+              switch (KR_keyword [5])
+                {
+                case 't':
+                  if (strncmp (KR_keyword, "/dev/ttyS26", 11) == 0)
+                    {
+{
+return dev_storage + 843;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case 'n':
+                  if (strncmp (KR_keyword, "/dev/nst126", 11) == 0)
+                    {
+{
+return dev_storage + 169;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                default:
+{
+return NULL;
+
+}
+                }
+            case '5':
+              switch (KR_keyword [5])
+                {
+                case 't':
+                  if (strncmp (KR_keyword, "/dev/ttyS25", 11) == 0)
+                    {
+{
+return dev_storage + 842;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case 'n':
+                  if (strncmp (KR_keyword, "/dev/nst125", 11) == 0)
+                    {
+{
+return dev_storage + 168;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                default:
+{
+return NULL;
+
+}
+                }
+            case '4':
+              switch (KR_keyword [5])
+                {
+                case 't':
+                  if (strncmp (KR_keyword, "/dev/ttyS24", 11) == 0)
+                    {
+{
+return dev_storage + 841;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case 'n':
+                  if (strncmp (KR_keyword, "/dev/nst124", 11) == 0)
+                    {
+{
+return dev_storage + 167;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                default:
+{
+return NULL;
+
+}
+                }
+            case '3':
+              switch (KR_keyword [5])
+                {
+                case 't':
+                  if (strncmp (KR_keyword, "/dev/ttyS23", 11) == 0)
+                    {
+{
+return dev_storage + 840;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case 'n':
+                  if (strncmp (KR_keyword, "/dev/nst123", 11) == 0)
+                    {
+{
+return dev_storage + 166;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                default:
+{
+return NULL;
+
+}
+                }
+            case '2':
+              switch (KR_keyword [5])
+                {
+                case 't':
+                  if (strncmp (KR_keyword, "/dev/ttyS22", 11) == 0)
+                    {
+{
+return dev_storage + 839;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case 'n':
+                  if (strncmp (KR_keyword, "/dev/nst122", 11) == 0)
+                    {
+{
+return dev_storage + 165;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                default:
+{
+return NULL;
+
+}
+                }
+            case '1':
+              switch (KR_keyword [5])
+                {
+                case 't':
+                  if (strncmp (KR_keyword, "/dev/ttyS21", 11) == 0)
+                    {
+{
+return dev_storage + 838;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case 'n':
+                  if (strncmp (KR_keyword, "/dev/nst121", 11) == 0)
+                    {
+{
+return dev_storage + 164;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                default:
+{
+return NULL;
+
+}
+                }
+            case '0':
+              switch (KR_keyword [5])
+                {
+                case 't':
+                  if (strncmp (KR_keyword, "/dev/ttyS20", 11) == 0)
+                    {
+{
+return dev_storage + 837;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case 'n':
+                  if (strncmp (KR_keyword, "/dev/nst120", 11) == 0)
+                    {
+{
+return dev_storage + 163;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                default:
+{
+return NULL;
+
+}
+                }
+            default:
+{
+return NULL;
+
+}
+            }
+        case '1':
+          switch (KR_keyword [5])
+            {
+            case 't':
+              switch (KR_keyword [10])
+                {
+                case '9':
+                  if (strncmp (KR_keyword, "/dev/ttyS19", 11) == 0)
+                    {
+{
+return dev_storage + 836;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case '8':
+                  if (strncmp (KR_keyword, "/dev/ttyS18", 11) == 0)
+                    {
+{
+return dev_storage + 835;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case '7':
+                  if (strncmp (KR_keyword, "/dev/ttyS17", 11) == 0)
+                    {
+{
+return dev_storage + 834;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case '6':
+                  if (strncmp (KR_keyword, "/dev/ttyS16", 11) == 0)
+                    {
+{
+return dev_storage + 833;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case '5':
+                  if (strncmp (KR_keyword, "/dev/ttyS15", 11) == 0)
+                    {
+{
+return dev_storage + 832;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case '4':
+                  if (strncmp (KR_keyword, "/dev/ttyS14", 11) == 0)
+                    {
+{
+return dev_storage + 831;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case '3':
+                  if (strncmp (KR_keyword, "/dev/ttyS13", 11) == 0)
+                    {
+{
+return dev_storage + 830;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case '2':
+                  if (strncmp (KR_keyword, "/dev/ttyS12", 11) == 0)
+                    {
+{
+return dev_storage + 829;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case '1':
+                  if (strncmp (KR_keyword, "/dev/ttyS11", 11) == 0)
+                    {
+{
+return dev_storage + 828;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case '0':
+                  if (strncmp (KR_keyword, "/dev/ttyS10", 11) == 0)
+                    {
+{
+return dev_storage + 827;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                default:
+{
+return NULL;
+
+}
+                }
+            case 'n':
+              switch (KR_keyword [10])
+                {
+                case '9':
+                  if (strncmp (KR_keyword, "/dev/nst119", 11) == 0)
+                    {
+{
+return dev_storage + 162;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case '8':
+                  if (strncmp (KR_keyword, "/dev/nst118", 11) == 0)
+                    {
+{
+return dev_storage + 161;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case '7':
+                  if (strncmp (KR_keyword, "/dev/nst117", 11) == 0)
+                    {
+{
+return dev_storage + 160;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case '6':
+                  if (strncmp (KR_keyword, "/dev/nst116", 11) == 0)
+                    {
+{
+return dev_storage + 159;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case '5':
+                  if (strncmp (KR_keyword, "/dev/nst115", 11) == 0)
+                    {
+{
+return dev_storage + 158;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case '4':
+                  if (strncmp (KR_keyword, "/dev/nst114", 11) == 0)
+                    {
+{
+return dev_storage + 157;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case '3':
+                  if (strncmp (KR_keyword, "/dev/nst113", 11) == 0)
+                    {
+{
+return dev_storage + 156;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case '2':
+                  if (strncmp (KR_keyword, "/dev/nst112", 11) == 0)
+                    {
+{
+return dev_storage + 155;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case '1':
+                  if (strncmp (KR_keyword, "/dev/nst111", 11) == 0)
+                    {
+{
+return dev_storage + 154;
+
+}
+                    }
+                  else
+                    {
+{
+return NULL;
+
+}
+                    }
+                case '0':
+                  if (strncmp (KR_keyword, "/dev/nst110", 11) == 0)
+                    {
+{
+return dev_storage + 153;
 
 }
                     }
@@ -14789,7 +15629,7 @@ return  NULL;
           if (strncmp (KR_keyword, "/dev/windows", 12) == 0)
             {
 {
-return dev_storage + 835;
+return dev_storage + 883;
 
 }
             }
@@ -14804,7 +15644,7 @@ return  NULL;
           if (strncmp (KR_keyword, "/dev/urandom", 12) == 0)
             {
 {
-return dev_storage + 834;
+return dev_storage + 882;
 
 }
             }
index 63a677eb9bb9ae89079e5d254158506b98903b9d..43d0972987fc165652a2d4a3652b7ad517a6ae60 100644 (file)
@@ -76,7 +76,7 @@ const device dev_bad_storage =
 "/dev/clipboard", BRACK(FH_CLIPBOARD), "\\dev\\clipboard"
 "/dev/port", BRACK(FH_PORT), "\\dev\\port"
 "/dev/com%(1-16)d", BRACK(FHDEV(DEV_SERIAL_MAJOR, {$1})), "\\\\.\\com{$1}"
-"/dev/ttyS%(0-15)d", BRACK(FHDEV(DEV_SERIAL_MAJOR, {$1 + 1})), "\\\\.\\com{$1 + 1}"
+"/dev/ttyS%(0-63)d", BRACK(FHDEV(DEV_SERIAL_MAJOR, {$1 + 1})), "\\\\.\\com{$1 + 1}"
 "/dev/pipe", BRACK(FH_PIPE), "\\dev\\pipe"
 "/dev/fifo", BRACK(FH_FIFO), "\\dev\\fifo"
 "/dev/st%(0-127)d", BRACK(FHDEV(DEV_TAPE_MAJOR, {$1})), "\\Device\\Tape{$1}"
This page took 0.076458 seconds and 5 git commands to generate.