Andriy Gapon ef3b7ba04f 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
2010-09-04 17:28:29 +00:00
..
2009-11-28 23:50:48 +00:00
2009-12-22 09:03:59 +00:00
2009-12-14 22:47:09 +00:00
2010-09-02 14:05:32 +00:00
2010-06-26 13:20:40 +00:00
2009-01-01 02:08:56 +00:00
2009-01-01 02:08:56 +00:00
2009-05-27 16:36:54 +00:00
2009-12-14 20:04:28 +00:00
2010-07-24 14:23:06 +00:00
2009-05-09 19:01:24 +00:00
2009-09-19 17:56:26 +00:00
2010-06-02 17:27:23 +00:00
2010-08-19 11:31:03 +00:00
2010-03-10 20:30:51 +00:00
2008-09-22 10:37:02 +00:00
2010-07-20 11:20:45 +00:00
2008-07-23 16:44:20 +00:00
2010-08-30 14:26:02 +00:00
2010-08-30 14:26:02 +00:00
2010-08-22 10:53:32 +00:00
2010-08-30 14:26:02 +00:00
2009-11-28 23:50:48 +00:00
2010-04-20 17:57:43 +00:00
2009-03-01 04:57:23 +00:00
2010-01-04 20:59:52 +00:00
2009-09-06 09:39:40 +00:00
2009-08-23 08:04:40 +00:00
2009-06-25 12:46:59 +00:00