[BACK]Return to ioasic.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / pmax / tc

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

Diff for /src/sys/arch/pmax/tc/ioasic.c between version 1.12 and 1.13

version 1.12, 2000/03/15 03:07:47 version 1.13, 2000/06/04 19:14:55
Line 191  ioasicattach(parent, self, aux)
Line 191  ioasicattach(parent, self, aux)
         ioasic_attach_devs(sc, ioasic_devs, builtin_ndevs);          ioasic_attach_devs(sc, ioasic_devs, builtin_ndevs);
 }  }
   
   const struct evcnt *
   ioasic_intr_evcnt(dev, cookie)
           struct device *dev;
           void *cookie;
   {
   
           /* XXX for now, no evcnt parent reported */
           return NULL;
   }
   
 #if 1 /* XXX for now XXX */  #if 1 /* XXX for now XXX */
 void  void
 ioasic_intr_establish(dev, cookie, level, handler, val)  ioasic_intr_establish(dev, cookie, level, handler, val)

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb <webmaster@jp.NetBSD.org>