search for: conf0

Displaying 2 results from an estimated 2 matches for "conf0".

Did you mean: conf
2013 Sep 02
1
[PATCH] drm/nv50-: make dma-objects read-only where appropriate
...9,7 @@ nv50_dmac_create_fbdma(struct nouveau_object *core, u32 parent) NV_DMA_IN_MEMORY_CLASS, &(struct nv_dma_class) { .flags = NV_DMA_TARGET_VRAM | - NV_DMA_ACCESS_RDWR, + NV_DMA_ACCESS_RD, .start = 0, .limit = pfb->ram->size - 1, .conf0 = NV50_DMA_CONF0_ENABLE | @@ -172,7 +172,7 @@ nv50_dmac_create_fbdma(struct nouveau_object *core, u32 parent) NV_DMA_IN_MEMORY_CLASS, &(struct nv_dma_class) { .flags = NV_DMA_TARGET_VRAM | - NV_DMA_ACCESS_RDWR, + NV_DMA_ACCESS_RD, .start = 0, .limit = p...
2004 Jul 07
2
Correctly establishing for two ethernet connections plus a lan
...atic IPs (eth1) is intended to handle only ssh traffic for the secure functions of the web pages. I note this was set up as a ''loc'' whereas I perhaps would have defined it as ''net'', but I am ignorant of the implications. Forwarding is enabled now (in /etc/sysctl.conf0), but beyond that nothing else has been changed. Also, is it required that I establish the individual hosts forming the lan in shorewall''s hosts file? (This is all being done with the idea of making it pretty straightforward to move individual hosts to a colo when the development is comp...