cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h

Jung-uk Kim jkim at FreeBSD.org
Mon Dec 18 08:40:08 PST 2006


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


More information about the cvs-src mailing list