[BACK]Return to com.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / ic

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/ic/com.c between version 1.189 and 1.190

version 1.189, 2001/09/17 02:47:13 version 1.190, 2001/11/05 21:39:24
Line 2453  com_kgdb_attach(iot, iobase, rate, frequ
Line 2453  com_kgdb_attach(iot, iobase, rate, frequ
         if (res)          if (res)
                 return (res);                  return (res);
   
           /*
            * XXXfvdl this shouldn't be needed, but the cn_magic goo
            * expects this to be initialized
            */
           cn_init_magic(&com_cnm_state);
           cn_set_magic("\047\001");
   
         kgdb_attach(com_kgdb_getc, com_kgdb_putc, NULL);          kgdb_attach(com_kgdb_getc, com_kgdb_putc, NULL);
         kgdb_dev = 123; /* unneeded, only to satisfy some tests */          kgdb_dev = 123; /* unneeded, only to satisfy some tests */
   

Legend:
Removed from v.1.189  
changed lines
  Added in v.1.190

CVSweb <webmaster@jp.NetBSD.org>