Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Feb 2010 19:12:06 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/bge if_bge.c
Message-ID:  <201002091912.o19JCGVT058106@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2010-02-09 19:12:06 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c 
  Log:
  SVN rev 203716 on 2010-02-09 19:12:06Z by yongari
  
  Move device specific flag configuration to attach routine.
  The softc obtained in device probe wouldn't be the same one used in
  device attach. Drivers should not assume any values stored in softc
  structure in probe routine will be available for its attach routine.
  
  Revision  Changes    Path
  1.274     +4 -4      src/sys/dev/bge/if_bge.c



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