git: hammer2 - flush sequencing part 5 - more flush synchronization work

2013-05-09 Thread Matthew Dillon
commit 731b2a84b598774ccfc3a1672ba560d7823eadf5 Author: Matthew Dillon Date: Thu May 9 21:03:01 2013 -0700 hammer2 - flush sequencing part 5 - more flush synchronization work * Get rid of chain->parent, replacing it with chain->above which is a pointer to the core common to

git: bnx: In polling mode, force chip update status block for status changes

2013-05-09 Thread Sepherosa Ziehau
commit 24e16e4bbeba80dff6f6424d88762b01b93099d6 Author: Sepherosa Ziehau Date: Thu May 9 21:59:11 2013 +0800 bnx: In polling mode, force chip update status block for status changes If the status block updating is not forced, we will always see staled status changes in polling

git: bnx: Optimize RX STD ring refilling scheduling

2013-05-09 Thread Sepherosa Ziehau
commit 625c3ba34fbf0d2f37dd186a84212634b8c2e137 Author: Sepherosa Ziehau Date: Wed May 8 09:42:58 2013 +0800 bnx: Optimize RX STD ring refilling scheduling At the end of the RX RET ring interrupt, the RX STD ring refilling is scheduled only when the number of consumed RX BDs a

git: Bring usb-hid-messages up to date

2013-05-09 Thread Francois Tigeot
commit 2a559a201f136ab0b270759611e939f451267c45 Author: Eitan Adler Date: Mon May 6 21:04:59 2013 -0400 Bring usb-hid-messages up to date Obtained from: FreeBSD Summary of changes: share/misc/usb_hid_usages | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) ht

git: devd: Simplify handling of romeo_must_die

2013-05-09 Thread Francois Tigeot
commit dbd752b9204ce0d54579c15da23ff20d69f9b906 Author: Eitan Adler Date: Mon May 6 17:29:48 2013 -0400 devd: Simplify handling of romeo_must_die Obtained from: FreeBSD Summary of changes: sbin/devd/devd.cc | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) http://gitw

git: devd: Don't call string() explicitly

2013-05-09 Thread Francois Tigeot
commit 2eadcd17402ae117d98a48385dfc6fba54b074bd Author: Eitan Adler Date: Mon May 6 17:29:03 2013 -0400 devd: Don't call string() explicitly Obtained from: FreeBSD Summary of changes: sbin/devd/devd.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) http://gitweb.dragonfl

git: devd: Reduce diff with FreeBSD

2013-05-09 Thread Francois Tigeot
commit 16e73e7124657aab4a3a18c7109c376dc9091fa1 Author: Eitan Adler Date: Mon May 6 17:29:36 2013 -0400 devd: Reduce diff with FreeBSD * Update Warner's copyright * Log to standard error instead of stdout. * Add 'const' where possible * Use pre increment