Revision 9a28f49adbe4955af8a1306fd36ddae15136dde7 authored by Christoph Hellwig on 13 January 2006, 17:04:41 UTC, committed by James Bottomley on 14 January 2006, 16:54:56 UTC
Adds hotplug support for SAS end devices.  Unfortunately the fusion
firmware doesn't generate similar events for expanders addition/removal
so we can't support them yet.  Eric has an idea about a clever scheme to
find out about expander changes so that'll be added later on.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
1 parent 9638d89
Raw File
Makefile

obj-$(CONFIG_DECNET) += decnet.o

decnet-y := af_decnet.o dn_nsp_in.o dn_nsp_out.o \
	    dn_route.o dn_dev.o dn_neigh.o dn_timer.o
decnet-$(CONFIG_DECNET_ROUTER) += dn_fib.o dn_rules.o dn_table.o
decnet-y += sysctl_net_decnet.o

obj-$(CONFIG_NETFILTER) += netfilter/

back to top