cvs commit: src/sys/dev/bfe if_bfe.c if_bfereg.h

Pyun YongHyeon yongari at FreeBSD.org
Thu Aug 21 02:35:06 UTC 2008


yongari     2008-08-21 02:34:53 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/bfe          if_bfe.c if_bfereg.h 
  Log:
  SVN rev 181944 on 2008-08-21 02:34:53Z by yongari
  
  MFC r180950:
    s/printf/device_printf/g
    Don't hard code function name in device_printf() and use __func__.
    While I'm here nuke bfe_unit in softc as it's not needed anymore.
  
    Also remove bfe_release_resources() in bus_setup_intr(9) failure
    path as bfe_release_resources() is called again at the end of
    bfe_attach() if any error has encountered.
  
  Revision   Changes    Path
  1.25.2.10  +19 -23    src/sys/dev/bfe/if_bfe.c
  1.7.2.3    +0 -1      src/sys/dev/bfe/if_bfereg.h


More information about the cvs-src mailing list