Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2007 23:08:28 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/iicbus iic.c iicbus.c
Message-ID:  <200703232308.l2NN8Sed005356@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2007-03-23 23:08:28 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/iicbus       iic.c iicbus.c 
  Log:
  MFp4: Make the iicbus fully hinted.  We no longer automatically add
  some devices (and not others).  To get instances onto the iicbus, one
  now needs hints or an identify routine.  We also do not probe the bus
  for devices because many iic devices cannot be safely probed (and when
  they can, the probe order turns out to be somewhat difficult to get
  right).
  
  # I'm not 100% sure that the iicsmb removal is right.  Please contact me if
  # this causes difficulty.
  
  Revision  Changes    Path
  1.39      +4 -5      src/sys/dev/iicbus/iic.c
  1.24      +119 -46   src/sys/dev/iicbus/iicbus.c



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