cvs commit: src/sys/conf files src/sys/dev/netif/xe Makefile if_xe.c if_xe_pccard.c if_xevar.h

Joerg Sonnenberger joerg at crater.dragonflybsd.org
Wed Jul 13 10:32:52 PDT 2005


joerg       2005/07/13 10:31:05 PDT

DragonFly src repository

  Modified files:
    sys/conf             files 
    sys/dev/netif/xe     Makefile if_xe.c if_xevar.h 
  Added files:
    sys/dev/netif/xe     if_xe_pccard.c 
  Log:
  Move PCCARD attachment into separate file. Use the NEWCARD helper
  functions for accessing the CIS instead of doing it manually.
  
  Submitted-by: Sepherosa Ziehau <sepherosa at xxxxxxxxx>
  Obtained-from: FreeBSD
  
  Revision  Changes    Path
  1.97      +2 -1      src/sys/conf/files
  1.4       +2 -1      src/sys/dev/netif/xe/Makefile
  1.25      +6 -300    src/sys/dev/netif/xe/if_xe.c
  1.5       +7 -2      src/sys/dev/netif/xe/if_xevar.h


http://www.dragonflybsd.org/cvsweb/src/sys/conf/files.diff?r1=1.96&r2=1.97&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/xe/Makefile.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/xe/if_xe.c.diff?r1=1.24&r2=1.25&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/xe/if_xevar.h.diff?r1=1.4&r2=1.5&f=u





More information about the Commits mailing list