search for: rquired

Displaying 5 results from an estimated 5 matches for "rquired".

Did you mean: required
2001 Jan 23
2
CuteFTP and sftp.
For those who did not get the annoucement. CuteFTP is now claiming to support sftp as stated in the RFC. And at first glace it *SORTA* works.=) I can upload files, but the directory listings are broken (it does not display anything) and as a result download won't work (since cuteftp rquires the file to be in the directory listing to get). I'm going to back down a releas of
2002 May 03
2
(no subject)
hi all, Iam using the following CBQs to limit the FTP bandwidth pease tell what changes are rquired to make it work.... tc qdisc del dev eth0 root tc qdisc add dev eth0 root handle 1:0 cbq allot 1514 avpkt 1000 bandwidth 100Mbit tc class add dev eth0 parent 1:0 classid 1:1 cbq allot 1514 bandwidth 100Mbit rate .4Mbit weight .4 prio 2 maxburst 20 cell 8 avpkt 1000 tc class add dev eth0 p...
2009 May 02
7
yum installation problem
hello, I want to install wineHQ on my box but i'm facing difficulties, it says yum requires the dependency GLIBC 2.4 AND GNU HASH somthing: my repos: CentOS-Base.repo CentOS-Media.repo epel.repo epel-testing.repo fedora-extras.repo Code: yum install wine Repository epel is listed more than once in the configuration Repository epel-debuginfo is listed more than once in the configuration
2023 Jul 07
0
[PATCH drm-next v6 02/13] drm: manager to keep track of GPUs VA mappings
...; -enum drm_gpuva_manager_flags { > - /** > - * @DRM_GPUVA_MANAGER_LOCK_EXTERN: > - * > - * Indicates the driver has it's own external lock for linking and > - * unlinking &drm_gpuvas to the &drm_gem_objects GPUVA list. > - * > - * When setting this flag it is rquired to set a lock via > - * drm_gpuva_set_ext_lock(). > - */ > - DRM_GPUVA_MANAGER_LOCK_EXTERN = (1 << 0), > -}; > - > /** > * struct drm_gpuva_manager - DRM GPU VA Manager > * > @@ -241,11 +203,6 @@ struct drm_gpuva_manager { > */ > const char *n...
2023 Jun 29
3
[PATCH drm-next v6 02/13] drm: manager to keep track of GPUs VA mappings
...for the &drm_gpuva_manager + */ +enum drm_gpuva_manager_flags { + /** + * @DRM_GPUVA_MANAGER_LOCK_EXTERN: + * + * Indicates the driver has it's own external lock for linking and + * unlinking &drm_gpuvas to the &drm_gem_objects GPUVA list. + * + * When setting this flag it is rquired to set a lock via + * drm_gpuva_set_ext_lock(). + */ + DRM_GPUVA_MANAGER_LOCK_EXTERN = (1 << 0), +}; + +/** + * struct drm_gpuva_manager - DRM GPU VA Manager + * + * The DRM GPU VA Manager keeps track of a GPU's virtual address space by using + * &maple_tree structures. Typically, t...