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

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

Diff for /src/sys/dev/mscp/mscp_subr.c between version 1.17.2.2 and 1.17.2.3

version 1.17.2.2, 2002/09/06 08:45:06 version 1.17.2.3, 2002/10/10 18:40:12
Line 70  int mscp_init __P((struct  mscp_softc *)
Line 70  int mscp_init __P((struct  mscp_softc *)
 void    mscp_initds __P((struct mscp_softc *));  void    mscp_initds __P((struct mscp_softc *));
 int     mscp_waitstep __P((struct mscp_softc *, int, int));  int     mscp_waitstep __P((struct mscp_softc *, int, int));
   
 struct  cfattach mscpbus_ca = {  CFATTACH_DECL(mscpbus, sizeof(struct mscp_softc),
         sizeof(struct mscp_softc), mscp_match, mscp_attach      mscp_match, mscp_attach, NULL, NULL);
 };  
   
 #define READ_SA         (bus_space_read_2(mi->mi_iot, mi->mi_sah, 0))  #define READ_SA         (bus_space_read_2(mi->mi_iot, mi->mi_sah, 0))
 #define READ_IP         (bus_space_read_2(mi->mi_iot, mi->mi_iph, 0))  #define READ_IP         (bus_space_read_2(mi->mi_iot, mi->mi_iph, 0))

Legend:
Removed from v.1.17.2.2  
changed lines
  Added in v.1.17.2.3

CVSweb <webmaster@jp.NetBSD.org>