cvs commit: src/sys/dev/hme if_hme.c if_hme_pci.c if_hme_sbus.c if_hmevar.h

Marius Strobl marius at FreeBSD.org
Thu Aug 12 13:37:03 PDT 2004


marius      2004-08-12 20:37:02 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/hme          if_hme.c if_hme_pci.c if_hme_sbus.c 
                         if_hmevar.h 
  Log:
  - Use bus_space_subregion() rather than arithmetic on bus_space_handle_t. [1]
  - Properly use the error variable and return it on failure in the attach-
    routines.
  
  Reviewed by:    tmm
  Inspired by:    NetBSD [1]
  
  Revision  Changes    Path
  1.30      +2 -2      src/sys/dev/hme/if_hme.c
  1.14      +16 -11    src/sys/dev/hme/if_hme_pci.c
  1.14      +12 -10    src/sys/dev/hme/if_hme_sbus.c
  1.6       +0 -5      src/sys/dev/hme/if_hmevar.h


More information about the cvs-src mailing list