Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2006 16:40:04 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h
Message-ID:  <200612181640.kBIGe4Cj076544@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2006-12-18 16:40:04 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c if_bgereg.h 
  Log:
  - Remove stale VPD support and its comment and get device name from VPD API.
  - Do not repeatedly read vendor/device IDs while probing.
  - Remove redundant bzero(3) for softc.  device_get_softc(9) does it for free[1].
  
  Reviewed by:    glebius
  Suggested by:   glebius[1]
  
  Revision  Changes    Path
  1.166     +19 -23    src/sys/dev/bge/if_bge.c
  1.63      +0 -25     src/sys/dev/bge/if_bgereg.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612181640.kBIGe4Cj076544>