Re: svn commit: r212325 - head/sys/kern

2010-09-08 Thread John Baldwin
On Wednesday, September 08, 2010 1:35:06 pm Andriy Gapon wrote: > Author: avg > Date: Wed Sep 8 17:35:06 2010 > New Revision: 212325 > URL: http://svn.freebsd.org/changeset/base/212325 > > Log: > subr_bus: use hexadecimal representation for bit flags > > It seems that this format is more c

svn commit: r212325 - head/sys/kern

2010-09-08 Thread Andriy Gapon
Author: avg Date: Wed Sep 8 17:35:06 2010 New Revision: 212325 URL: http://svn.freebsd.org/changeset/base/212325 Log: subr_bus: use hexadecimal representation for bit flags It seems that this format is more custom in our code, and it is more convenient too. Suggested by: jhb No ob