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

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

Diff for /src/sys/dev/isa/elink.c between version 1.4 and 1.5

version 1.4, 1995/01/03 05:04:04 version 1.5, 1995/01/06 21:41:31
Line 64  elink_idseq(p)
Line 64  elink_idseq(p)
         register int i;          register int i;
         register u_char c;          register u_char c;
   
         outb(ELINK_ID_PORT, 0x0);  
         outb(ELINK_ID_PORT, 0x0);  
   
         c = 0xff;          c = 0xff;
         for (i = 255; i; i--) {          for (i = 255; i; i--) {
                 outb(ELINK_ID_PORT, c);                  outb(ELINK_ID_PORT, c);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>