[BACK]Return to aha1742.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / eisa

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

Diff for /src/sys/arch/i386/eisa/Attic/aha1742.c between version 1.14.2.2 and 1.14.2.3

version 1.14.2.2, 1993/11/29 00:32:00 version 1.14.2.3, 1993/11/29 00:35:57
Line 477  ahbprobe1(parent, cf, ia)
Line 477  ahbprobe1(parent, cf, ia)
                 printf("ahb%d: cannot malloc!\n", unit);                  printf("ahb%d: cannot malloc!\n", unit);
                 return 0;                  return 0;
         }          }
           bzero(ahb, sizeof(*ahb));
         ahbdata[unit] = ahb;          ahbdata[unit] = ahb;
         ahb->baseport = ia->ia_iobase;          ahb->baseport = ia->ia_iobase;
   

Legend:
Removed from v.1.14.2.2  
changed lines
  Added in v.1.14.2.3

CVSweb <webmaster@jp.NetBSD.org>