search for: ffc0

Displaying 8 results from an estimated 8 matches for "ffc0".

Did you mean: 1fc0
2003 Jun 21
0
[Bug 103] New: ip6tables -L does not separate address and mask if mask is odd
...g ReportedBy: mikko.markus.torni@iki.fi CC: netfilter-buglog@lists.netfilter.org ip6tables -L does not separate address and mask if mask is odd Example output: Chain FORWARD (policy ACCEPT) target prot opt source destination DROP all ffc0::ffc0:: anywhere Here's a patch that fixes it: --- iptables-1.2.8/ip6tables.c 2003-06-21 18:19:30.000000000 +0300 +++ iptables-1.2.8-new/ip6tables.c 2003-06-21 18:37:42.000000000 +0300 @@ -578,10 +578,13 @@ static char * mask_to_numeric(const struct in6_addr *addrp) { -...
2018 Nov 06
2
[PATCH] drm/nouveau: tegra: Initialize mode configuration
...0 [ 19.088056] ff60: 0017e730 00000000 00000000 00000000 00050ba8 00000039 0000003a 00000022 [ 19.096215] ff80: 00000000 00000013 00000000 9543847b 000000c0 00000000 b6c51c58 0000000f [ 19.104378] ffa0: 0000017b c02011d4 00000000 b6c51c58 0000000f b6c51c58 00000000 00559220 [ 19.112543] ffc0: 00000000 b6c51c58 0000000f 0000017b 00000000 00000000 00546958 bea73b0c [ 19.120708] ffe0: bea73af8 bea73ae8 b6c44c14 b6b4b710 600d0010 0000000f 00000000 00000000 [ 19.128884] [<c068b938>] (drm_plane_register_all) from [<c068e45c>] (drm_modeset_register_all+0xc/0x70) [ 19.1382...
2018 Nov 06
0
[PATCH] drm/nouveau: tegra: Initialize mode configuration
...6] ff60: 0017e730 00000000 00000000 00000000 00050ba8 00000039 0000003a 00000022 > [ 19.096215] ff80: 00000000 00000013 00000000 9543847b 000000c0 00000000 b6c51c58 0000000f > [ 19.104378] ffa0: 0000017b c02011d4 00000000 b6c51c58 0000000f b6c51c58 00000000 00559220 > [ 19.112543] ffc0: 00000000 b6c51c58 0000000f 0000017b 00000000 00000000 00546958 bea73b0c > [ 19.120708] ffe0: bea73af8 bea73ae8 b6c44c14 b6b4b710 600d0010 0000000f 00000000 00000000 > [ 19.128884] [<c068b938>] (drm_plane_register_all) from [<c068e45c>] (drm_modeset_register_all+0xc/0x70) &g...
2009 Sep 12
0
[PATCH 11/13] nv50: add support for light-twoside
.../ + if (vp->cfg.two_side[0].mask | vp->cfg.two_side[1].mask) { + vpo = &vp->cfg.two_side[0]; + + m = nv50_sreg4_map(map, m, lin, &fp->cfg.two_side[0], &vpo[0]); + m = nv50_sreg4_map(map, m, lin, &fp->cfg.two_side[1], &vpo[1]); + } + reg[0] += m - 4; /* adjust FFC0 id */ reg[4] |= m << 8; /* set mid where 'normal' FP inputs start */ diff --git a/src/gallium/drivers/nv50/nv50_state.c b/src/gallium/drivers/nv50/nv50_state.c index 4283808..20d9f43 100644 --- a/src/gallium/drivers/nv50/nv50_state.c +++ b/src/gallium/drivers/nv50/nv50_state.c @@...
2015 Jul 07
2
I can read/write in virtio BLK Device, but I can't run a hello world program in it
...80008488>] (do_DataAbort+0x34/0x98) [ 23.057510] [<80008488>] (do_DataAbort) from [<80011a5c>] (__dabt_usr+0x3c/0x40) [ 23.065243] Exception stack(0x9184ffb0 to 0x9184fff8) [ 23.069425] ffa0: 00000021 ffffffd0 00000000 0000022c [ 23.073779] ffc0: 0006a9b4 7e932dd4 00053794 00000000 00000000 00000000 00000000 00000000 [ 23.079985] ffe0: 00008e45 7e932c10 000089b3 00011d6a 80000030 ffffffff Can you tell me what I could probably miss? Thank you very much, I forever in debt for your time and effort to read this. I am writing the BLK Device...
2015 Jul 07
2
I can read/write in virtio BLK Device, but I can't run a hello world program in it
...80008488>] (do_DataAbort+0x34/0x98) [ 23.057510] [<80008488>] (do_DataAbort) from [<80011a5c>] (__dabt_usr+0x3c/0x40) [ 23.065243] Exception stack(0x9184ffb0 to 0x9184fff8) [ 23.069425] ffa0: 00000021 ffffffd0 00000000 0000022c [ 23.073779] ffc0: 0006a9b4 7e932dd4 00053794 00000000 00000000 00000000 00000000 00000000 [ 23.079985] ffe0: 00008e45 7e932c10 000089b3 00011d6a 80000030 ffffffff Can you tell me what I could probably miss? Thank you very much, I forever in debt for your time and effort to read this. I am writing the BLK Device...
2009 Sep 12
0
[PATCH 10/13] nv50: proper linkage between VP and FP
...lin, &dummy, &vp->cfg.io[0]); + + dummy.mask = 0x0; + + if (vp->cfg.clpd < 0x40) { + for (c = 0; c < vp->cfg.clpd_nr; ++c) + map[m++] = vp->cfg.clpd + c; + reg[1] = (m << 8); + } + + reg[0] += (m - 4) << 8; /* adjust BFC0 id */ + reg[0] += m - 4; /* adjust FFC0 id */ + reg[4] |= m << 8; /* set mid where 'normal' FP inputs start */ + + i = 0; + if (fp->info.input_semantic_name[0] == TGSI_SEMANTIC_POSITION) + i = 1; + for (; i < fp->cfg.io_nr; i++) { + unsigned sn = fp->info.input_semantic_name[i]; + unsigned si = fp->info.in...
2009 Apr 30
15
Shorewall Firewall con Openswan and OpenVPN
Hello guys, I past the last days trying to configure my shorewall 4.06 firewall to allow openvpn bridging connection. My scenario is the following: roadwarrior (openvpn client) -------------> Internet ------------> (X.Y.W.Z - eth0) Firewall/Gateway (10.x.x.254 - eth1) --------> Local Lan -------> OpenVPN Server (10.x.x.249 - br0) where 10.x.x.0-254 is my private lan X.Y.Z.W is