Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Sep 2010 17:28:29 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern subr_bus.c src/sys/sys bus.h
Message-ID:  <201009041728.o84HSx4T020744@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
avg         2010-09-04 17:28:29 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_bus.c 
    sys/sys              bus.h 
  Log:
  SVN rev 212213 on 2010-09-04 17:28:29Z by avg
  
  struct device: widen type of flags and order fields to u_int
  
  Also change int -> u_int for order parameter in device_add_child_ordered.
  There should not be any ABI change as struct device is private to subr_bus.c
  and the API change should be compatible.
  
  To do: change int -> u_int for order parameter of bus_add_child method
  and its implementations.  The change should also be API compatible, but
  is a bit more churn.
  
  Suggested by:   imp, jhb
  MFC after:      1 week
  
  Revision  Changes    Path
  1.245     +4 -5      src/sys/kern/subr_bus.c
  1.94      +1 -1      src/sys/sys/bus.h



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