Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281174
b: refs/heads/master
c: 95fa040
h: refs/heads/master
v: v3
  • Loading branch information
Haiyang Zhang authored and Greg Kroah-Hartman committed Nov 29, 2011
1 parent 3cc5c63 commit 306f967
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3b724ca14565747926c23af1fa1afb1848c3f448
refs/heads/master: 95fa0405c5991726e06c08ffcd8ff872f7fb4f2d
2 changes: 2 additions & 0 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -338,4 +338,6 @@ config VMXNET3
To compile this driver as a module, choose M here: the
module will be called vmxnet3.

source "drivers/net/hyperv/Kconfig"

endif # NETDEVICES
2 changes: 2 additions & 0 deletions trunk/drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ obj-$(CONFIG_USB_USBNET) += usb/
obj-$(CONFIG_USB_ZD1201) += usb/
obj-$(CONFIG_USB_IPHETH) += usb/
obj-$(CONFIG_USB_CDC_PHONET) += usb/

obj-$(CONFIG_HYPERV_NET) += hyperv/
5 changes: 5 additions & 0 deletions trunk/drivers/net/hyperv/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
config HYPERV_NET
tristate "Microsoft Hyper-V virtual network driver"
depends on HYPERV
help
Select this option to enable the Hyper-V virtual network driver.
3 changes: 3 additions & 0 deletions trunk/drivers/net/hyperv/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
obj-$(CONFIG_HYPERV_NET) += hv_netvsc.o

hv_netvsc-y := netvsc_drv.o netvsc.o rndis_filter.o
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 0 additions & 6 deletions trunk/drivers/staging/hv/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ config HYPERV_STORAGE
help
Select this option to enable the Hyper-V virtual storage driver.

config HYPERV_NET
tristate "Microsoft Hyper-V virtual network driver"
depends on HYPERV && NET
help
Select this option to enable the Hyper-V virtual network driver.

config HYPERV_MOUSE
tristate "Microsoft Hyper-V mouse driver"
depends on HYPERV && HID
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/hv/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
obj-$(CONFIG_HYPERV_STORAGE) += hv_storvsc.o
obj-$(CONFIG_HYPERV_NET) += hv_netvsc.o
obj-$(CONFIG_HYPERV_MOUSE) += hv_mouse.o

hv_storvsc-y := storvsc_drv.o
hv_netvsc-y := netvsc_drv.o netvsc.o rndis_filter.o
1 change: 0 additions & 1 deletion trunk/drivers/staging/hv/TODO
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
TODO:
- audit the network driver
- audit the scsi driver

Please send patches for this code to Greg Kroah-Hartman <gregkh@suse.de>,
Expand Down

0 comments on commit 306f967

Please sign in to comment.