git: kernel/ndis: Solve module build without a USB bus in the config better.

Sascha Wildner swildner at crater.dragonflybsd.org
Mon Mar 10 11:33:15 PDT 2014


commit 1e19b3464a07100151478b95d2f121fec1b9234b
Author: Sascha Wildner <saw at online.de>
Date:   Mon Mar 10 19:32:34 2014 +0100

    kernel/ndis: Solve module build without a USB bus in the config better.
    
    When there is no USB bus in the config, the ndis modules need a hint
    about which of the two possible USB stacks to build for. Always build
    for usb4bsd unless oldusb is explicitly specified.

Summary of changes:
 sys/dev/netif/ndis/Makefile         |  7 +------
 sys/dev/netif/ndis/if_ndis.c        | 14 +++++++-------
 sys/dev/netif/ndis/if_ndis_pccard.c |  4 ++--
 sys/dev/netif/ndis/if_ndis_pci.c    |  4 ++--
 sys/dev/netif/ndis/if_ndisvar.h     | 10 +++++-----
 sys/emulation/ndis/Makefile         |  7 +------
 sys/emulation/ndis/kern_ndis.c      |  6 +++---
 sys/emulation/ndis/kern_windrv.c    |  6 +++---
 sys/emulation/ndis/ntoskrnl_var.h   |  6 +++---
 sys/emulation/ndis/subr_ndis.c      |  4 ++--
 10 files changed, 29 insertions(+), 39 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1e19b3464a07100151478b95d2f121fec1b9234b


-- 
DragonFly BSD source repository



More information about the Commits mailing list