Displaying 13 results from an estimated 13 matches for "entitylist".
2005 Jun 06
2
mISDN + chan_misdn.so + winbond issue
Hi all,
Does anybody of you have the winbond w6692 working with the
mISDN/chan_misdn.so?
When loading chan_misdn.so from Asterisk, I get a "No lower Id port:1"
error. The /var/log/messages file says: "MISDN free_device: entitylist
not empty"
I'm using Linux 2.6.11.11 + mISDN-CVS-2005-05-01 + Asterisk 1.0.7 + Zaptel 1.0.7
chan_misdn build from chan_misdn-beta-0.0.3-rc6 and against
mISDNuser-CVS-2004-08-29.
The /dev/mISDN node was also created.
I'm loading the kernel modules this way:
modprobe zaptel
modprobe...
2010 Feb 09
1
[PATCH] Remove some UMS leftovers.
...* to restore the previous (text) mode.
- *
- * We may wish to remap video/MMIO memory too.
*/
/* Mandatory */
@@ -586,24 +579,6 @@ NVPreInit(ScrnInfoPtr pScrn, int flags)
MessageType from;
int ret, i;
- if (flags & PROBE_DETECT) {
- EntityInfoPtr pEnt = xf86GetEntityInfo(pScrn->entityList[0]);
-
- if (!pEnt)
- return FALSE;
-
- i = pEnt->index;
- xfree(pEnt);
-
- if (xf86LoadSubModule(pScrn, "vbe")) {
- vbeInfoPtr pVbe = VBEInit(NULL, i);
- ConfiguredMonitor = vbeDoEDID(pVbe, NULL);
- vbeFree(pVbe);
- }
-
- return TRUE;
- }
-
/*
* Note: This function...
2012 May 23
1
[PATCH (nouveau)] Add xwayland support
...eturn TRUE;
}
@@ -610,6 +729,9 @@ NVPreInit(ScrnInfoPtr pScrn, int flags)
uint64_t v;
int ret;
int defaultDepth = 0;
+#ifdef XORG_WAYLAND
+ struct xwl_screen *xwl_screen = pScrn->driverPrivate;
+#endif
if (flags & PROBE_DETECT) {
EntityInfoPtr pEnt = xf86GetEntityInfo(pScrn->entityList[0]);
@@ -643,6 +765,10 @@ NVPreInit(ScrnInfoPtr pScrn, int flags)
if (!(pScrn->driverPrivate = xnfcalloc(1, sizeof(NVRec))))
return FALSE;
pNv = NVPTR(pScrn);
+
+#ifdef XORG_WAYLAND
+ pNv->xwl_screen = xwl_screen;
+#endif
/* Get the entity, and make sure it is PCI. */
pNv->pE...
2013 Jul 22
0
[RFC PATCH] Support running nested in a Mir compositor
...1;
@@ -818,6 +944,14 @@ NVPreInit(ScrnInfoPtr pScrn, int flags)
)
return FALSE;
+#ifdef XMIR
+ if (xorgMir) {
+ pNv->xmir = xmir_screen_create(pScrn);
+ if (pNv->xmir == NULL)
+ NVPreInitFail("Mir failed to initialize\n");
+ }
+#endif
+
if (xf86IsEntityShared(pScrn->entityList[0])) {
if(!xf86IsPrimInitDone(pScrn->entityList[0])) {
pNv->Primary = TRUE;
@@ -965,6 +1099,8 @@ NVPreInit(ScrnInfoPtr pScrn, int flags)
from = X_CONFIG;
pNv->HWCursor = FALSE;
}
+ if (xorgMir)
+ pNv->HWCursor = FALSE;
xf86DrvMsg(pScrn->scrnIndex, from, "Using...
2005 Feb 18
0
More on W6692pci NT mode under chan_misdn
...ebug_init: using stderr for warning log
debug_init: using stderr for error log
debug_init: debug_mask = 0
Locking Config Mutex
UnLocking Config Mutex
Init. Stack on port:1
TE Stack
No lower Id port:1
init_stack: Success
talkinghead:~ #
syslog: Feb 18 16:58:50 talkinghead kernel: MISDN free_device:
entitylist not empty
in misdn.conf there is
[NT cards]
context=outgoing
ports=1
with ports=1ptp it Segfaults.
Clues?
--
Konrads Smelkovs
Applied IT sorcery.
2012 Jul 04
0
[PATCH] Add xwayland support (v2)
...viceNameFromFd(drm_fd);
return TRUE;
}
@@ -602,6 +697,7 @@ NVPreInit(ScrnInfoPtr pScrn, int flags)
uint64_t v;
int ret;
int defaultDepth = 0;
+ struct xwl_screen *xwl_screen = pScrn->driverPrivate;
if (flags & PROBE_DETECT) {
EntityInfoPtr pEnt = xf86GetEntityInfo(pScrn->entityList[0]);
@@ -636,6 +732,8 @@ NVPreInit(ScrnInfoPtr pScrn, int flags)
return FALSE;
pNv = NVPTR(pScrn);
+ pNv->xwl_screen = xwl_screen;
+
/* Get the entity, and make sure it is PCI. */
pNv->pEnt = xf86GetEntityInfo(pScrn->entityList[0]);
if (pNv->pEnt->location.type != BUS_PC...
2018 Jan 13
0
[PATCH] drmmode: update logic for dynamic connectors, paths, and tiles
...utput_names[koutput->connector_type], pScrn->scrnIndex - GPU_SCREEN_OFFSET + 1,
- koutput->connector_type_id);
-#endif
- else
- snprintf(name, 32, "%s-%d",
- output_names[koutput->connector_type],
- koutput->connector_type_id);
-
if (xf86IsEntityShared(pScrn->entityList[0])) {
s = xf86GetOptValString(pNv->Options, OPTION_ZAPHOD_HEADS);
if (s) {
@@ -1300,7 +1442,7 @@ drmmode_output_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int num, int crtcshi
return 0;
}
- drmmode_output->output_id = drmmode->mode_res->connectors[num];
+ drmmode_output-...
2007 Jan 11
0
Trying to understand mISDN kernel buffer messages...
...nterrupt
netjetpci: Unknown symbol mISDN_clear_isac
netjetpci: Unknown symbol mISDN_isac_init
netjetpci: Unknown symbol mISDN_ISAC_l1hw
...something about mISDN_isac and netjetpci does not seem right; neither
of the modules is currently loaded.
2. MISDN free_device: entitylist not empty
Does this indicate some cleaning up did no go as it should ? They seem
to appear everytime Asterisk is restarted (not shure if on
shutdown or on
startup!)
3. ie not handled ie [76] l [b]
I've got 7 of these: all of them have the [76], two have [b...
2018 Oct 09
0
[PATCH] drmmode: update logic for dynamic connectors, paths, and tiles
...utput_names[koutput->connector_type], pScrn->scrnIndex - GPU_SCREEN_OFFSET + 1,
- koutput->connector_type_id);
-#endif
- else
- snprintf(name, 32, "%s-%d",
- output_names[koutput->connector_type],
- koutput->connector_type_id);
-
if (xf86IsEntityShared(pScrn->entityList[0])) {
s = xf86GetOptValString(pNv->Options, OPTION_ZAPHOD_HEADS);
if (s) {
@@ -1300,7 +1453,7 @@ drmmode_output_init(ScrnInfoPtr pScrn, drmmode_ptr drmmode, int num, int crtcshi
return 0;
}
- drmmode_output->output_id = drmmode->mode_res->connectors[num];
+ drmmode_output-...
2005 Jun 06
3
Asterisk eating up 99.8% cpu
Dear All,
I am using Asterisk CVS-HEAD-05/05/05-15:46:09, and found it using up
99% of cpu 6-8 times in a day, even when its doing nothing or even if it
is, its not supposed to eat all the cpu.
whenever this happens, I need to stop it by issueing "stop now" 15-20
times on CLI or kill the process, then start over.
Please suggest what to do.
regards,
Umair bari
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...n_opt.h
> global.h
> manager.h
> others.h
> treewalk.h
>
> ./include/libclamav:
> aspack.h
> autoit.h
> binhex.h
> blob.h
> cab.h
> chmunpack.h
> clamav.h
> cltypes.h
> cvd.h
> dconf.h
> dsig.h
> elf.h
> encoding_aliases.h
> entconv.h
> entitylist.h
> execs.h
> filetypes.h
> fsg.h
> hashtab.h
> htmlnorm.h
> iana_tld.h
> is_tar.h
> jscript.h
> line.h
> lockdb.h
> matcher-ac.h
> matcher-bm.h
> matcher.h
> mbox.h
> md5.h
> message.h
> mew.h
> msexpand.h
> mspack.h
> nsis
> ole2_extr...
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote:
> One way to do this is to add a "cut down" version of the app to the
> test suite.
I disabled optional features in clamav-config.h
>
>> 2. GPL license. Chris?
>
> Any open source license that allows unrestricted redistribution is
> fine in llvm-test
Ok, I have created a script that automatically checks out ClamAV
0.92-stable source code
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote:
> We always welcome more tests. But it looks like there are two issues
> here.
>
> 1. The autoconf requirement. Is it possible to get one configuration
> working without the need for autoconf?
One way to do this is to add a "cut down" version of the app to the test
suite.
> 2. GPL license. Chris?
Any open source license that