git: ndis(4): Make NDIS compile with usb4bsd too.

2012-11-24 Thread Sascha Wildner
commit 2e4157ef1ec170ce50da1785c962e070497ac2ff Author: Sascha Wildner s...@online.de Date: Sat Nov 24 21:22:55 2012 +0100 ndis(4): Make NDIS compile with usb4bsd too. However, testing results are pretty much as modest as with the old USB stack. Maybe someone else has more

git: ndis(4): Bring in some fixes from FreeBSD.

2012-11-24 Thread Sascha Wildner
commit cecda3f570519117bd5022b2771774f08f07f661 Author: Sascha Wildner s...@online.de Date: Sat Nov 24 21:11:30 2012 +0100 ndis(4): Bring in some fixes from FreeBSD. Summary of changes: sys/dev/netif/ndis/if_ndis.c| 17 - sys/dev/netif/ndis/if_ndis_pccard.c |

git: kernel: Remove some code that does nothing.

2012-11-24 Thread Sascha Wildner
commit ceffe26f9452f9497f2fda3852e023d58fc270de Author: Sascha Wildner s...@online.de Date: Sun Nov 25 00:13:20 2012 +0100 kernel: Remove some code that does nothing. Summary of changes: sys/platform/pc32/acpica5/acpi_wakeup.c |8 1 files changed, 0 insertions(+), 8

git: emx: Use SYSCTL_ADD_INT for hw.emxX.wreg_tx_nsegs

2012-11-24 Thread Sepherosa Ziehau
commit 0aba36eb844503423f414a3235eca72a78dc575a Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Sun Nov 25 14:34:21 2012 +0800 emx: Use SYSCTL_ADD_INT for hw.emxX.wreg_tx_nsegs It actually does not have any constraints. Summary of changes: sys/dev/netif/emx/if_emx.c | 25

git: igb: Use SYSCTL_ADD_INT for hw.igbX.tx_wreg_nsegs

2012-11-24 Thread Sepherosa Ziehau
commit 89358783e3e296421ddba5cd19ce783edc9a9a35 Author: Sepherosa Ziehau se...@dragonflybsd.org Date: Sun Nov 25 14:35:31 2012 +0800 igb: Use SYSCTL_ADD_INT for hw.igbX.tx_wreg_nsegs It actually does not have any constraints. Summary of changes: sys/dev/netif/igb/if_igb.c | 24