Displaying 10 results from an estimated 10 matches for "upag".
Did you mean:
pag
2006 Dec 27
3
Help with nut 2.0.4, MGE Ellipse 1000 and FreeBSD
...p_usage: found 840004
parsing PowerSummary
Looking up PowerSummary
hid_lookup_usage: found 840024
parsing PresentStatus
Looking up PresentStatus
hid_lookup_usage: found 840002
parsing BelowRemainingCapacityLimit
Looking up BelowRemainingCapacityLimit
hid_lookup_usage: found 850042
Path depth = 4
0: UPage(84), Usage(4)
1: UPage(84), Usage(24)
2: UPage(84), Usage(2)
3: UPage(85), Usage(42)
Entering libusb_get_report
=>> Before exponent: 0, 0/0)
=>> After conversion: 0.000000 (0), 0/0)
Report : (8 bytes) => 01 13 64 00 00 00 00 00
hu_find_infoval: searching for value = 0
hu_find_infov...
2006 Apr 14
1
Mustek Powermust 600USB and newhidups
...Descriptor: (200 bytes) => 06 00 FF 09 01 A1 01 09 02 15 00 26
FF 00 75 08
Detected a UPS: OMRON/87XXUPS
Using subdriver: GENERIC HID 0.1
Looking up ff000001
Looking up ff000002
entering string_to_path()
parsing ff000001
Looking up ff000001
parsing ff000002
Looking up ff000002
Path depth = 2
0: UPage(ff00), Usage(1)
1: UPage(ff00), Usage(2)
Can't find object ff000001.ff000002
Path: ff000001.ff000002, Type: Input
Looking up ff000001
Looking up 00000000
Looking up ff000001
Looking up 00000000
Looking up ff000001
Looking up 00000000
Looking up ff000001
Looking up 00000000
Looking up ff000001...
2006 Feb 27
1
MGE Nova 1100 using newhidups on netBSD 3.0
...Looking up 00840017
entering string_to_path()
parsing UPS
Looking up UPS
hid_lookup_usage: found 840004
parsing PowerConverter
Looking up PowerConverter
hid_lookup_usage: found 840016
parsing PowerConverterID
Looking up PowerConverterID
hid_lookup_usage: found 840017
Path depth = 3
0: UPage(84), Usage(4)
1: UPage(84), Usage(16)
2: UPage(84), Usage(17)
Entering libusb_get_report
Can't retrieve Report 11 (-5/5): Input/output error
Path: UPS.PowerConverter.PowerConverterID, Type: Feature
Looking up 00840004
Looking up 00840016
Looking up 0084001c
Looking up 0084001d
enteri...
2007 Feb 16
2
Centralion Blazer 2000VA USB-HID
...s) => 06 00 FF 09 01 A1 01 09 02 15 00 26 FF 00
75 08
Detected a UPS: Cypress Semiconductor/USB to Serial
Using subdriver: GENERIC HID 0.1
Looking up ff000001
Looking up ff000002
entering string_to_path()
parsing ff000001
Looking up ff000001
parsing ff000002
Looking up ff000002
Path depth = 2
0: UPage(ff00), Usage(1)
1: UPage(ff00), Usage(2)
Can't find object ff000001.ff000002
Path: ff000001.ff000002, Type: Input
Looking up ff000001
Looking up 00000000
Looking up ff000001
Looking up 00000000
Looking up ff000001
Looking up 00000000
Looking up ff000001
Looking up 00000000
Looking up ff000001...
2003 Aug 22
3
PAE removal patch for testing
...ePTD),%eax
-#endif
+ movl R(_IdlePTD), %eax
movl %eax,%cr3 /* load ptd addr into mmu */
movl %cr0,%eax /* get control word */
orl $CR0_PE|CR0_PG,%eax /* enable paging */
@@ -358,10 +353,10 @@
/* set up bootstrap stack */
movl _proc0paddr,%esp /* location of in-kernel pages */
addl $UPAGES*PAGE_SIZE,%esp /* bootstrap stack end location */
- xorl %eax,%eax /* mark end of frames */
+ xorl %eax,%eax /* mark end of frames */
movl %eax,%ebp
movl _proc0paddr,%eax
- movl %cr3,%esi
+ movl _IdlePTD, %esi
movl %esi,PCB_CR3(%eax)
testl $CPUID_PGE, R(_cpu_feature)
@@ -372,11 +367,...
2004 Aug 30
4
DROPPED SYN Packets
Hi,
One person, trying to access my website has troubles doing so. All other
users do not have a problem.
I have a cable modem, with a shorewall 1.4 machine behind it. On the second
interface of the shorewall machine I have a few machines, of which one is
the webserver.
Checking the logfile I see the following messages:
Aug 30 21:24:16 gatekeeper kernel: Shorewall:rfc1918:DROP:IN=eth1
2013 Jul 06
3
[PATCH-v2 0/3] target/vhost-scsi: Add per-cpu ida tag pre-allocation for v3.12
...gt; vhost_scsi_map_to_sgl() fast-path
execution.
Please review as v3.12 material.
Thanks!
--nab
Nicholas Bellinger (3):
target: Add transport_init_session_tags using per-cpu ida
vhost/scsi: Convert to per-cpu ida_alloc + ida_free command map
vhost/scsi: Add pre-allocation for tv_cmd SGL + upages memory
drivers/target/target_core_transport.c | 33 ++++++++
drivers/vhost/scsi.c | 130 ++++++++++++++++++++++++--------
include/target/target_core_base.h | 5 +
include/target/target_core_fabric.h | 1 +
4 files changed, 137 insertions(+), 32 deletions(-)
-...
2013 Jul 06
3
[PATCH-v2 0/3] target/vhost-scsi: Add per-cpu ida tag pre-allocation for v3.12
...gt; vhost_scsi_map_to_sgl() fast-path
execution.
Please review as v3.12 material.
Thanks!
--nab
Nicholas Bellinger (3):
target: Add transport_init_session_tags using per-cpu ida
vhost/scsi: Convert to per-cpu ida_alloc + ida_free command map
vhost/scsi: Add pre-allocation for tv_cmd SGL + upages memory
drivers/target/target_core_transport.c | 33 ++++++++
drivers/vhost/scsi.c | 130 ++++++++++++++++++++++++--------
include/target/target_core_base.h | 5 +
include/target/target_core_fabric.h | 1 +
4 files changed, 137 insertions(+), 32 deletions(-)
-...
2013 Aug 16
6
[PATCH-v3 0/4] target/vhost-scsi: Add per-cpu ida tag pre-allocation for v3.12
...ecution.
Please review as v3.12 material.
Thanks!
--nab
Kent Overstreet (1):
idr: Percpu ida
Nicholas Bellinger (3):
target: Add transport_init_session_tags using per-cpu ida
vhost/scsi: Convert to per-cpu ida_alloc + ida_free command map
vhost/scsi: Add pre-allocation for tv_cmd SGL + upages memory
drivers/target/target_core_transport.c | 33 ++++
drivers/vhost/scsi.c | 132 +++++++++----
include/linux/idr.h | 53 ++++++
include/target/target_core_base.h | 5 +
include/target/target_core_fabric.h | 1 +
lib/idr.c...
2013 Aug 16
6
[PATCH-v3 0/4] target/vhost-scsi: Add per-cpu ida tag pre-allocation for v3.12
...ecution.
Please review as v3.12 material.
Thanks!
--nab
Kent Overstreet (1):
idr: Percpu ida
Nicholas Bellinger (3):
target: Add transport_init_session_tags using per-cpu ida
vhost/scsi: Convert to per-cpu ida_alloc + ida_free command map
vhost/scsi: Add pre-allocation for tv_cmd SGL + upages memory
drivers/target/target_core_transport.c | 33 ++++
drivers/vhost/scsi.c | 132 +++++++++----
include/linux/idr.h | 53 ++++++
include/target/target_core_base.h | 5 +
include/target/target_core_fabric.h | 1 +
lib/idr.c...