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

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

Diff for /src/sys/dev/pci/if_sip.c between version 1.71 and 1.72

version 1.71, 2002/09/30 20:37:36 version 1.72, 2002/10/02 16:51:29
Line 458  int SIP_DECL(copy_small) = 0;
Line 458  int SIP_DECL(copy_small) = 0;
   
 #ifdef DP83820  #ifdef DP83820
 CFATTACH_DECL(gsip, sizeof(struct sip_softc),  CFATTACH_DECL(gsip, sizeof(struct sip_softc),
     gsip_match, gsip_attach, NULL, NULL)      gsip_match, gsip_attach, NULL, NULL);
 #else  #else
 CFATTACH_DECL(sip, sizeof(struct sip_softc),  CFATTACH_DECL(sip, sizeof(struct sip_softc),
     sip_match, sip_attach, NULL, NULL)      sip_match, sip_attach, NULL, NULL);
 #endif  #endif
   
 /*  /*

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

CVSweb <webmaster@jp.NetBSD.org>