[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.20 and 1.21

version 1.20, 1994/03/12 03:34:04 version 1.21, 1994/03/12 04:10:11
Line 456  ahb_attach(struct isa_device *dev)
Line 456  ahb_attach(struct isa_device *dev)
 {  {
         static int firsttime;          static int firsttime;
         static int firstswitch[NAHB];          static int firstswitch[NAHB];
         int masunit = dev->id_parent->id_unit;          int masunit;
         int r;          int r;
   
         if (!dev->id_parent)          if (!dev->id_parent)
                 return 1;                  return 1;
           masunit = dev->id_parent->id_unit;
   
         if (!firstswitch[masunit]) {          if (!firstswitch[masunit]) {
                 firstswitch[masunit] = 1;                  firstswitch[masunit] = 1;

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

CVSweb <webmaster@jp.NetBSD.org>