cvs commit: src/sys/dev/xe if_xe.c if_xevar.h

John Baldwin jhb at FreeBSD.org
Wed Jun 4 15:20:08 UTC 2008


jhb         2008-06-04 15:20:06 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/xe           if_xe.c if_xevar.h 
  Log:
  SVN rev 179543 on 2008-06-04 15:19:58Z by jhb
  
  - Split the interrupt handler up into separate subroutines for rx, tx, and
    MAC events.
  - Use bus_*() rather than bus_space_*() and remove the bus space tag and
    handle from the softc.
  - Retire unused macros for examining CIS tuples.
  
  Revision  Changes    Path
  1.67      +75 -47    src/sys/dev/xe/if_xe.c
  1.9       +4 -14     src/sys/dev/xe/if_xevar.h


More information about the cvs-src mailing list