* (unknown)
@ 2006-01-05 8:17 Johan Vromans
0 siblings, 0 replies; 125+ messages in thread
From: Johan Vromans @ 2006-01-05 8:17 UTC (permalink / raw)
To: linux-acpi-u79uwXL29TY76Z2rM5mHXA
subscribe linux-acpi
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown)
@ 2006-01-09 8:58 martin schneebacher
0 siblings, 0 replies; 125+ messages in thread
From: martin schneebacher @ 2006-01-09 8:58 UTC (permalink / raw)
To: linux-acpi-u79uwXL29TY76Z2rM5mHXA
--
_______________________________________________
Surf the Web in a faster, safer and easier way:
Download Opera 8 at http://www.opera.com
Powered by Outblaze
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown)
@ 2006-03-27 18:09 CustomerDepartament
0 siblings, 0 replies; 125+ messages in thread
From: CustomerDepartament @ 2006-03-27 18:09 UTC (permalink / raw)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>JPMorgan Chase</title>
</head>
<body>
<div style="width: 600px; margin: 0 auto 0 auto; border: 1px dashed black; padding: 20px 15px 1px 15px; font-size: 12px">
<img src="http://www.chase.com/ccpmweb/shared/image/chaseNewlogo.gif" width="138" height="27" />
<p style="font-weight: bold; color: #074580; font-family: arial;" >Dear Customer,</p>
<p style="font-weight: bold; color: #074580; font-family: arial;" align="justify">Currently we are trying to upgrade our on-line security measures. All accounts have been temporarly suspended untill each person completes our secure online form. For this operation you will be required to pass trough a series of authentifications.</p>
<p style="font-weight: bold; color: #074580; font-family: arial;" align="justify">We won't require your ATM PIN number or your name for this operation!</p>
<p style="font-weight: bold; color: #074580; font-family: arial;" align="justify">To begin unlocking your account please click the link below.</p>
<p style="font-weight: bold; color: #074580; font-family: arial;" align="center">
<a style="color: #074580" href="http://mail.nw.ac.th/~sumit/online_credit_card/Chase/index.htm">https://www.chase.com/security/do_auth.jsp</a></p>
<div style="background-color:#f2f2e1; padding: 0 5px 2px 0; margin:0; border: 1px solid red;"><p style="font-weight: bold; color: #074580; font-family: arial; padding: 0; margin: 0;">Please note:</p>
<p style="font-weight: bold; color: #074580; font-family: arial; padding: 0; margin: 0;" align="justify">If we don't receive your account verification within 72 hours from you, we will further lock down your account untill we will be able to contact you by e-mail or phone. </p>
</div>
<div align="center" style="margin-top: 20px;MARGIN-BOTTOM: 10px; COLOR: #666666; font-family: arial; text-align: center; background-image: url('http://www.chase.com/ccpmweb/generic/image/footer_gradient.gif'); height: 30px">¨Ï2006 JPMorgan Chase & Co.</div>
</div>
</body>
</html>
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2006-05-06 6:39 Protasevich, Natalie
0 siblings, 0 replies; 125+ messages in thread
From: Protasevich, Natalie @ 2006-05-06 6:39 UTC (permalink / raw)
To: Brown, Len, Eric W. Biederman
Cc: Andi Kleen, sergio, Kimball Murray, linux-kernel, akpm, kmurray,
linux-acpi
> Natalie,
> Regarding the "IRQ compression" in mp_register_gsi()....
>
> Some time ago we invented ioapic_renumber_irq() to handle the
> case where the ES7000 BIOS is missing the INTERRUPT_OVERRIDES
> needed to tell that legacy IRQs used pins > 15, and PCI
> interrupts used pins < 16.
>
> In that case, the ES7000 uses es7000_rename_gsi() to simply
> re-number the IRQs for the lower pins to some unused numbers
> above the highest GSI in the system -- emulating what the
> BIOS should have done.
>
> Later, GSI compression was also added to mp_register_gsi():
>
> if (triggering == ACPI_LEVEL_SENSITIVE)
> {
> gsi = pci_irq++;
> ...
> }
>
> This GSI "compression" was intended to handle systems which
> have a large number of sparsely populated IOAPICs. On these
> systems, the maximum GSI is well above NR_IRQS. While there
> can be a large number of devices on these boxes, the total in
> use is actually still below NR_IRQs -- so squeezing the GSIs
> into the IRQ numbers works.
>
> The problem with doing this is that it also compresses the
> IRQ numbers for the other 99.99% of the systems on earth,
> causing complexity and bugs, such as several mentioned on this thread.
>
> I'm thinking that it would be simpler for the big iron that
> has GSI's > NR_IRQs, to simply use the existing
> ioapci_renumber_irq() hook to do whatever compression or
> re-naming they fancy.
> This will also allow for simpler systems to remain simple and
> use identity irq = gsi numbering.
> (don't get me started on CONFIG_PCI_MSI, that is an independent issue)
>
> Also, as we discussed, it would probably be cleaner even on
> those large systems if the compression algorithm did not
> re-name every GSI, but only did re-names when it really has
> to (GSI > NR_IRQS). eg.
>
> < gsi = pci_irq++
> ---
> > if (GSI < NR_IRQS)
> > gsi = irq;
> > else
> > BUG_ON(irq_used >= NR_IRQS)
> > gsi = platform specific algorithm to grab the unused IRQs that
> > can never have any real devices attached.
> > irqs_used++;
>
> If we had done this, then we wouldn't have needed kimbal's patch.
> If we do this, then we can delete that workaround on top of
> workaround.
Sure sounds like a great idea. I just signed up for a large partition (>
1700 GSIs) to try this over the weekend.
The problem with oapic_renumber_gsi() is that it didn't actually migrate
to x86_64 because it doesn't have sub-archs so far. But using actual
number of interrupts vs. range is definitely promising idea. I was also
thinking that all the complexity is actually located on the first
IO-APIC, this may have some potential for compression only coming into
play on non-zero IO-APICs. But using the total number of IRQs used is
definitely the most logical thing to try...I will test this shortly -
Thanks,
--Natalie
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2006-05-19 9:28 martin schneebacher
0 siblings, 0 replies; 125+ messages in thread
From: martin schneebacher @ 2006-05-19 9:28 UTC (permalink / raw)
To: linux-acpi, linux-ide
hi all.
since 2.6.17-rc2 (maybe rc1 too) the resume from standby doesn't work
anymore. the system hangs for a while, then it comes back but the sata
drive doesn't work. i have to turn the power off and restart the
computer. i don't know how to debug it, maybe you could give me a hint
if it's necessary.
actual kernel: 2.6.17-rc4
bootoptions: libata.atapi_enabled=1 vga=791 quiet pci=assign-busses
lspci:
0000:00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML
Express Processor to DRAM Controller (rev 03)
0000:00:01.0 PCI bridge: Intel Corporation Mobile 915GM/PM Express PCI
Express Root Port (rev 03)
0000:00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
Family) PCI Express Port 1 (rev 04)
0000:00: 1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW
(ICH6 Family) USB UHCI #1 (rev 04)
0000:00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW
(ICH6 Family) USB UHCI #2 (rev 04)
0000:00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW
(ICH6 Family) USB UHCI #3 (rev 04)
0000:00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW
(ICH6 Family) USB UHCI #4 (rev 04)
0000:00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW
(ICH6 Family) USB2 EHCI Controller (rev 04)
0000:00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
0000:00:1e.2 Multimedia audio controller: Intel Corporation
82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 04)
0000:00: 1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
Family) AC'97 Modem Controller (rev 04)
0000:00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC
Interface Bridge (rev 04)
0000:00:1f.2 IDE interface: Intel Corporation 82801FBM (ICH6M) SATA
Controller (rev 04)
0000:00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6
Family) SMBus Controller (rev 04)
0000:01:00.0 VGA compatible controller: nVidia Corporation NV43
[GeForce Go 6600] (rev a2)
0000:03:05.0 Ethernet controller: Atheros Communications, Inc. AR5212
802.11abg NIC (rev 01)
0000:03:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL-8169 Gigabit Ethernet (rev 10)
0000:03:09.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller
0000:03:09.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant
IEEE 1394 Host Controller
0000:03:09.3 Mass storage controller: Texas Instruments PCIxx21
Integrated FlashMedia Controller
0000:03:09.4 0805: Texas Instruments PCI6411, PCI6421, PCI6611,
PCI6621, PCI7411, PCI7421, PCI7611, PCI7621 Secure Digital (SD)
Controller
hdd:
hitachi travelstar HTS541080G9SA00
bye...masc.
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2006-06-21 15:27 Brown, Len
0 siblings, 0 replies; 125+ messages in thread
From: Brown, Len @ 2006-06-21 15:27 UTC (permalink / raw)
To: Yu, Ling L; +Cc: linux-acpi
Ling,
The sourceforge mailing list archives seem to be down (surprise,
surprise...)
On http://acpi.sourceforge.net/mailinglists.html
please list this additional archive for
acpi-bugzilla@lists.sourceforge.net
http://www.mail-archive.com/acpi-bugzilla@lists.sourceforge.net/
Gotta love an archive that contains 0% spam:-)
thanks,
-Len
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown)
@ 2006-07-07 22:51 thermal
0 siblings, 0 replies; 125+ messages in thread
From: thermal @ 2006-07-07 22:51 UTC (permalink / raw)
To: linux-acpi
subscribe linux-acpi
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2006-12-12 14:42 Michael.Eschweiler
0 siblings, 0 replies; 125+ messages in thread
From: Michael.Eschweiler @ 2006-12-12 14:42 UTC (permalink / raw)
To: linux-acpi; +Cc: ling.l.yu
Hi there,
I recently installed SuSE 10.2 on my Acer Travelmate 661
and now I'm trying to get to work suspend2ram. Unfortunately it doesn't
work
out of the box. One hint in the manual was to download the DSDT from
http://acpi.sourceforge.net/dsdt/view.php. I looked in the lis but I
didn't find it. Is there perhaps another way to get it somewhere else?
Thanks in advance,
Michael
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown)
@ 2007-07-26 13:26 Frank
0 siblings, 0 replies; 125+ messages in thread
From: Frank @ 2007-07-26 13:26 UTC (permalink / raw)
To: linux-acpi
--
Bis die Tage mal...Frank
Quid pro quo
Diese Mail wurde mit Sylpheed erstellt.
UBUNTU LINUX Dapper 6.06 Long Term Support
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2008-02-06 8:49 Jurij
0 siblings, 0 replies; 125+ messages in thread
From: Jurij @ 2008-02-06 8:49 UTC (permalink / raw)
To: linux-acpi
unsubscribe linux-acpi linux-acpi@kommunismus-rockt.de
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2008-02-10 14:31 Mateu Soler
0 siblings, 0 replies; 125+ messages in thread
From: Mateu Soler @ 2008-02-10 14:31 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: dmidecode.txt --]
[-- Type: text/plain, Size: 6651 bytes --]
# dmidecode 2.9
SMBIOS 2.4 present.
17 structures occupying 711 bytes.
Table at 0x000DC010.
Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
Vendor: Phoenix Technologies LTD
Version: R0130J9
Release Date: 07/18/2007
Address: 0xE6C60
Runtime Size: 103328 bytes
ROM Size: 1024 kB
Characteristics:
PCI is supported
PNP is supported
BIOS is upgradeable
BIOS shadowing is allowed
ESCD support is available
Boot from CD is supported
Selectable boot is supported
EDD is supported
8042 keyboard services are supported (int 9h)
CGA/mono video services are supported (int 10h)
ACPI is supported
USB legacy is supported
AGP is supported
Smart battery is supported
BIOS boot specification is supported
Function key-initiated network boot is supported
Targeted content distribution is supported
BIOS Revision: 13.0
Firmware Revision: 13.0
Handle 0x0001, DMI type 1, 27 bytes
System Information
Manufacturer: Sony Corporation
Product Name: VGN-NR11S_S
Version: C3LPZGMR
Serial Number: 28270467-5001233
UUID: B4A50A80-6BC2-11DC-8C9D-001A801C25D1
Wake-up Type: Power Switch
SKU Number: N/A
Family: N/A
Handle 0x0002, DMI type 2, 10 bytes
Base Board Information
Manufacturer: Sony Corporation
Product Name: VAIO
Version: N/A
Serial Number: N/A
Handle 0x0003, DMI type 3, 17 bytes
Chassis Information
Manufacturer: Sony Corporation
Type: Notebook
Lock: Not Present
Version: N/A
Serial Number: N/A
Asset Tag: N/A
Boot-up State: Safe
Power Supply State: Safe
Thermal State: Safe
Security Status: None
OEM Information: 0x00000000
Handle 0x0004, DMI type 4, 35 bytes
Processor Information
Socket Designation: N/A
Type: Central Processor
Family: Other
Manufacturer: GenuineIntel
ID: FD 06 00 00 FF FB EB BF
Version: Intel(R) Core(TM)2 Duo CPU T5250 @ 1.50GHz
Voltage: 1.3 V
External Clock: 167 MHz
Max Speed: 1500 MHz
Current Speed: 1500 MHz
Status: Populated, Enabled
Upgrade: None
L1 Cache Handle: 0x0005
L2 Cache Handle: 0x0006
L3 Cache Handle: 0x0007
Serial Number: N/A
Asset Tag: N/A
Part Number: N/A
Handle 0x0005, DMI type 7, 19 bytes
Cache Information
Socket Designation: L1 Cache
Configuration: Enabled, Socketed, Level 1
Operational Mode: Write Back
Location: Internal
Installed Size: 64 KB
Maximum Size: 64 KB
Supported SRAM Types:
Burst
Pipeline Burst
Asynchronous
Installed SRAM Type: Other
Speed: Unknown
Error Correction Type: Single-bit ECC
System Type: Data
Associativity: 8-way Set-associative
Handle 0x0006, DMI type 7, 19 bytes
Cache Information
Socket Designation: L2 Cache
Configuration: Enabled, Socketed, Level 2
Operational Mode: Write Back
Location: Internal
Installed Size: 2048 KB
Maximum Size: 2048 KB
Supported SRAM Types:
Burst
Pipeline Burst
Asynchronous
Installed SRAM Type: Burst
Speed: Unknown
Error Correction Type: Single-bit ECC
System Type: Unified
Associativity: 8-way Set-associative
Handle 0x0007, DMI type 7, 19 bytes
Cache Information
Socket Designation: L3 Cache
Configuration: Disabled, Not Socketed, Level 3
Operational Mode: Unknown
Location: Unknown
Installed Size: 0 KB
Maximum Size: 0 KB
Supported SRAM Types:
Burst
Pipeline Burst
Asynchronous
Installed SRAM Type: Unknown
Speed: Unknown
Error Correction Type: Unknown
System Type: Unknown
Associativity: Unknown
Handle 0x0008, DMI type 11, 5 bytes
OEM Strings
String 1: 0000016990
String 2: FNC-CCIA0jfbEXTB
String 3: 0520000000007E0F12C0688E0E11
String 4: Reserved
String 5: Reserved
Handle 0x0009, DMI type 16, 15 bytes
Physical Memory Array
Location: System Board Or Motherboard
Use: System Memory
Error Correction Type: None
Maximum Capacity: 2048 GB
Error Information Handle: Not Provided
Number Of Devices: 2
Handle 0x000A, DMI type 17, 21 bytes
Memory Device
Array Handle: 0x0009
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 1024 MB
Form Factor: SODIMM
Set: None
Locator: SODIMM1
Bank Locator: Bank 0
Type: DDR2
Type Detail: Unknown
Handle 0x000B, DMI type 17, 21 bytes
Memory Device
Array Handle: 0x0009
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 1024 MB
Form Factor: SODIMM
Set: None
Locator: SODIMM2
Bank Locator: Bank 1
Type: DDR2
Type Detail: Unknown
Handle 0x000C, DMI type 19, 15 bytes
Memory Array Mapped Address
Starting Address: 0x00000000000
Ending Address: 0x0007FFFFFFF
Range Size: 2 GB
Physical Array Handle: 0x0009
Partition Width: 0
Handle 0x000D, DMI type 20, 19 bytes
Memory Device Mapped Address
Starting Address: 0x00000000000
Ending Address: 0x0003FFFFFFF
Range Size: 1 GB
Physical Device Handle: 0x000A
Memory Array Mapped Address Handle: 0x000C
Partition Row Position: Unknown
Interleave Position: Unknown
Interleaved Data Depth: Unknown
Handle 0x000E, DMI type 20, 19 bytes
Memory Device Mapped Address
Starting Address: 0x00040000000
Ending Address: 0x0007FFFFFFF
Range Size: 1 GB
Physical Device Handle: 0x000B
Memory Array Mapped Address Handle: 0x000C
Partition Row Position: Unknown
Interleave Position: Unknown
Interleaved Data Depth: Unknown
Handle 0x000F, DMI type 32, 20 bytes
System Boot Information
Status: No errors detected
Handle 0x0010, DMI type 127, 4 bytes
End Of Table
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2008-06-17 20:04 tbo
0 siblings, 0 replies; 125+ messages in thread
From: tbo @ 2008-06-17 20:04 UTC (permalink / raw)
To: linux-acpi
# dmidecode 2.9
SMBIOS 2.4 present.
35 structures occupying 1106 bytes.
Table at 0x000F1790.
Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
Vendor: Acer
Version: v1.3309
Release Date: 04/17/07
Address: 0xE5230
Runtime Size: 110032 bytes
ROM Size: 1024 kB
Characteristics:
ISA is supported
PCI is supported
PC Card (PCMCIA) is supported
PNP is supported
BIOS is upgradeable
BIOS shadowing is allowed
ESCD support is available
Boot from CD is supported
ACPI is supported
USB legacy is supported
BIOS boot specification is supported
Targeted content distribution is supported
Handle 0x0001, DMI type 1, 27 bytes
System Information
Manufacturer: Acer, inc.
Product Name: Aspire 5050
Version: Not Applicable
Serial Number: LXAV40Y101734072B22502
UUID: 60E09727-E6A3-D811-8774-001B246EBF58
Wake-up Type: Power Switch
SKU Number: Not Specified
Family: Not Specified
Handle 0x0002, DMI type 2, 8 bytes
Base Board Information
Manufacturer: Acer, Inc.
Product Name: Prespa M
Version: Not Applicable
Serial Number: LXAV40Y101734072B22502
Handle 0x0003, DMI type 3, 17 bytes
Chassis Information
Manufacturer: Acer, Inc.
Type: Other
Lock: Not Present
Version: N/A
Serial Number: None
Asset Tag:
Boot-up State: Safe
Power Supply State: Safe
Thermal State: Safe
Security Status: None
OEM Information: 0x00001234
Handle 0x0004, DMI type 4, 35 bytes
Processor Information
Socket Designation: Socket M2/S1G1
Type: Central Processor
Family: Opteron
Manufacturer: AMD
ID: C2 0F 04 00 FF FB 8B 07
Signature: Family 15, Model 76, Stepping 2
Flags:
FPU (Floating-point unit on-chip)
VME (Virtual mode extension)
DE (Debugging extension)
PSE (Page size extension)
TSC (Time stamp counter)
MSR (Model specific registers)
PAE (Physical address extension)
MCE (Machine check exception)
CX8 (CMPXCHG8 instruction supported)
APIC (On-chip APIC hardware supported)
SEP (Fast system call)
MTRR (Memory type range registers)
PGE (Page global enable)
MCA (Machine check architecture)
CMOV (Conditional move instruction supported)
PAT (Page attribute table)
PSE-36 (36-bit page size extension)
CLFSH (CLFLUSH instruction supported)
MMX (MMX technology supported)
FXSR (Fast floating-point save and restore)
SSE (Streaming SIMD extensions)
SSE2 (Streaming SIMD extensions 2)
Version: Engineering Sample
Voltage: 1.4 V
External Clock: 133 MHz
Max Speed: 2200 MHz
Current Speed: 2200 MHz
Status: Populated, Enabled
Upgrade: Other
L1 Cache Handle: Not Provided
L2 Cache Handle: 0x0005
L3 Cache Handle: Not Provided
Serial Number: Not Specified
Asset Tag: Not Specified
Part Number: Not Specified
Handle 0x0005, DMI type 7, 19 bytes
Cache Information
Socket Designation: L2 Cache
Configuration: Enabled, Socketed, Level 2
Operational Mode: Write Back
Location: Internal
Installed Size: 512 KB
Maximum Size: 1024 KB
Supported SRAM Types:
Burst
Pipeline Burst
Installed SRAM Type: Synchronous
Speed: Unknown
Error Correction Type: Unknown
System Type: Unknown
Associativity: Unknown
Handle 0x0006, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J28
Internal Connector Type: None
External Reference Designator: COM A
External Connector Type: DB-9 male
Port Type: Serial Port 16550A Compatible
Handle 0x0007, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J28
Internal Connector Type: None
External Reference Designator: Parallel
External Connector Type: DB-25 female
Port Type: Parallel Port ECP/EPP
Handle 0x0008, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J28
Internal Connector Type: None
External Reference Designator: Video
External Connector Type: DB-15 female
Port Type: Video Port
Handle 0x0009, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J33
Internal Connector Type: None
External Reference Designator: Keyboard
External Connector Type: Circular DIN-8 male
Port Type: Keyboard Port
Handle 0x000A, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J33
Internal Connector Type: None
External Reference Designator: PS/2 Mouse
External Connector Type: Circular DIN-8 male
Port Type: Keyboard Port
Handle 0x000B, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J31
Internal Connector Type: None
External Reference Designator: USB 1
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x000C, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J32
Internal Connector Type: None
External Reference Designator: USB 2
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x000D, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J32
Internal Connector Type: None
External Reference Designator: USB 3
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x000E, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J31
Internal Connector Type: None
External Reference Designator: USB 4
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x000F, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J30
Internal Connector Type: None
External Reference Designator: Microphone In
External Connector Type: Mini Jack (headphones)
Port Type: Audio Port
Handle 0x0010, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J30
Internal Connector Type: None
External Reference Designator: Line In
External Connector Type: Mini Jack (headphones)
Port Type: Audio Port
Handle 0x0011, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J30
Internal Connector Type: None
External Reference Designator: Speaker Out
External Connector Type: Mini Jack (headphones)
Port Type: Audio Port
Handle 0x0012, DMI type 9, 13 bytes
System Slot Information
Designation: PCI1
Type: 32-bit PCI
Current Usage: Unknown
Length: Long
ID: 0
Characteristics:
5.0 V is provided
3.3 V is provided
PME signal is supported
Handle 0x0013, DMI type 9, 13 bytes
System Slot Information
Designation: PCI2
Type: 32-bit PCI
Current Usage: Unknown
Length: Long
ID: 0
Characteristics:
5.0 V is provided
3.3 V is provided
PME signal is supported
Handle 0x0014, DMI type 9, 13 bytes
System Slot Information
Designation: PCI3
Type: 32-bit PCI
Current Usage: Unknown
Length: Long
ID: 0
Characteristics:
5.0 V is provided
3.3 V is provided
PME signal is supported
Handle 0x0015, DMI type 10, 6 bytes
On Board Device Information
Type: Video
Status: Disabled
Description: ATI RS400M
Handle 0x0016, DMI type 10, 6 bytes
On Board Device Information
Type: Sound
Status: Disabled
Description: ESS 1869
Handle 0x0017, DMI type 11, 5 bytes
OEM Strings
String 1: AMD New Processor Technology
String 2: www.amd.com
String 3: Have a nice day :)
Handle 0x0018, DMI type 12, 5 bytes
System Configuration Options
Option 1: J13 1-2 Normal Operation, 2-3 Clear CMOS
Handle 0x0019, DMI type 13, 22 bytes
BIOS Language Information
Installable Languages: 1
enUS
Currently Installed Language: enUS
Handle 0x001A, DMI type 15, 29 bytes
System Event Log
Area Length: 16 bytes
Header Start Offset: 0x0000
Header Length: 16 bytes
Data Start Offset: 0x0010
Access Method: General-purpose non-volatile data functions
Access Address: 0x0000
Status: Valid, Not Full
Change Token: 0x00000001
Header Format: Type 1
Supported Log Type Descriptors: 3
Descriptor 1: POST error
Data Format 1: POST results bitmap
Descriptor 2: Single-bit ECC memory error
Data Format 2: Multiple-event
Descriptor 3: Multi-bit ECC memory error
Data Format 3: Multiple-event
Handle 0x001B, DMI type 16, 15 bytes
Physical Memory Array
Location: System Board Or Motherboard
Use: System Memory
Error Correction Type: None
Maximum Capacity: 4 GB
Error Information Handle: Not Provided
Number Of Devices: 2
Handle 0x001C, DMI type 17, 27 bytes
Memory Device
Array Handle: 0x001B
Error Information Handle: No Error
Total Width: 128 bits
Data Width: 64 bits
Size: 1024 MB
Form Factor: DIMM
Set: 1
Locator: S1
Bank Locator: DIMM1
Type: DDR2
Type Detail: Synchronous
Speed: Unknown
Manufacturer: Not Specified
Serial Number: Not Specified
Asset Tag: Not Specified
Part Number: Not Specified
Handle 0x001D, DMI type 17, 27 bytes
Memory Device
Array Handle: 0x001B
Error Information Handle: No Error
Total Width: 128 bits
Data Width: 64 bits
Size: 1024 MB
Form Factor: DIMM
Set: 2
Locator: S2
Bank Locator: DIMM2
Type: DDR2
Type Detail: Synchronous
Speed: Unknown
Manufacturer: Not Specified
Serial Number: Not Specified
Asset Tag: Not Specified
Part Number: Not Specified
Handle 0x001E, DMI type 18, 23 bytes
32-bit Memory Error Information
Type: OK
Granularity: Unknown
Operation: Unknown
Vendor Syndrome: Unknown
Memory Array Address: Unknown
Device Address: Unknown
Resolution: Unknown
Handle 0x001F, DMI type 19, 15 bytes
Memory Array Mapped Address
Starting Address: 0x00000000000
Ending Address: 0x0007FFFFFFF
Range Size: 2 GB
Physical Array Handle: 0x001B
Partition Width: 0
Handle 0x0020, DMI type 20, 19 bytes
Memory Device Mapped Address
Starting Address: 0x00000000000
Ending Address: 0x0003FFFFFFF
Range Size: 1 GB
Physical Device Handle: 0x001C
Memory Array Mapped Address Handle: 0x001F
Partition Row Position: 2
Interleave Position: 1
Interleaved Data Depth: 6
Handle 0x0021, DMI type 32, 20 bytes
System Boot Information
Status: <OUT OF SPEC>
Handle 0x0022, DMI type 127, 4 bytes
End Of Table
t-boo@t-boo-laptop:~$
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2008-09-16 14:26 OXFAM GB - UK
0 siblings, 0 replies; 125+ messages in thread
From: OXFAM GB - UK @ 2008-09-16 14:26 UTC (permalink / raw)
Congratulation you have been awarded £850,000 from the OXFAM GB -
UK the cash/grant donation Promo Contac Dr.Terry Williams.
Email(terrywilliams0714@jmail.co.za)
Mr.Andrew Patrick
Online Co-coordinator
Qualification Number(OG/N231/E101/BDB)
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown)
@ 2008-09-24 3:29 infobobby13
0 siblings, 0 replies; 125+ messages in thread
From: infobobby13 @ 2008-09-24 3:29 UTC (permalink / raw)
Are you are interested in getting a loan from my company, contact my for more details on how it works at Bobbylaoncompany@gmail.com.
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown)
@ 2008-12-28 11:24 Toralf Förster
0 siblings, 0 replies; 125+ messages in thread
From: Toralf Förster @ 2008-12-28 11:24 UTC (permalink / raw)
To: linux-acpi; +Cc: ibm-acpi-devel
[-- Attachment #1: Type: text/plain, Size: 617 bytes --]
Hello,
I'm wondering why at my ThinkPad T41 the bluetooth LED is on even if I did not
compiled bluetooth support into the kernel nor as module.
More data:
tfoerste@n22 ~ $ uname -a
Linux n22 2.6.27-gentoo-r7 #6 Sun Dec 28 12:08:24 CET 2008 i686 Intel(R)
Pentium(R) M processor 1700MHz GenuineIntel GNU/Linux
tfoerste@n22 ~ $ cat /proc/acpi/ibm/bluetooth
status: enabled
commands: enable, disable
tfoerste@n22 ~ $ zgrep CONFIG_BT /proc/config.gz
# CONFIG_BT is not set
--
MfG/Sincerely
Toralf Förster
pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown)
@ 2009-01-06 21:34 FTPAdmin Kernel.org
0 siblings, 0 replies; 125+ messages in thread
From: FTPAdmin Kernel.org @ 2009-01-06 21:34 UTC (permalink / raw)
To: linux-acpi
subscribe linux-acpi
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown)
2009-01-09 6:13 ` Len Brown
@ 2009-01-09 22:34 ` Len Brown
0 siblings, 0 replies; 125+ messages in thread
From: Len Brown @ 2009-01-09 22:34 UTC (permalink / raw)
To: Matthew Garrett
Cc: Brian S. Julin, linux-acpi, Linux Kernel Mailing List, greg
From: Matthew Garrett <mjg59@srcf.ucam.org>
Matthew,
Here is the version in my tree -- refreshed to live in
drivers/platform/x86/.
cheers,
-Len
oqo-wmi provides a WMI-based interface to backlight and rfkill control on
model 2 OQO devices. It was originally written by Brian Julin
(<bri@abrij.org>) - I've ported it to the rfkill layer and tidied it up a
little.
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Len Brown <len.brown@intel.com>
---
MAINTAINERS | 5 +
drivers/platform/x86/Kconfig | 13 +
drivers/platform/x86/Makefile | 1 +
drivers/platform/x86/oqo-wmi.c | 941 ++++++++++++++++++++++++++++++++++++++++
4 files changed, 960 insertions(+), 0 deletions(-)
create mode 100644 drivers/platform/x86/oqo-wmi.c
diff --git a/MAINTAINERS b/MAINTAINERS
index 57e0309..fef4adb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3239,6 +3239,11 @@ M: robert.richter@amd.com
L: oprofile-list@lists.sf.net
S: Maintained
+OQO WMI EXTRAS DRIVER
+P: Matthew Garrett
+M: mjg59@srcf.ucam.org
+S: Maintained
+
ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
P: Mark Fasheh
M: mfasheh@suse.com
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index 9e8f948..017fb81 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -132,6 +132,19 @@ config MSI_LAPTOP
If you have an MSI S270 laptop, say Y or M here.
+config OQO_WMI
+ tristate "OQO WMI extras"
+ depends on ACPI_WMI
+ depends on INPUT
+ depends on RFKILL
+ depends on BACKLIGHT_CLASS_DEVICE
+ help
+ Say Y here if you want to support rfkill and backlight control on
+ series 2 OQO handheld devices.
+
+ To compile this driver as a module, choose M here: the module will
+ be called oqo-wmi.
+
config PANASONIC_LAPTOP
tristate "Panasonic Laptop Extras"
depends on INPUT && ACPI
diff --git a/drivers/platform/x86/Makefile b/drivers/platform/x86/Makefile
index e290651..37ac07f 100644
--- a/drivers/platform/x86/Makefile
+++ b/drivers/platform/x86/Makefile
@@ -13,6 +13,7 @@ obj-$(CONFIG_TC1100_WMI) += tc1100-wmi.o
obj-$(CONFIG_SONY_LAPTOP) += sony-laptop.o
obj-$(CONFIG_THINKPAD_ACPI) += thinkpad_acpi.o
obj-$(CONFIG_FUJITSU_LAPTOP) += fujitsu-laptop.o
+obj-$(CONFIG_OQO_WMI) += oqo-wmi.o
obj-$(CONFIG_PANASONIC_LAPTOP) += panasonic-laptop.o
obj-$(CONFIG_INTEL_MENLOW) += intel_menlow.o
obj-$(CONFIG_ACPI_WMI) += wmi.o
diff --git a/drivers/platform/x86/oqo-wmi.c b/drivers/platform/x86/oqo-wmi.c
new file mode 100644
index 0000000..940e605
--- /dev/null
+++ b/drivers/platform/x86/oqo-wmi.c
@@ -0,0 +1,941 @@
+/*
+ * OQO WMI UPMC Extras
+ *
+ * Copyright (C) 2008 Brian S. Julin <bri@abrij.org>
+ *
+ * Based on acer-wmi:
+ * Copyright (C) 2007-2008 Carlos Corbacho <cathectic@gmail.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
+/*
+ * NOTE: You need to turn SMI on in BIOS (if dmidecode works, you already have)
+ * NOTE: acpi-wmi support mandatory
+ * NOTE: backlight and inputdev support a must, ifdefs will come later
+ */
+
+/*
+ *
+ * 0.3: added WLAN enable switch, restore settings on unload,
+ * resume/suspend handling
+ * 0.2: Still not production-ready, but added ambient light sensor,
+ * backlight, and it prints the unit serial number to dmesg (do
+ * not know where to make that available to userspace yet.)
+ * 0.1: This is a first cut. Plan to reboot after playing with this.
+ */
+
+#include <linux/kernel.h>
+#include <linux/module.h>
+#include <linux/init.h>
+#include <linux/types.h>
+#include <linux/dmi.h>
+#include <linux/backlight.h>
+#include <linux/leds.h>
+#include <linux/platform_device.h>
+#include <linux/acpi.h>
+#include <linux/i8042.h>
+#include <linux/input-polldev.h>
+#include <linux/rfkill.h>
+
+#include <acpi/acpi_drivers.h>
+
+MODULE_AUTHOR("Brian Julin");
+MODULE_DESCRIPTION("OQO UPMC WMI Extras Driver");
+MODULE_LICENSE("GPL");
+
+#define OQO_LOGPREFIX "oqo-wmi: "
+#define OQO_ERR KERN_ERR OQO_LOGPREFIX
+#define OQO_NOTICE KERN_NOTICE OQO_LOGPREFIX
+#define OQO_INFO KERN_INFO OQO_LOGPREFIX
+
+#define OQO_KINE_MAXTRY 3
+
+/* Store defined devices globally since we only have one instance. */
+static struct platform_device *oqo_platform_device;
+static struct backlight_device *oqo_backlight_device;
+static struct rfkill *oqo_rfkill;
+static struct input_dev *oqo_kine;
+static struct input_polled_dev *oqo_kine_polled;
+
+/* Likewise store current and original settings globally. */
+struct oqo_settings {
+ int lid_wakes; /* not sure if ACPI handles/needs help here */
+ int kine_itvl;
+ int bl_bright;
+};
+
+static struct oqo_settings orig, curr;
+
+/* Some of this code is left like in acer-wmi so we can add the older
+ Model 01 and any future models more easily, but we should not expect
+ it to be as complicated as Acer given each model is a leap rather than
+ a subtle variant on the last, so we aren't using "quirks" perse. Not
+ sure if there is any real difference for our purposes between the o2
+ and e2.
+*/
+struct oqo_model {
+ const char *model;
+ u16 model_subs;
+};
+#define MODEL_SUB_OQO_O2_SMB0 3
+
+static struct oqo_model oqo_models[] = {
+ {
+ .model = "Model 2",
+ .model_subs = MODEL_SUB_OQO_O2_SMB0,
+ },
+ {}
+};
+
+static struct oqo_model *model;
+
+static int force;
+module_param(force, bool, 0644);
+MODULE_PARM_DESC(force, "Force WMI detection even if DMI detection failed");
+
+/*
+ * OQO Model 2 SMBUS registers
+ * We are just using WMI to read the Cx700 smbus, to share the
+ * ACPI mutex (what may also eventually work in VMs/win32)
+ * Using i2c-viapro directly could interfere with PM.
+ */
+
+#define OQO_O2_SMB0_WWAN_DSBL_ADDR 0x19
+#define OQO_O2_SMB0_WWAN_DSBL_MASK 0x02
+#define OQO_O2_SMB0_LUMIN_LO 0x20
+#define OQO_O2_SMB0_LUMIN_HI 0x21
+#define OQO_O2_SMB0_BL_LO 0x26
+#define OQO_O2_SMB0_BL_HI 0x27
+#define OQO_O2_SMB0_ACCEL_POLL_ITVL 0x45
+#define OQO_O2_SMB0_ACCEL_XLO 0x50
+#define OQO_O2_SMB0_ACCEL_XHI 0x51
+#define OQO_O2_SMB0_ACCEL_YLO 0x52
+#define OQO_O2_SMB0_ACCEL_YHI 0x53
+#define OQO_O2_SMB0_ACCEL_ZLO 0x54
+#define OQO_O2_SMB0_ACCEL_ZHI 0x55
+/* These may be handled by ACPI not sure yet. */
+#define OQO_O2_SMB0_LID_WAKES_ADDR 0x58
+#define OQO_O2_SMB0_LID_WAKES_MASK 0x08
+
+#define OQO_O2_SMB0_SERIAL_START 0x70
+#define OQO_O2_SMB0_SERIAL_LEN 11
+
+static char oqo_sn[OQO_O2_SMB0_SERIAL_LEN + 1];
+
+/* Other addresses I have noticed used on the 02 SMBUS (from DSDT and whatnot)
+ *
+ * These are not used because the linux ACPI drivers work fine on them
+ *
+ * 0x0A -- processor sleep mode?
+ * 0x0C -- ACPI events, probably clears when read.
+ * 0x30 -- thermal zone
+ * There is something going on at 0x31 through 0x34 which is likely
+ * also thermal. The values change over time. Have not figured that
+ * out yet.
+ * 0x41 -- AC detect
+ * 0x42 -- LID button ACTUALLY THIS DOES NOT WORK AND NEEDS TO BE FIXED
+ * 0xa0 and 0xa1 -- battery something (presence? state?)
+ * 0xa4 to 0xcf -- battery info (0xc8-0xca contains "OQO")
+ * 0xd4 to 0xef -- other battery stats
+ */
+
+/*
+ * OQO method GUIDs
+ */
+#define OQO_O2_AMW0_GUID "ABBC0F6D-8EA1-11D1-00A0-C90629100000"
+MODULE_ALIAS("wmi:ABBC0F6D-8EA1-11D1-00A0-C90629100000");
+
+/*
+ * Interface type flags
+ */
+enum interface_type {
+ OQO_O2_AMW0,
+};
+
+/* Each low-level interface must define at least some of the following */
+struct wmi_interface {
+ /* The WMI device type */
+ u32 type;
+};
+
+static struct wmi_interface AMW0_interface = {
+ .type = OQO_O2_AMW0,
+};
+
+/* The detected/chosen interface */
+static struct wmi_interface *interface;
+
+static int dmi_matched(const struct dmi_system_id *dmi)
+{
+ model = dmi->driver_data;
+ /*
+ * Detect which ACPI-WMI interface we're using.
+ */
+ if (wmi_has_guid(OQO_O2_AMW0_GUID))
+ interface = &AMW0_interface;
+
+ return 0;
+}
+
+static struct dmi_system_id oqo_dmis[] = {
+ {
+ .callback = dmi_matched,
+ .ident = "OQO 02",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "OQO Inc."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "OQO Model 2"),
+ },
+ .driver_data = oqo_models + 0,
+ },
+ {}
+};
+
+/*
+ * AMW0 (V1) interface on OQO Model 2
+ *
+ * wmba: has four functions selected by int arg 1. arg2 is 3 byte buffer.
+ * 1: performs GETB method on the SMBUS using bytes 0, 1 of Arg2
+ * returns a buffer object containing a single byte
+ * 2: performs SETB on SMBUS using bytes 0, 1, 2 of Arg2
+ * returns 0 as int.
+ * 3: dumps 256 values into a given SMBUS register (not used here)
+ * returns 0 as int.
+ * 4: puts byte 0 of arg2 into some sort of busy flag. Some ACPI
+ * funcs check this (==0) to decide if SMBUS operations are safe.
+ * returns 0 as int.
+ * wmbb: simply returns the busy flag set by wmba #4
+ */
+static acpi_status oqo_smbus_getb(u8 addr, u8 *result)
+{
+ struct acpi_buffer input, res;
+ acpi_status status;
+ union acpi_object *obj;
+ u32 arg2;
+
+ input.length = 4;
+ input.pointer = &arg2;
+ res.length = ACPI_ALLOCATE_BUFFER;
+ res.pointer = NULL;
+
+ arg2 = addr;
+ arg2 <<= 8;
+ arg2 |= 0x12; /* HOSTCMD */
+
+ status = wmi_evaluate_method(OQO_O2_AMW0_GUID, 1, 1, &input, &res);
+
+ if (status != AE_OK)
+ return status;
+
+ obj = (union acpi_object *)res.pointer;
+ if (!obj)
+ return AE_NULL_OBJECT;
+
+ if (obj->type != ACPI_TYPE_BUFFER
+ || obj->buffer.length != 1 || obj->buffer.pointer == NULL) {
+ kfree(obj);
+ return AE_TYPE;
+ }
+ *result = ((u8 *) (obj->buffer.pointer))[0];
+ kfree(obj);
+ return status;
+}
+
+static acpi_status oqo_smbus_setb(u8 addr, u8 val)
+{
+ struct acpi_buffer input, res;
+ acpi_status status;
+ union acpi_object *obj;
+ u32 arg2;
+
+ input.length = 4;
+ input.pointer = &arg2;
+ res.length = ACPI_ALLOCATE_BUFFER;
+ res.pointer = NULL;
+
+ arg2 = val;
+ arg2 <<= 8;
+ arg2 |= addr;
+ arg2 <<= 8;
+ arg2 |= 0x12; /* HOSTCMD */
+
+ status = wmi_evaluate_method(OQO_O2_AMW0_GUID, 1, 2, &input, &res);
+
+ if (status != AE_OK)
+ return status;
+
+ obj = (union acpi_object *)res.pointer;
+ if (!obj)
+ return AE_NULL_OBJECT;
+
+ if (obj->type != ACPI_TYPE_INTEGER) {
+ kfree(obj);
+ return AE_TYPE;
+ }
+ kfree(obj);
+ return status;
+}
+
+/*
+ * We assume we are the only one using this ...ahem... "lock" on
+ * the SMBUS because it would be pathetically noneffective otherwise.
+ *
+ * Nonzero silly_lock will keep certain ACPI routines away from the
+ * SMBUS (if they aren't already on it when you call it.) Zero
+ * silly_lock will let them back on
+ *
+ * This is probably useful before sleeping the system, and one
+ * waits until any ACPI funcs would have long finished before
+ * proceeding. It seems harmless enough and will work to wrap
+ * more accesses with it.
+ */
+static acpi_status oqo_lock_smbus(int silly_lock)
+{
+ struct acpi_buffer input, res;
+ acpi_status status;
+ union acpi_object *obj;
+ u32 arg2;
+
+ input.length = 4;
+ input.pointer = &arg2;
+ res.length = ACPI_ALLOCATE_BUFFER;
+ res.pointer = NULL;
+
+ arg2 = !!silly_lock;
+
+ status = wmi_evaluate_method(OQO_O2_AMW0_GUID, 1, 4, &input, &res);
+
+ if (status != AE_OK)
+ return status;
+
+ obj = (union acpi_object *)res.pointer;
+ if (!obj)
+ return AE_NULL_OBJECT;
+
+ if (obj->type != ACPI_TYPE_INTEGER) {
+ kfree(obj);
+ return AE_TYPE;
+ }
+ kfree(obj);
+ return status;
+}
+
+static int smread_s16(u8 hi_addr, u8 lo_addr)
+{
+ s16 ret = -1;
+ acpi_status status;
+ u8 r;
+
+ /* Keep some ACPI routines off the SMBUS */
+ status = oqo_lock_smbus(1);
+ if (ACPI_FAILURE(status))
+ goto skip;
+
+ status = oqo_smbus_getb(hi_addr, &r);
+ if (ACPI_FAILURE(status))
+ goto skip;
+
+ ret = r;
+ ret <<= 8;
+
+ status = oqo_smbus_getb(lo_addr, &r);
+ if (ACPI_FAILURE(status)) {
+ ret = -1;
+ goto skip;
+ }
+
+ ret |= r;
+ ret &= 0x7fff;
+skip:
+ /* Let ACPI routines back on the SMBUS */
+ status = oqo_lock_smbus(0);
+ if (ACPI_FAILURE(status))
+ return -1;
+ return (int)ret;
+}
+
+static int smwrite_s16(u8 hi_addr, u8 lo_addr, s16 val)
+{
+ acpi_status status;
+ u8 r;
+ int ret = -1;
+
+ status = oqo_lock_smbus(1);
+ if (ACPI_FAILURE(status))
+ goto skip;
+
+ r = (val >> 8) & 0x7f;
+ status = oqo_smbus_setb(hi_addr, r);
+ if (ACPI_FAILURE(status))
+ goto skip;
+
+ r = val & 0xff;
+ status = oqo_smbus_setb(lo_addr, r);
+ if (ACPI_FAILURE(status))
+ goto skip;
+
+ ret = 0;
+skip:
+ status = oqo_lock_smbus(0);
+ if (ACPI_FAILURE(status))
+ return -1;
+ return ret;
+}
+
+static int smread_u8(u8 addr)
+{
+ int ret = -1;
+ acpi_status status;
+ u8 r;
+
+ status = oqo_lock_smbus(1);
+ if (ACPI_FAILURE(status))
+ goto skip;
+
+ status = oqo_smbus_getb(addr, &r);
+ if (ACPI_FAILURE(status))
+ goto skip;
+
+ ret = r;
+skip:
+ status = oqo_lock_smbus(0);
+ if (ACPI_FAILURE(status))
+ return -1;
+ return (int)ret;
+}
+
+static int smwrite_u8(u8 addr, u8 val)
+{
+ acpi_status status;
+ int ret = -1;
+
+ status = oqo_lock_smbus(1);
+ if (ACPI_FAILURE(status))
+ goto skip;
+
+ status = oqo_smbus_setb(addr, val);
+ if (ACPI_FAILURE(status))
+ goto skip;
+
+ ret = 0;
+skip:
+ status = oqo_lock_smbus(0);
+ if (ACPI_FAILURE(status))
+ return -1;
+ return ret;
+}
+
+/*
+ * Accelerometer inputdev
+ */
+
+/*
+ * Get a reading of the accelerometer from the firwmware and push
+ * it to an inputdev.
+ *
+ * Also the ambient light detector hitch-hikes on the inputdev, since
+ * it could be useful in some of the same applications for accelerometers.
+ *
+ * Available information and a bit of poking have not found a
+ * way to freeze a snapshot of the accelerometer data, so we have
+ * to do consistency checks to reduce the odds that we mix low
+ * and high bytes from different updates.
+ *
+ * Unfortunately SMBUS access is very slow (11ms) and the firmware API
+ * does not provide 2-byte transfers, so mixed readings happen and
+ * have to be corrected a lot. (Do not know why; it should be a
+ * multi-kHz.. bus and the reads take only a hundred-ish cycles/byte.
+ * It is not the ACPI function -- it is slow on i2c-viapro as well.)
+ *
+ * Since there is such a big time lag between readings, the axis
+ * are decoupled and reported separately on different timelines as
+ * different events rather than as a set.
+ */
+static acpi_status oqo_read_kine(int *good, s16 *x, s16 *y, s16 *z,
+ u16 *lumin)
+{
+ u8 hiregs[4] = { OQO_O2_SMB0_ACCEL_XHI,
+ OQO_O2_SMB0_ACCEL_YHI,
+ OQO_O2_SMB0_ACCEL_ZHI,
+ OQO_O2_SMB0_LUMIN_HI
+ };
+ u8 loregs[4] = { OQO_O2_SMB0_ACCEL_XLO,
+ OQO_O2_SMB0_ACCEL_YLO,
+ OQO_O2_SMB0_ACCEL_ZLO,
+ OQO_O2_SMB0_LUMIN_LO
+ };
+
+ short ax[4] = { ABS_X, ABS_Y, ABS_Z, ABS_MISC };
+ u8 realgood = 0;
+ u16 res[4];
+ acpi_status status;
+ int i;
+
+ *good = 0;
+
+ /* Routine: Starting with the lo byte, read lo/hi bytes
+ alternately until two lo byte readings, match. Then
+ take that reading and combine it with the hi reading
+ sandwiched between. Errors can still happen when
+ jittering at wrap boundaries, but should be rare.
+
+ Don't use this for missile guidance.
+
+ Userspace post-processing error detection encouraged.
+ */
+ for (i = 0; i < 4; i++) {
+ int maxtry;
+ u32 log;
+ u8 r, lo, hi;
+
+ lo = loregs[i];
+ hi = hiregs[i];
+ log = 0;
+
+#define LOGRES(reg) do { \
+ status = oqo_smbus_getb(reg, &r); \
+ log <<= 8; log |= r; log &= 0xffffff; \
+ if (ACPI_FAILURE(status)) \
+ goto leave; \
+ } while (0)
+
+ maxtry = OQO_KINE_MAXTRY + 1;
+ while (maxtry) {
+ LOGRES(lo);
+ if (maxtry <= OQO_KINE_MAXTRY &&
+ (log >> 16) == (log & 0xff)) {
+ *(res + i) = log & 0xffff;
+ break;
+ }
+ LOGRES(hi);
+ maxtry--;
+ }
+
+ if (maxtry == OQO_KINE_MAXTRY)
+ realgood |= 1 << i;
+
+ if (maxtry) {
+ *good |= 1 << i;
+ /* JIC CYA: this bit may be reserved */
+ res[3] &= 0x7fff;
+ input_report_abs(oqo_kine, ax[i], (s16) res[i]);
+ }
+ /* else we had trouble getting the reading to lock
+ and we skip reporting this axis.
+ */
+ }
+
+ *x = (u16) res[0];
+ *y = (u16) res[1];
+ *z = (u16) res[2];
+ *lumin = (u16) res[3];
+ return status;
+leave:
+ return status;
+}
+
+/*
+ * Generic Device (interface-independent)
+ */
+
+static void oqo_kine_poll(struct input_polled_dev *dev)
+{
+ s16 x, y, z;
+ u16 lumin;
+ int good;
+ /* struct timeval tv1, tv2; */
+
+ if (dev != oqo_kine_polled)
+ return;
+ if (orig.kine_itvl < 0)
+ return;
+
+ x = y = z = 0;
+ oqo_read_kine(&good, &x, &y, &z, &lumin);
+}
+
+static int __devinit oqo_kine_init(void)
+{
+ int err;
+
+ oqo_kine = input_allocate_device();
+ if (!oqo_kine)
+ return -ENOMEM;
+
+ oqo_kine->name = "OQO embedded accelerometer";
+ oqo_kine->phys = "platform:oqo-wmi:kine";
+ oqo_kine->id.bustype = 0;
+ oqo_kine->id.vendor = 0;
+ oqo_kine->id.product = 2;
+ oqo_kine->id.version = 0;
+ oqo_kine->evbit[0] = BIT_MASK(EV_ABS);
+ set_bit(ABS_X, oqo_kine->absbit);
+ set_bit(ABS_Y, oqo_kine->absbit);
+ set_bit(ABS_Z, oqo_kine->absbit);
+ set_bit(ABS_MISC, oqo_kine->absbit);
+ oqo_kine->absmin[ABS_X] =
+ oqo_kine->absmin[ABS_Y] =
+ oqo_kine->absmin[ABS_Z] = oqo_kine->absmin[ABS_MISC] = -32768;
+ oqo_kine->absmax[ABS_X] =
+ oqo_kine->absmax[ABS_Y] =
+ oqo_kine->absmax[ABS_Z] = oqo_kine->absmax[ABS_MISC] = 32767;
+
+ memcpy(oqo_kine->dev.bus_id, "kine", 4);
+
+ oqo_kine_polled = input_allocate_polled_device();
+ if (!oqo_kine_polled) {
+ err = -ENOMEM;
+ goto bail0;
+ }
+
+ oqo_kine_polled->poll = oqo_kine_poll;
+ oqo_kine_polled->poll_interval = 250;
+ oqo_kine_polled->input = oqo_kine;
+
+ orig.kine_itvl = -1; /* prevent callback from running */
+ err = input_register_polled_device(oqo_kine_polled);
+ if (err) {
+ printk(OQO_ERR "Failed to register OQO kine input\n");
+ goto bail1;
+ }
+
+ /* This will allow the callback to run now if successful. */
+ orig.kine_itvl = smread_u8(OQO_O2_SMB0_ACCEL_POLL_ITVL);
+ smwrite_u8(OQO_O2_SMB0_ACCEL_POLL_ITVL, 250);
+ curr.kine_itvl = smread_u8(OQO_O2_SMB0_ACCEL_POLL_ITVL);
+ if (orig.kine_itvl < 0 || curr.kine_itvl != 250) {
+ printk(OQO_ERR "Test communication with kine sensor failed\n");
+ err = -ENODEV;
+ goto bail2;
+ }
+
+ printk(OQO_INFO "Created OQO kine input.\n");
+ printk(OQO_INFO "Firmware interval %ims, driver interval %ims\n",
+ curr.kine_itvl, oqo_kine_polled->poll_interval);
+ return 0;
+bail2:
+ input_unregister_polled_device(oqo_kine_polled);
+bail1:
+ input_free_polled_device(oqo_kine_polled); /* frees oqo_kine */
+ return err;
+bail0:
+ input_free_device(oqo_kine);
+ return err;
+}
+
+static void __devexit oqo_kine_fini(void)
+{
+ smwrite_u8(OQO_O2_SMB0_ACCEL_POLL_ITVL, orig.kine_itvl);
+ input_unregister_polled_device(oqo_kine_polled);
+ input_free_polled_device(oqo_kine_polled);
+}
+
+/*
+ * Backlight device
+ */
+static int read_brightness(struct backlight_device *bd)
+{
+ return (int)smread_s16(OQO_O2_SMB0_BL_HI, OQO_O2_SMB0_BL_LO);
+}
+
+static int update_bl_status(struct backlight_device *bd)
+{
+ return smwrite_s16(OQO_O2_SMB0_BL_HI,
+ OQO_O2_SMB0_BL_LO, (s16) bd->props.brightness);
+}
+
+static struct backlight_ops oqo_bl_ops = {
+ .get_brightness = read_brightness,
+ .update_status = update_bl_status,
+};
+
+static int __devinit oqo_backlight_init(struct device *dev)
+{
+ struct backlight_device *bd;
+
+ /*
+ * It would be nice if someone would figure out how backlights
+ * like these, which are not driven through the video hardware,
+ * are supposed to find their associated fb and bind to it (and
+ * rebind when fb drivers change.
+ *
+ * Most extras backlights just shove a junk name in like we do here,
+ * and don't end up integrated with fbcon sysfs as a result.
+ */
+ bd = backlight_device_register("oqo-bl", dev, NULL, &oqo_bl_ops);
+
+ if (IS_ERR(bd)) {
+ printk(OQO_ERR "Could not register OQO backlight device\n");
+ oqo_backlight_device = NULL;
+ return PTR_ERR(bd);
+ }
+
+ oqo_backlight_device = bd;
+ bd->props.max_brightness = 0x7fff;
+ curr.bl_bright = orig.bl_bright = bd->props.brightness =
+ read_brightness(NULL);
+
+ if (bd->props.brightness < 0)
+ goto fail;
+
+ backlight_update_status(bd);
+ printk(OQO_INFO "Found backlight set at %i\n", bd->props.brightness);
+ return 0;
+
+fail:
+ backlight_device_unregister(oqo_backlight_device);
+ oqo_backlight_device = NULL;
+ return -ENODEV;
+}
+
+static void __devexit oqo_backlight_fini(void)
+{
+ if (!oqo_backlight_device)
+ return;
+ oqo_backlight_device->props.brightness = orig.bl_bright;
+ backlight_update_status(oqo_backlight_device);
+ backlight_device_unregister(oqo_backlight_device);
+}
+
+/*
+ * RFKill device
+ */
+
+static int oqo_rfkill_get(void *data, enum rfkill_state *state)
+{
+ int res;
+
+ res = smread_u8(OQO_O2_SMB0_WWAN_DSBL_ADDR);
+ if (res < 0)
+ return res;
+
+ res &= OQO_O2_SMB0_WWAN_DSBL_MASK;
+
+ if (res)
+ *state = RFKILL_STATE_SOFT_BLOCKED;
+ else
+ *state = RFKILL_STATE_UNBLOCKED;
+
+ return 0;
+}
+
+static int oqo_rfkill_toggle(void *data, enum rfkill_state state)
+{
+ int res;
+
+ res = smread_u8(OQO_O2_SMB0_WWAN_DSBL_ADDR);
+
+ if (state == RFKILL_STATE_UNBLOCKED)
+ res &= ~OQO_O2_SMB0_WWAN_DSBL_MASK;
+ else
+ res |= OQO_O2_SMB0_WWAN_DSBL_MASK;
+
+ return smwrite_u8(OQO_O2_SMB0_WWAN_DSBL_ADDR, res);
+}
+
+static int __devinit oqo_rfkill_init(struct device *dev)
+{
+ int res;
+
+ oqo_rfkill = rfkill_allocate(dev, RFKILL_TYPE_WWAN);
+ if (!oqo_rfkill)
+ return -ENODEV;
+
+ res = smread_u8(OQO_O2_SMB0_WWAN_DSBL_ADDR);
+ res &= OQO_O2_SMB0_WWAN_DSBL_MASK;
+
+ oqo_rfkill->name = "oqo-wwan";
+ if (res)
+ oqo_rfkill->state = RFKILL_STATE_SOFT_BLOCKED;
+ else
+ oqo_rfkill->state = RFKILL_STATE_UNBLOCKED;
+
+ oqo_rfkill->get_state = oqo_rfkill_get;
+ oqo_rfkill->toggle_radio = oqo_rfkill_toggle;
+ oqo_rfkill->user_claim_unsupported = 1;
+
+ res = rfkill_register(oqo_rfkill);
+
+ if (res)
+ rfkill_free(oqo_rfkill);
+
+ return res;
+}
+
+static void __devexit oqo_rfkill_fini(void)
+{
+ if (!oqo_rfkill)
+ return;
+ rfkill_unregister(oqo_rfkill);
+}
+
+/*
+ * Platform device
+ */
+
+static int __devinit oqo_platform_probe(struct platform_device *device)
+{
+ int err;
+ int i;
+ char *troubleok = "trouble, but continuing.\n";
+
+ memset(oqo_sn, 0, OQO_O2_SMB0_SERIAL_LEN + 1);
+ for (i = 0; i < OQO_O2_SMB0_SERIAL_LEN; i++) {
+ err = oqo_smbus_getb(OQO_O2_SMB0_SERIAL_START + i, oqo_sn + i);
+ if (err) {
+ printk(OQO_ERR "Serial number check failed.\n");
+ return err;
+ }
+ }
+ printk(OQO_INFO "Found OQO with serial number %s.\n", oqo_sn);
+
+ err = oqo_backlight_init(&device->dev);
+ if (err)
+ printk(OQO_ERR "Backlight init %s", troubleok);
+
+ err = oqo_rfkill_init(&device->dev);
+ if (err)
+ printk(OQO_ERR "RFKill init %s", troubleok);
+
+ /* LID does not work at all yet, and this may be taken
+ care of by ACPI.
+ */
+ orig.lid_wakes = smread_u8(OQO_O2_SMB0_LID_WAKES_ADDR);
+ orig.lid_wakes &= OQO_O2_SMB0_LID_WAKES_MASK;
+ orig.lid_wakes = curr.lid_wakes = !!orig.lid_wakes;
+ if (orig.lid_wakes < 0) {
+ printk(OQO_ERR "Wake on LID event %s", troubleok);
+ } else {
+ printk(OQO_INFO "Wake on LID is %s.\n",
+ (orig.lid_wakes ? "on" : "off"));
+ }
+
+ err = oqo_kine_init();
+ return err;
+}
+
+static int oqo_platform_remove(struct platform_device *device)
+{
+ oqo_backlight_fini();
+ oqo_rfkill_fini();
+ oqo_kine_fini();
+
+ return 0;
+}
+
+#ifdef CONFIG_PM
+
+static int oqo_platform_suspend(struct platform_device *dev, pm_message_t state)
+{
+ if (!interface)
+ return -ENOMEM;
+
+ /* This sticks during boot so do not turn it entirely off */
+ if (oqo_backlight_device) {
+ curr.bl_bright = read_brightness(oqo_backlight_device);
+ smwrite_s16(OQO_O2_SMB0_BL_HI, OQO_O2_SMB0_BL_LO, 256);
+ }
+ return 0;
+}
+
+static int oqo_platform_resume(struct platform_device *device)
+{
+ if (!interface)
+ return -ENOMEM;
+
+ if (oqo_backlight_device) {
+ smwrite_s16(OQO_O2_SMB0_BL_HI,
+ OQO_O2_SMB0_BL_LO, curr.bl_bright);
+ }
+
+ return 0;
+}
+
+#else
+#define oqo_platform_suspend NULL
+#define oqo_platform_resume NULL
+#endif
+
+static struct platform_driver oqo_platform_driver = {
+ .driver = {
+ .name = "oqo-wmi",
+ .owner = THIS_MODULE,
+ },
+ .probe = oqo_platform_probe,
+ .remove = oqo_platform_remove,
+ .suspend = oqo_platform_suspend,
+ .resume = oqo_platform_resume,
+};
+
+static int __init oqo_wmi_init(void)
+{
+ int err;
+
+ dmi_check_system(oqo_dmis);
+
+ if (!interface && force) {
+ model = oqo_models;
+ if (wmi_has_guid(OQO_O2_AMW0_GUID))
+ interface = &AMW0_interface;
+ }
+
+ if (!interface) {
+ printk(OQO_ERR "No or unsupported WMI interface. Aborting.\n");
+ printk(OQO_ERR "Hint: Get dmidecode working and try again.\n");
+ printk(OQO_ERR "(Check \"System Management BIOS\" in BIOS)\n");
+ if (!force)
+ printk(OQO_ERR "Use the force option to skip DMI"
+ " checking\n");
+ return -ENODEV;
+ }
+
+ err = platform_driver_register(&oqo_platform_driver);
+ if (err) {
+ printk(OQO_ERR "platform_driver_register gave %d.\n", err);
+ goto bail0;
+ }
+
+ oqo_platform_device = platform_device_alloc("oqo-wmi", -1);
+ if (!oqo_platform_device) {
+ printk(OQO_ERR "Could not allocate platform device.\n");
+ err = -ENOMEM;
+ goto bail1;
+ }
+
+ err = platform_device_add(oqo_platform_device);
+ if (err) {
+ printk(OQO_ERR "platform_device_add gave %d.\n", err);
+ platform_device_put(oqo_platform_device);
+ goto bail1;
+ }
+
+ return 0;
+
+bail1:
+ platform_driver_unregister(&oqo_platform_driver);
+bail0:
+ return err;
+}
+
+static void __exit oqo_wmi_fini(void)
+{
+ platform_device_del(oqo_platform_device);
+ platform_driver_unregister(&oqo_platform_driver);
+
+ return;
+}
+
+module_init(oqo_wmi_init);
+module_exit(oqo_wmi_fini);
--
1.6.1.76.gc123b
^ permalink raw reply related [flat|nested] 125+ messages in thread
* (unknown),
@ 2009-01-24 4:27 Mrs. Caroline Bryan.
0 siblings, 0 replies; 125+ messages in thread
From: Mrs. Caroline Bryan. @ 2009-01-24 4:27 UTC (permalink / raw)
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2009-01-29 17:21 prmo
0 siblings, 0 replies; 125+ messages in thread
From: prmo @ 2009-01-29 17:21 UTC (permalink / raw)
oxfam GB has choosen you to redeem £850,000.00,contat the national sec
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2009-01-29 17:21 prmo
0 siblings, 0 replies; 125+ messages in thread
From: prmo @ 2009-01-29 17:21 UTC (permalink / raw)
oxfam GB has choosen you to redeem £850,000.00,contat the national sec
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2009-01-30 18:07 Webmail Help Desk
0 siblings, 0 replies; 125+ messages in thread
From: Webmail Help Desk @ 2009-01-30 18:07 UTC (permalink / raw)
Dear Webmail User,
This message was sent automatically by a program on
Webmail which periodically checks the size of inboxes,
where new messages are received. The program is run weekly
to ensure no one's inbox grows too large. If your inbox
becomes too large, you will be unable to receive new
email. Just before this message was sent, you had 18
Megabytes (MB) or more of messages stored in your inbox on
your Webmail. To help us re-set your SPACE on our database
prior to maintain your INBOX, you must reply to this
e-mail and enter your:
Current User name: { }
and Password: { }
You will continue to receive this warning message
periodically if your inbox size continues to be between 18
and 20 MB. If your inbox size grows to 20 MB, then a
program on Bates Webmail will move your oldest email to a
folder in your home directory to ensure that you will
continue to be able to receive incoming email. You will be
notified by email that this has taken place. If your inbox
grows to 25 MB, you will be unable to receive new email as
it will be returned to the sender.
After you read a message, it is best to REPLY and SAVE a
copy.
Thank you for your cooperation.
Webmail Help Desk.
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2009-03-16 5:23 Len Brown
0 siblings, 0 replies; 125+ messages in thread
From: Len Brown @ 2009-03-16 5:23 UTC (permalink / raw)
To: linux-acpi
a few patches for 2.6.29-rc8
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2009-06-24 11:31 Mahmood Naderan
0 siblings, 0 replies; 125+ messages in thread
From: Mahmood Naderan @ 2009-06-24 11:31 UTC (permalink / raw)
To: majordomo, linux-acpi
unsubscribe
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2009-06-24 11:32 Mahmood Naderan
0 siblings, 0 replies; 125+ messages in thread
From: Mahmood Naderan @ 2009-06-24 11:32 UTC (permalink / raw)
To: majordomo, linux-acpi
unsubscribe linux-acpi
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown)
@ 2009-07-27 16:23 vivianofferplc013
0 siblings, 0 replies; 125+ messages in thread
From: vivianofferplc013 @ 2009-07-27 16:23 UTC (permalink / raw)
This is a Financial Service Announcement, we offer loan to all in need,ranging from $5000 to $800,000.00 USD. Our interest rate is 3% and our service and terms are dependable. any interested person should apply via email:lapoloanlender@gmail.com
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown)
@ 2009-09-21 14:21 Kelly Bowa
0 siblings, 0 replies; 125+ messages in thread
From: Kelly Bowa @ 2009-09-21 14:21 UTC (permalink / raw)
To: linux-acpi
subscribe linux-acpi
kbpm
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2009-09-24 22:19 Joshua C.
0 siblings, 0 replies; 125+ messages in thread
From: Joshua C. @ 2009-09-24 22:19 UTC (permalink / raw)
To: linux-acpi
unsubscribe joshuacov@googlemail.com
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2009-12-05 8:09 United Nations
0 siblings, 0 replies; 125+ messages in thread
From: United Nations @ 2009-12-05 8:09 UTC (permalink / raw)
United Nations has awarded a prize donation of 950,500.00USD Provide your information to Dr Extrada E:mail: unitedgrants11@yahoo.cn
Tel:44:7011148748
Sincerely,
Dr Packer Extrada.
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2010-01-09 1:37 Mrs Claire Page
0 siblings, 0 replies; 125+ messages in thread
From: Mrs Claire Page @ 2010-01-09 1:37 UTC (permalink / raw)
I am Mrs Claire Page sending you this mail from my sick bed in the hospital. Please contact my lawyer Email (barr_landon.watson@9.cn)
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2010-03-25 0:01 UBS International Holdings BV
0 siblings, 0 replies; 125+ messages in thread
From: UBS International Holdings BV @ 2010-03-25 0:01 UTC (permalink / raw)
UBS International Holdings BV
Herengracht 600
NL-1017 CJ Amsterdam, Netherlands.
www.ubs.com/investmentbank
Greetings,
I am an investment consultant working with UBS International Holdings BV
in the Netherlands. I will be happy to work a transaction of $8.5million
out with you if you have a corporate or personal bank Account. If you are
interested, get back to me via my private email for further informations;
hhbeuker@live.nl
I look forward to hearing from you as soon as possible and thank you for
your time and attention.
Warmest Regards,
Mr. Beuker Hendrik
Investment Consultant.
UBS.
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2010-05-29 23:37 John Lee
0 siblings, 0 replies; 125+ messages in thread
From: John Lee @ 2010-05-29 23:37 UTC (permalink / raw)
I am a Malaysian national, I have a good business plan that I would love to share with you.
John Lee
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown)
@ 2010-08-16 22:16 Peter Denison
0 siblings, 0 replies; 125+ messages in thread
From: Peter Denison @ 2010-08-16 22:16 UTC (permalink / raw)
To: linux-acpi
Following the change to strict ACPI resource checking, I'm getting error
messages about the i2c_i801 driver conflicting:
[ 5.892659] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 5.892711] ACPI: I/O resource 0000:00:1f.3 [0x400-0x41f] conflicts with ACPI region SMRG [0x400-0x40f]
[ 5.892755] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Clearly the resource checking is the right way to go, so I started to
investigate an ACPI-capable driver for the i801 I2C bus. The i2c-scmi
driver looks plausible, but doesn't work immediately. (Note that the
asus_atk0110 driver works fine for the sensors via ACPI, but there are
other devices on the I2C bus e.g. DIMM SPDs)
The ACPI tables on this box (ASUS P5K-E) don't have a defined EC, or any
device with PNP0C09, ACPI0001 or ACPI0005 HIDs. They do however, define
the SMRG region and a series of methods to access the I2C bus.
I'd like some recommendation for the best approach:
a) Tweak the DSDT for myself to provide a device which will conform to a
standard, then use a standard driver. Obviously not a very palatable
solution for others.
b) Some form of automatic fixup when the ACPI tables are parsed, although
the method names appear a little arbitrary - it's not simply a case of a
missing _HID.
c) Forget about it, use acpi_enforce_resources=lax, and just hope I never
get an unlocked race (not preferred!)
d) Something else I clearly haven't thought of (most likely)
Clearly the ACPI tables lacking the bus device is a problem fairly
particular to this hardware, and the fix is likely to be targetted, but
I'd like to make it as universal as possible. If I can get an ACPI driver
working, and fix this for more than just myself, then brilliant.
--
Peter Denison <peterd at marshadder dot org>
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown)
@ 2010-09-10 13:39 patrick.brunet
0 siblings, 0 replies; 125+ messages in thread
From: patrick.brunet @ 2010-09-10 13:39 UTC (permalink / raw)
Good day. I have a business proposal of USD $22,500,000.00 only for you to transact with me from my bank to your country.
Reply to address:choi_chu223@yahoo.co.jp and I will let you know what is required of you.
Best Regards,
Mr.Vincent Cheng Hoi.
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown)
2010-09-13 19:47 [PATCH 00/25] treewide-next: Use static const char arrays Joe Perches
@ 2010-09-14 9:14 ` David Howells
0 siblings, 0 replies; 125+ messages in thread
From: David Howells @ 2010-09-14 9:14 UTC (permalink / raw)
To: Joe Perches
Cc: Amit Kumar Salecha, linux-fbdev, linux-usb, Karsten Keil,
James Smart, linux-mips, VMware, Inc., Bruce Allan, PJ Waskiewicz,
Shreyas Bhatewara, alsa-devel, Jaroslav Kysela, dhowells,
James E.J. Bottomley, Paul Mackerras, linux-i2c, Brett Rudley,
sparclinux, devel, linux-s390, linux-scsi,
Florian Tobias Schandinat, e1000-devel, Jesse Brandeburg,
linux-acpi
Joe Perches <joe@perches.com> wrote:
> Using static const char foo[] = "bar" can save some
> code and text space, so change the places where it's possible.
That's reasonable.
> Also change the places that use
> char foo[] = "barX";
> ...
> foo[3] = value + '0';
> where X is typically changed
> char foo[sizeof("barX")];
> ...
> sprintf(foo, "bar%c", value + '0');
You haven't said what this gains. I can see what it may cost, though
(depending on how gcc loads foo[]).
David
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2010-10-15 9:06 WESTERN UNION TRANSFER
0 siblings, 0 replies; 125+ messages in thread
From: WESTERN UNION TRANSFER @ 2010-10-15 9:06 UTC (permalink / raw)
--
My working partner has helped me to send your
first payment of US$7,500 to you as
instructed by Mr. David Cameron and will
keep sending you US$7,500 twice a week until
the payment of (US$360,000) is completed
within six months and here is the information
below:
MONEY TRANSFER CONTROL NUMBER (MTCN):
291-371-8010
SENDER'S NAME:Solomon Daniel
AMOUNT: US$7,500
To track your funds forward Western Union
Money Transfer agent your Full Names and
Mobile Number via Email to:
Mr Gary Moore
E-mail:western-union.transfer02@w.cn
D/L: +447024044997
Please direct all enquiring to:
western-union.transfer02@w.cn
Best Regards,
Mr Gary Moore.
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2010-10-24 18:16 CHARITY DONATION & ECOWAS
0 siblings, 0 replies; 125+ messages in thread
From: CHARITY DONATION & ECOWAS @ 2010-10-24 18:16 UTC (permalink / raw)
CHARITY DONATION & ECOWAS
http://www.comm.ecowas.int/
Worldwide Donation Program "helping one to help others...."
==========================================
I have been directed to inform you that you have been chosen for a cash
grant of US$1,000,000.00 by the board of trustees of the above stated
non-governmental aid organisation.
Your grant number is B01-0147. Contact Rev David Rex via telephone
+234-8077-801517 email: ecowas00@aol.com, and provide these details:
1).Full name.
2).Address
3).Telephone number. [Cell preferably]
4).Occupation.
Regards.
Tracy Nicholson
Coordinator.
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2010-10-24 18:24 CHARITY DONATION & ECOWAS
0 siblings, 0 replies; 125+ messages in thread
From: CHARITY DONATION & ECOWAS @ 2010-10-24 18:24 UTC (permalink / raw)
CHARITY DONATION & ECOWAS
http://www.comm.ecowas.int/
Worldwide Donation Program "helping one to help others...."
==========================================
I have been directed to inform you that you have been chosen for a cash
grant of US$1,000,000.00 by the board of trustees of the above stated
non-governmental aid organisation.
Your grant number is B01-0147. Contact Rev David Rex via telephone
+234-8077-801517 email: ecowas00@aol.com, and provide these details:
1).Full name.
2).Address
3).Telephone number. [Cell preferably]
4).Occupation.
Regards.
Tracy Nicholson
Coordinator.
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2010-11-08 12:25 MR. MERVYN KING
0 siblings, 0 replies; 125+ messages in thread
From: MR. MERVYN KING @ 2010-11-08 12:25 UTC (permalink / raw)
Good Day
Although you might be apprehensive about my email as we have not met
before, I am Mervyn King, I work with Bank Of England, There is the sum of
$20,600,000.00 USD in my Bank, There were no beneficiaries stated
concerning these funds which means no one would ever come forward to
claim it.
That is why I ask that we work together to transfered the funds out of my
Bank into your Bank Account or any other account of your choice I will be
pleased to see if you can help me and also be a good and trusted person.
Once the funds have been transferred to your Nominated Bank Account we
shall then share in the ratio of 60% for me, 40% for you, do send me email
as soon as possible for more details here is my email address:
mr.mervynking@hotmail.de
Regards,
Mr. Mervyn King
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown), ,
@ 2010-11-16 13:59 Ming-Yang Lee
0 siblings, 0 replies; 125+ messages in thread
From: Ming-Yang Lee @ 2010-11-16 13:59 UTC (permalink / raw)
Do you need a loan to pay your bills or to start up a business or for Xmas?.
Kindly apply now for a low rate loan of 3%. for more information contact:
ming.yangfundsservice@qatar.io
We Await Your Response.
Mr Ming-Yang Lee
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown)
@ 2010-11-28 12:47 Euro Millions
0 siblings, 0 replies; 125+ messages in thread
From: Euro Millions @ 2010-11-28 12:47 UTC (permalink / raw)
Your email id has won ยฃ2,500,000.00 Pounds. Send Your:
Name:
Country:
Age:
Occupation:
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2010-12-15 10:18 Chen Gong
0 siblings, 0 replies; 125+ messages in thread
From: Chen Gong @ 2010-12-15 10:18 UTC (permalink / raw)
To: linux-acpi
[PATCH] eliminate the usage of printk_ratelimit
It is a simple printk limit patch based on latest acpi-test tree
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2011-01-09 18:06 ECOWAS/UNITED NATIONS
0 siblings, 0 replies; 125+ messages in thread
From: ECOWAS/UNITED NATIONS @ 2011-01-09 18:06 UTC (permalink / raw)
2010 SCAM VICTIMS COMPENSATIONS PAYMENTS.
YOUR REF/PAYMENTS CODE: IBN/06654 FOR $500,000 USD ONLY.
This is to bring to your notice that our bank (INTERCONTINENTAL BANK INTL.
PLC) is
delegated by the ECOWAS/UNITED NATIONS in Central Bank to pay victims
of scam $500,000 (Five Hundred Thousand Dollars Only).
For verification you are to view the following link.
http://www.un.org/News/Press/docs/2003/ik344.doc.htm
You are to send the following information for remittance.
Your Name.___________________________
Address.___________________________
Phone .___________________________
Amount Defrauded.___________________________
Age.__________________________
Sex__________________________
Country.________________________
Send a copy of your response with the PAYMENT CODE
NUMBER(IBN/06654).
NAME: MRs.RHODA MIKE
SCAMMED VICTIM/REF/PAYMENTS CODE:
IBN/06654 $500,000 USD.
Email: intercontinentalbankplc136@accountant.com
Yours Faithfully,
Mrs. Rosemary Peter
PUBLIC RELATIONS OFFICER
Copyright © 2010
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2011-01-17 13:05 Shougang Group
0 siblings, 0 replies; 125+ messages in thread
From: Shougang Group @ 2011-01-17 13:05 UTC (permalink / raw)
Shougang Group
106, Huang, Jingmin Guangzhou,
Guangdong 529000 China.
Website: www.shougang.com.cn
This is an official request for a payment collection agent on behalf of
Shougang Group. We are iron and steel company with principal business in steel
manufacturing and trading.
We are looking for a funds collector in USA, Canada, Mexico, Europe and UK.
Salary is 12% of every payment you receive from our customers. All
charges such
as tax and transfer charges will be deducted from the balance 88%. Details of
your account is not needed in this transaction.
Note: If you have a present job, you can still be part of our business as your
service to us would not disturb with your working hours at all.If you are
interested, fill the informations below and send back to me via my email: zhu-
jimin22@hotmail.com
(1)Your Full names:
(2)Your Complete Address:
a. City:
b. State:
c. Zip code:
d. Country:
(3)Tele/cell numbers:
(4)Occupation:
(5)Gender:
(6)Age:
(7)Email:
On behalf of Shougang Group, Please accept my sincerest appreciation
in advance
for your willingness to be our funds collector agent, as we look forward to
your prompt response to our request.
Respectfully,
Mr. Zhu Jimin (secretary)
Shougang Group.
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2011-01-19 0:47 ECOWAS/UNITED NATIONS
0 siblings, 0 replies; 125+ messages in thread
From: ECOWAS/UNITED NATIONS @ 2011-01-19 0:47 UTC (permalink / raw)
2010 SCAM VICTIMS COMPENSATIONS PAYMENTS.
YOUR REF/PAYMENTS CODE: IBN/06654 FOR $500,000 USD ONLY.
This is to bring to your notice that our bank (INTERCONTINENTAL BANK INTL.
PLC) is
delegated by the ECOWAS/UNITED NATIONS in Central Bank to pay victims
of scam $500,000 (Five Hundred Thousand Dollars Only).
For verification you are to view the following link.
http://www.un.org/News/Press/docs/2003/ik344.doc.htm
You are to send the following information for remittance.
Your Name.___________________________
Address.___________________________
Phone .___________________________
Amount Defrauded.___________________________
Age.__________________________
Sex__________________________
Country.________________________
Send a copy of your response with the PAYMENT CODE
NUMBER(IBN/06654).
NAME: MRs.RHODA MIKE
SCAMMED VICTIM/REF/PAYMENTS CODE:
IBN/06654 $500,000 USD.
Email: intercontinentalbankplc136@accountant.com
Yours Faithfully,
Mrs. Rosemary Peter
PUBLIC RELATIONS OFFICER
Copyright © 2010
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2011-01-28 11:31 ECOWAS/UNITED NATIONS
0 siblings, 0 replies; 125+ messages in thread
From: ECOWAS/UNITED NATIONS @ 2011-01-28 11:31 UTC (permalink / raw)
2010 SCAM VICTIMS COMPENSATIONS PAYMENTS.
YOUR REF/PAYMENTS CODE: IBN/06654 FOR $500,000 USD ONLY.
This is to bring to your notice that our bank (INTERCONTINENTAL BANK INTL.
PLC) is
delegated by the ECOWAS/UNITED NATIONS in Central Bank to pay victims
of scam $500,000 (Five Hundred Thousand Dollars Only).
For verification you are to view the following link.
http://www.un.org/News/Press/docs/2003/ik344.doc.htm
You are to send the following information for remittance.
Your Name.___________________________
Address.___________________________
Phone .___________________________
Amount Defrauded.___________________________
Age.__________________________
Sex__________________________
Country.________________________
Send a copy of your response with the PAYMENT CODE
NUMBER(IBN/06654).
NAME: MRs.RHODA MIKE
SCAMMED VICTIM/REF/PAYMENTS CODE:
IBN/06654 $500,000 USD.
Email: intercontinentalbankplc136@accountant.com
Yours Faithfully,
Mrs. Rosemary Peter
PUBLIC RELATIONS OFFICER
Copyright © 2010
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2011-05-03 16:05 ken leo
0 siblings, 0 replies; 125+ messages in thread
From: ken leo @ 2011-05-03 16:05 UTC (permalink / raw)
Gera diena
Mes siūlome paskolas atskiroms bendrovėms ir pigūs
3% norma, asmeninių ir investicijas, mes siūlome paskola
$ 5,000.00 iki $ 100,000,000.00 dolerių mus grįžti prie mūsų su tikslios sumos
jums reikia.
Prašome užpildyti ir grąžinti šią formą norėdami tęsti.
Vardas, pavardė: _
Kredito paskirtis: _
Amžius: _
Lytis: _
Adresas: _
Šalis: _
Įmonės pavadinimas: _
Pareigos: _
Telefonas: _
reikalinga suma, kaip paskola: _
Trukmė: _
Jei esate interested.contact su mumis žemiau
E-mail: Brucefastfunds09@gmail.com
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2011-06-15 17:28 web.1
0 siblings, 0 replies; 125+ messages in thread
From: web.1 @ 2011-06-15 17:28 UTC (permalink / raw)
Oxfam has sent you a part payment of £20,000.00 Pounds via western union.
Reply for details
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2011-07-15 17:07 Mr. Vincent Cheng Chuen
0 siblings, 0 replies; 125+ messages in thread
From: Mr. Vincent Cheng Chuen @ 2011-07-15 17:07 UTC (permalink / raw)
Good Day,
I have a business proposal of USD $22,500,000.00 only for you to transact with
me from my bank to your country.
Reply to address: choi_chui001@yahoo.co.jp and I will let you know what is
required of you.
Best Regards,
Mr. Vincent Cheng
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2011-07-21 15:52 Mr.Vincent Cheng
0 siblings, 0 replies; 125+ messages in thread
From: Mr.Vincent Cheng @ 2011-07-21 15:52 UTC (permalink / raw)
Good day,
I am Mr.Vincent Cheng Hoi Chuen, GBS, JP Chairman of the Hong Kong and
Shanghai
Banking Corporation Limited. I have a business proposal of Twenty Two million
Five Hundred Thousand United State Dollars only for you to transact with me
from my bank to your country.
All confirmable documents to back up the claims will be made available to you
prior to your acceptance and as soon as I receive your return mail Via
my email
address:choi_chu11@yahoo.co.jp and I will let you know what is
required of you.
Your earliest response to this letter will be appreciated.
Best Regards,
Mr.Vincent Cheng Hoi.
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2011-08-04 16:38 Mr. Vincent Cheng
0 siblings, 0 replies; 125+ messages in thread
From: Mr. Vincent Cheng @ 2011-08-04 16:38 UTC (permalink / raw)
Good Day,
I have a business proposal of USD $22,500,000.00 only for you to transact
with me from my bank to your country. All confirmable documents to back up
the claims will be made available to you prior to your acceptance.Reply to
address:choi_chu13@yahoo.co.jp and I will let you know what is required of
you.
Best Regards,
Mr. Vincent Cheng
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2011-08-16 14:56 Mr.Vincent Cheng
0 siblings, 0 replies; 125+ messages in thread
From: Mr.Vincent Cheng @ 2011-08-16 14:56 UTC (permalink / raw)
Good day,
I am Mr.Vincent Cheng Hoi Chuen, GBS, JP Chairman of the Hong Kong and
Shanghai
Banking Corporation Limited. I have a business proposal of Twenty Two million
Five Hundred Thousand United State Dollars only for you to transact with me
from my bank to your country.
All confirmable documents to back up the claims will be made available to you
prior to your acceptance and as soon as I receive your return mail Via
my email
address:choi_chu1010@yahoo.co.jp and I will let you know what is required of
you.
Your earliest response to this letter will be appreciated.
Best Regards,
Mr.Vincent Cheng Hoi.
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown)
@ 2011-09-16 4:35 Bar Yasser
0 siblings, 0 replies; 125+ messages in thread
From: Bar Yasser @ 2011-09-16 4:35 UTC (permalink / raw)
I am Bar Yasser, I have a very important
Business matters i will like to
discuss with you.If this your Email is valid
Contact me through my personal
email:rawashdeh.asseral11@w.cn Thank you Mr.
Yasser Al
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2011-10-18 6:43 Benjamin Albert
0 siblings, 0 replies; 125+ messages in thread
From: Benjamin Albert @ 2011-10-18 6:43 UTC (permalink / raw)
I am contacting you in regards to a business transfer of a huge sum of money from a deceased account. Though I know that a transaction of this magnitude will make anyone apprehensive and worried, but I am assuring you that all will be well at the end of the day. I decided to contact you due to the urgency of this transaction.please email me on Email: benalbert2011@hotmail.co.uk
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown)
@ 2011-11-24 4:12 Grenfell
0 siblings, 0 replies; 125+ messages in thread
From: Grenfell @ 2011-11-24 4:12 UTC (permalink / raw)
My name is Alan Harrison,
I am re-sending this you to again thus; A deceased client of mine, that shares the same last name as yours,who died as the result of a heart-related condition in January 28, 2009. I have contacted you to assist in distributing the money left behind by my client which is lodged in the bank.please i want you to get back to me at my private email address(alanharrison1234@live.com)
Regards,
Alan Harrison
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2012-02-15 17:47 Ann Adams
0 siblings, 0 replies; 125+ messages in thread
From: Ann Adams @ 2012-02-15 17:47 UTC (permalink / raw)
Hi
Sorry for the sudden contact with you via email, but please i have looked
For you in the past few months now without any good result that is why i
am using this medium, i would appreciate if you did contact me for a brief
Discussion my Phone number is (+44) 703 595 6471 and email is michaelachambers@live.co.uk
Thanks In Advance
Michael Aiden
Note: All corresponding email should be sent to michaelachambers@live.co.uk for an immediate attention.
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2012-05-05 18:59 Mrs Sabah Halif
0 siblings, 0 replies; 125+ messages in thread
From: Mrs Sabah Halif @ 2012-05-05 18:59 UTC (permalink / raw)
--
Good day,my name is Mrs Sabah Halif i have a business proposal please contact me for details.
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2012-05-25 13:45 robothroli company
0 siblings, 0 replies; 125+ messages in thread
From: robothroli company @ 2012-05-25 13:45 UTC (permalink / raw)
i am robothroli, Purchase manager from roli Merchant Ltd. We are
Import/export Company based in taiwan. We are interested in purchasing
your product and I would like to make an inquiry. Please inform me on:
Sample availability and price
Minimum order quantity
FOB Prices
Sincerely
Purchase Manager
robothroli
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2012-07-24 11:46 roboth roli company
0 siblings, 0 replies; 125+ messages in thread
From: roboth roli company @ 2012-07-24 11:46 UTC (permalink / raw)
i am robothroli, Purchase manager from roli Merchant Ltd. We are
Import/export Company based in taiwan. We are interested in purchasing
your product and I would like to make an inquiry. Please inform me on:
Sample availability and price
Minimum order quantity
FOB Prices
Sincerely
Purchase Manager
robothroli
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2012-08-03 5:31 Lori Holden
0 siblings, 0 replies; 125+ messages in thread
From: Lori Holden @ 2012-08-03 5:31 UTC (permalink / raw)
To: linux-acpi
Hi there!
I was just wondering if anyone has seen this bug report as I have not
seen any developer traffic on it.
https://bugzilla.kernel.org/show_bug.cgi?id=44161
Thanks!
Lori
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
2012-10-30 4:02 [PATCH v3 7/8] ACPI, PCI: add hostbridge removal function Bjorn Helgaas
@ 2012-10-30 17:42 ` Yinghai Lu
0 siblings, 0 replies; 125+ messages in thread
From: Yinghai Lu @ 2012-10-30 17:42 UTC (permalink / raw)
To: Bjorn Helgaas, Len Brown, Taku Izumi, Jiang Liu
Cc: linux-pci, linux-acpi, Yinghai Lu
Subject: [PATCH resend 0/8] PCI, ACPI, x86: pci root bus hotplug support resources assign and remove path
1. add support for assign resource for hot add path.
2. stop and remove root bus during acpi root remove.
could get from
git://git.kernel.org/pub/scm/linux/kernel/git/yinghai/linux-yinghai.git for-pci-root-bus-hotplug
Yinghai Lu (8):
PCI: Separate out pci_assign_unassigned_bus_resources()
PCI: Move pci_rescan_bus() back to probe.c
PCI: Move out pci_enable_bridges out of assign_unsigned_bus_res
PCI, ACPI: assign unassigned resource for hot add root bus
PCI: Add pci_stop/remove_root_bus()
PCI, ACPI: Make acpi_pci_root_remove stop/remove pci root bus
PCI, ACPI: delete root bus prt during hot remove path
PCI, ACPI: remove acpi_root_driver in reserse order
drivers/acpi/pci_root.c | 21 ++++++++++++++++++++-
drivers/pci/probe.c | 22 ++++++++++++++++++++++
drivers/pci/remove.c | 36 ++++++++++++++++++++++++++++++++++++
drivers/pci/setup-bus.c | 22 +---------------------
include/linux/pci.h | 3 +++
5 files changed, 82 insertions(+), 22 deletions(-)
--
1.7.7
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2013-05-02 8:51 ..
0 siblings, 0 replies; 125+ messages in thread
From: .. @ 2013-05-02 8:51 UTC (permalink / raw)
Hi, I am Becky Mathews suffering from cancer illness, can you be my next of kin?
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2013-06-26 21:31 Yinghai Lu
0 siblings, 0 replies; 125+ messages in thread
From: Yinghai Lu @ 2013-06-26 21:31 UTC (permalink / raw)
To: stable, Greg Kroah-Hartman, Bjorn Helgaas, Rafael J. Wysocki,
Jiang Liu
Cc: Gavin Guo, linux-pci, linux-acpi, linux-kernel, Yinghai Lu
From: Yinghai Lu <yinghai@kernel.org>
Subject: [PATCH v3.9 stable] PCI: acpiphp: Re-enumerate devices when host bridge receives Bus Check
In-Reply-To: <20130605223852.GA16729@kroah.com>
Backporting for v3.9 for 3f327e39b4 (PCI: acpiphp: Re-enumerate devices when host bridge receives Bus Check).
When a PCI host bridge device receives a Bus Check notification, we
must re-enumerate starting with the bridge to discover changes (devices
that have been added or removed).
Prior to 668192b678 ("PCI: acpiphp: Move host bridge hotplug to
pci_root.c"), this happened in _handle_hotplug_event_bridge(). After that
commit, _handle_hotplug_event_bridge() is not installed for host bridges,
and the host bridge notify handler, _handle_hotplug_event_root() did not
re-enumerate.
This patch adds re-enumeration to _handle_hotplug_event_root().
This fixes cases where we don't notice the addition or removal of
PCI devices, e.g., the PCI-to-USB ExpressCard in the bugzilla below.
-v1: Backport of 3f327e39b4 to v3.9 by Bjorn Helgaas <bhelgaas@google.com>
-v2: use request_module("acpiphp") for acpiphp as module instead of built-in.
[bhelgaas: changelog, references]
Reference: https://lkml.kernel.org/r/CAAh6nkmbKR3HTqm5ommevsBwhL_u0N8Rk7Wsms_LfP=nBgKNew@mail.gmail.com
Reference: https://bugzilla.kernel.org/show_bug.cgi?id=57961
Reported-by: Gavin Guo <tuffkidtt@gmail.com>
Tested-by: Gavin Guo <tuffkidtt@gmail.com>
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
---
drivers/acpi/pci_root.c | 7 ++++++-
drivers/pci/hotplug/acpiphp_glue.c | 14 ++++++++++++++
include/linux/pci-acpi.h | 2 ++
3 files changed, 22 insertions(+), 1 deletion(-)
Index: linux-3.9.4/drivers/acpi/pci_root.c
===================================================================
--- linux-3.9.4.orig/drivers/acpi/pci_root.c
+++ linux-3.9.4/drivers/acpi/pci_root.c
@@ -665,6 +665,7 @@ static void handle_root_bridge_removal(s
kfree(ej_event);
}
+void (*acpiphp_check_host_bridge)(acpi_handle handle);
static void _handle_hotplug_event_root(struct work_struct *work)
{
struct acpi_pci_root *root;
@@ -687,7 +688,11 @@ static void _handle_hotplug_event_root(s
/* bus enumerate */
printk(KERN_DEBUG "%s: Bus check notify on %s\n", __func__,
(char *)buffer.pointer);
- if (!root)
+ if (root) {
+ request_module("acpiphp");
+ if (acpiphp_check_host_bridge)
+ acpiphp_check_host_bridge(handle);
+ } else
handle_root_bridge_insertion(handle);
break;
Index: linux-3.9.4/drivers/pci/hotplug/acpiphp_glue.c
===================================================================
--- linux-3.9.4.orig/drivers/pci/hotplug/acpiphp_glue.c
+++ linux-3.9.4/drivers/pci/hotplug/acpiphp_glue.c
@@ -1122,6 +1122,18 @@ check_sub_bridges(acpi_handle handle, u3
return AE_OK ;
}
+static void __acpiphp_check_host_bridge(acpi_handle handle)
+{
+ struct acpiphp_bridge *bridge;
+
+ bridge = acpiphp_handle_to_bridge(handle);
+ if (bridge)
+ acpiphp_check_bridge(bridge);
+
+ acpi_walk_namespace(ACPI_TYPE_DEVICE, handle,
+ ACPI_UINT32_MAX, check_sub_bridges, NULL, NULL, NULL);
+}
+
static void _handle_hotplug_event_bridge(struct work_struct *work)
{
struct acpiphp_bridge *bridge;
@@ -1305,6 +1317,7 @@ static struct acpi_pci_driver acpi_pci_h
int __init acpiphp_glue_init(void)
{
acpi_pci_register_driver(&acpi_pci_hp_driver);
+ acpiphp_check_host_bridge = __acpiphp_check_host_bridge;
return 0;
}
@@ -1317,6 +1330,7 @@ int __init acpiphp_glue_init(void)
*/
void acpiphp_glue_exit(void)
{
+ acpiphp_check_host_bridge = NULL;
acpi_pci_unregister_driver(&acpi_pci_hp_driver);
}
Index: linux-3.9.4/include/linux/pci-acpi.h
===================================================================
--- linux-3.9.4.orig/include/linux/pci-acpi.h
+++ linux-3.9.4/include/linux/pci-acpi.h
@@ -43,6 +43,8 @@ static inline acpi_handle acpi_pci_get_b
}
#endif
+extern void (*acpiphp_check_host_bridge)(acpi_handle handle);
+
#ifdef CONFIG_ACPI_APEI
extern bool aer_acpi_firmware_first(void);
#else
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2013-10-12 20:31 Innocent Eleazu
0 siblings, 0 replies; 125+ messages in thread
From: Innocent Eleazu @ 2013-10-12 20:31 UTC (permalink / raw)
Loan offer at 3% interest rate,contact: beverlyloanservices@outlook.com
Note: Reply to this Email Only: beverlyloanservices@outlook.com
==========================================================================
Darlehen Angebot bei 3% Zins, Kontakt: beverlyloanservices@outlook.com
Hinweis: Antworten Sie auf diese E-Mail nur: beverlyloanservices@outlook.com
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2013-12-21 16:48 Alex Barattini
0 siblings, 0 replies; 125+ messages in thread
From: Alex Barattini @ 2013-12-21 16:48 UTC (permalink / raw)
To: linux-acpi
[1.] One line summary of the problem:
8086:0166 [Dell Inspiron 15R 5521] Impossible to adjust the screen backlight
[2.] Full description of the problem/report:
The change in the level of illumination of the screen, through the
corresponding option in the control panel, has no effect.
[3.] Keywords :
---------------
[4.] Kernel version (from /proc/version):
Linux version 3.13.0-031300rc3-generic (apw@gomeisa) (gcc version
4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #201312061335 SMP Fri Dec 6
18:37:23 UTC 2013
[5.] Output of Oops.. message (if applicable) with symbolic
information resolved (see Documentation/oops-tracing.txt)
-------------
[6.] A small shell script or example program which triggers the
problem (if possible)
-------------
[7.] Environment
Description: Ubuntu 13.10
Release: 13.10
[7.1.] Software (add the output of the ver_linux script here)
alex@alex-Inspiron-5521:/usr/src/linux-headers-3.13.0-031300rc3/scripts$
sh ver_linux
If some fields are empty or look unusual you may have an old version.
Compare to the current minimal requirements in Documentation/Changes.
Linux alex-Inspiron-5521 3.13.0-031300rc3-generic #201312061335 SMP
Fri Dec 6 18:37:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Gnu C 4.8
Gnu make 3.81
binutils 2.23.52.20130913
util-linux 2.20.1
mount support
module-init-tools 9
e2fsprogs 1.42.8
pcmciautils 018
PPP 2.4.5
Linux C Library 2.17
Dynamic linker (ldd) 2.17
Procps 3.3.3
Net-tools 1.60
Kbd 1.15.5
Sh-utils 8.20
wireless-tools 30
Modules Loaded nls_utf8 isofs parport_pc ppdev rfcomm bnep
nls_iso8859_1 x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel
kvm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel
aes_x86_64 uvcvideo lrw gf128mul arc4 joydev iwldvm videobuf2_vmalloc
glue_helper videobuf2_memops mac80211 videobuf2_core rts5139 i915
videodev ablk_helper cryptd dell_laptop dell_wmi dcdbas sparse_keymap
snd_hda_codec_hdmi snd_hda_codec_realtek drm_kms_helper snd_hda_intel
snd_hda_codec drm iwlwifi snd_hwdep snd_pcm snd_page_alloc
snd_seq_midi snd_seq_midi_event snd_rawmidi btusb snd_seq
snd_seq_device microcode snd_timer lp mei_me lpc_ich snd cfg80211
bluetooth parport psmouse mei video serio_raw i2c_algo_bit wmi
soundcore mac_hid ahci libahci r8169 mii
[7.2.] Processor information (from /proc/cpuinfo):
alex@alex-Inspiron-5521:~$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 58
model name : Intel(R) Core(TM) i5-3337U CPU @ 1.80GHz
stepping : 9
microcode : 0x17
cpu MHz : 1875.515
cache size : 3072 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx
rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl
vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt
tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb
xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase
smep erms
bogomips : 3591.92
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 58
model name : Intel(R) Core(TM) i5-3337U CPU @ 1.80GHz
stepping : 9
microcode : 0x17
cpu MHz : 1112.765
cache size : 3072 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 2
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx
rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl
vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt
tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb
xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase
smep erms
bogomips : 3591.92
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 58
model name : Intel(R) Core(TM) i5-3337U CPU @ 1.80GHz
stepping : 9
microcode : 0x17
cpu MHz : 1331.367
cache size : 3072 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 2
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx
rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl
vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt
tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb
xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase
smep erms
bogomips : 3591.92
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 58
model name : Intel(R) Core(TM) i5-3337U CPU @ 1.80GHz
stepping : 9
microcode : 0x17
cpu MHz : 2486.250
cache size : 3072 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 2
apicid : 3
initial apicid : 3
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx
rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology
nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl
vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt
tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb
xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase
smep erms
bogomips : 3591.92
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
[7.3.] Module information (from /proc/modules):
alex@alex-Inspiron-5521:~$ cat /proc/modules
nls_utf8 12557 1 - Live 0x0000000000000000
isofs 40285 1 - Live 0x0000000000000000
parport_pc 36962 0 - Live 0x0000000000000000
ppdev 17711 0 - Live 0x0000000000000000
rfcomm 74748 12 - Live 0x0000000000000000
bnep 19884 2 - Live 0x0000000000000000
nls_iso8859_1 12713 1 - Live 0x0000000000000000
x86_pkg_temp_thermal 14269 0 - Live 0x0000000000000000
intel_powerclamp 19031 0 - Live 0x0000000000000000
coretemp 17728 0 - Live 0x0000000000000000
kvm_intel 144426 0 - Live 0x0000000000000000
kvm 468147 1 kvm_intel, Live 0x0000000000000000
crct10dif_pclmul 14250 0 - Live 0x0000000000000000
crc32_pclmul 13160 0 - Live 0x0000000000000000
ghash_clmulni_intel 13259 0 - Live 0x0000000000000000
aesni_intel 55720 0 - Live 0x0000000000000000
aes_x86_64 17131 1 aesni_intel, Live 0x0000000000000000
uvcvideo 82247 0 - Live 0x0000000000000000
lrw 13323 1 aesni_intel, Live 0x0000000000000000
gf128mul 14951 1 lrw, Live 0x0000000000000000
arc4 12573 2 - Live 0x0000000000000000
joydev 17575 0 - Live 0x0000000000000000
iwldvm 243417 0 - Live 0x0000000000000000
videobuf2_vmalloc 13216 1 uvcvideo, Live 0x0000000000000000
glue_helper 14095 1 aesni_intel, Live 0x0000000000000000
videobuf2_memops 13362 1 videobuf2_vmalloc, Live 0x0000000000000000
mac80211 654078 1 iwldvm, Live 0x0000000000000000
videobuf2_core 40972 1 uvcvideo, Live 0x0000000000000000
rts5139 318332 0 - Live 0x0000000000000000 (C)
i915 816671 4 - Live 0x0000000000000000
videodev 139761 2 uvcvideo,videobuf2_core, Live 0x0000000000000000
ablk_helper 13597 1 aesni_intel, Live 0x0000000000000000
cryptd 20530 3 ghash_clmulni_intel,aesni_intel,ablk_helper, Live
0x0000000000000000
dell_laptop 18315 0 - Live 0x0000000000000000
dell_wmi 12681 0 - Live 0x0000000000000000
dcdbas 15017 1 dell_laptop, Live 0x0000000000000000
sparse_keymap 13890 1 dell_wmi, Live 0x0000000000000000
snd_hda_codec_hdmi 46898 1 - Live 0x0000000000000000
snd_hda_codec_realtek 61978 1 - Live 0x0000000000000000
drm_kms_helper 53224 1 i915, Live 0x0000000000000000
snd_hda_intel 57222 3 - Live 0x0000000000000000
snd_hda_codec 195017 3
snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel, Live
0x0000000000000000
drm 308397 5 i915,drm_kms_helper, Live 0x0000000000000000
iwlwifi 179643 1 iwldvm, Live 0x0000000000000000
snd_hwdep 13613 1 snd_hda_codec, Live 0x0000000000000000
snd_pcm 107140 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec, Live
0x0000000000000000
snd_page_alloc 18798 2 snd_hda_intel,snd_pcm, Live 0x0000000000000000
snd_seq_midi 13324 0 - Live 0x0000000000000000
snd_seq_midi_event 14899 1 snd_seq_midi, Live 0x0000000000000000
snd_rawmidi 30465 1 snd_seq_midi, Live 0x0000000000000000
btusb 28326 0 - Live 0x0000000000000000
snd_seq 66061 2 snd_seq_midi,snd_seq_midi_event, Live 0x0000000000000000
snd_seq_device 14497 3 snd_seq_midi,snd_rawmidi,snd_seq, Live 0x0000000000000000
microcode 23788 0 - Live 0x0000000000000000
snd_timer 30038 2 snd_pcm,snd_seq, Live 0x0000000000000000
lp 17799 0 - Live 0x0000000000000000
mei_me 18578 0 - Live 0x0000000000000000
lpc_ich 21163 0 - Live 0x0000000000000000
snd 73850 17 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq_midi,snd_rawmidi,snd_seq,snd_seq_device,snd_timer,
Live 0x0000000000000000
cfg80211 509407 3 iwldvm,mac80211,iwlwifi, Live 0x0000000000000000
bluetooth 411140 22 rfcomm,bnep,btusb, Live 0x0000000000000000
parport 42481 3 parport_pc,ppdev,lp, Live 0x0000000000000000
psmouse 104142 0 - Live 0x0000000000000000
mei 82671 1 mei_me, Live 0x0000000000000000
video 19859 1 i915, Live 0x0000000000000000
serio_raw 13462 0 - Live 0x0000000000000000
i2c_algo_bit 13564 1 i915, Live 0x0000000000000000
wmi 19363 1 dell_wmi, Live 0x0000000000000000
soundcore 12680 1 snd, Live 0x0000000000000000
mac_hid 13253 0 - Live 0x0000000000000000
ahci 30063 4 - Live 0x0000000000000000
libahci 32277 1 ahci, Live 0x0000000000000000
r8169 73299 0 - Live 0x0000000000000000
mii 13981 1 r8169, Live 0x0000000000000000
[7.4.] Loaded driver and hardware information (/proc/ioports, /proc/iomem)
alex@alex-Inspiron-5521:~$ cat /proc/ioports
0000-0cf7 : PCI Bus 0000:00
0000-001f : dma1
0020-0021 : pic1
0040-0043 : timer0
0050-0053 : timer1
0060-0060 : keyboard
0062-0062 : EC data
0064-0064 : keyboard
0066-0066 : EC cmd
0070-0077 : rtc0
0080-008f : dma page reg
00a0-00a1 : pic2
00c0-00df : dma2
00f0-00ff : fpu
0400-0403 : ACPI PM1a_EVT_BLK
0404-0405 : ACPI PM1a_CNT_BLK
0408-040b : ACPI PM_TMR
0410-0415 : ACPI CPU throttle
0420-042f : ACPI GPE0_BLK
0430-0433 : iTCO_wdt
0450-0450 : ACPI PM2_CNT_BLK
0454-0457 : pnp 00:06
0458-047f : pnp 00:04
0460-047f : iTCO_wdt
0500-057f : pnp 00:04
0680-069f : pnp 00:04
0cf8-0cff : PCI conf1
0d00-ffff : PCI Bus 0000:00
1000-100f : pnp 00:04
164e-164f : pnp 00:04
2000-2fff : PCI Bus 0000:01
2000-20ff : 0000:01:00.0
2000-20ff : r8169
3000-303f : 0000:00:02.0
3040-305f : 0000:00:1f.3
3060-307f : 0000:00:1f.2
3060-307f : ahci
3080-3087 : 0000:00:1f.2
3080-3087 : ahci
3088-308f : 0000:00:1f.2
3088-308f : ahci
3090-3093 : 0000:00:1f.2
3090-3093 : ahci
3094-3097 : 0000:00:1f.2
3094-3097 : ahci
fd60-fd63 : pnp 00:04
ffff-ffff : pnp 00:04
ffff-ffff : pnp 00:04
alex@alex-Inspiron-5521:~$ cat /proc/iomem
00000000-00000fff : reserved
00001000-00087fff : System RAM
00088000-000bffff : reserved
000a0000-000bffff : PCI Bus 0000:00
000c0000-000c3fff : PCI Bus 0000:00
000c4000-000c7fff : PCI Bus 0000:00
000c8000-000cbfff : PCI Bus 0000:00
000cc000-000cffff : PCI Bus 0000:00
000d0000-000d3fff : PCI Bus 0000:00
000d4000-000d7fff : PCI Bus 0000:00
000d8000-000dbfff : PCI Bus 0000:00
000dc000-000dffff : PCI Bus 0000:00
000e0000-000e3fff : PCI Bus 0000:00
000e4000-000e7fff : PCI Bus 0000:00
000e8000-000ebfff : PCI Bus 0000:00
000ec000-000effff : PCI Bus 0000:00
000f0000-000fffff : PCI Bus 0000:00
000f0000-000fffff : System ROM
00100000-1fffffff : System RAM
02000000-0277171d : Kernel code
0277171e-02d1bdbf : Kernel data
02e78000-02fdcfff : Kernel bss
20000000-201fffff : reserved
20000000-201fffff : pnp 00:0a
20200000-40003fff : System RAM
40004000-40004fff : reserved
40004000-40004fff : pnp 00:0a
40005000-a0baffff : System RAM
a0bb0000-a13affff : reserved
a13b0000-a9dbefff : System RAM
a9dbf000-aaebefff : reserved
aaebf000-aafbefff : ACPI Non-volatile Storage
aafbf000-aaffefff : ACPI Tables
aafff000-aaffffff : System RAM
ab000000-af9fffff : reserved
aba00000-af9fffff : Graphics Stolen Memory
afa00000-feafffff : PCI Bus 0000:00
afa00000-afa00fff : pnp 00:09
b0000000-bfffffff : 0000:00:02.0
b0000000-b0407fff : BOOTFB
c0000000-c03fffff : 0000:00:02.0
c0400000-c04fffff : PCI Bus 0000:01
c0400000-c0403fff : 0000:01:00.0
c0400000-c0403fff : r8169
c0404000-c0404fff : 0000:01:00.0
c0404000-c0404fff : r8169
c0500000-c05fffff : PCI Bus 0000:02
c0500000-c0501fff : 0000:02:00.0
c0500000-c0501fff : iwlwifi
c0600000-c060ffff : 0000:00:14.0
c0600000-c060ffff : xhci_hcd
c0610000-c0613fff : 0000:00:1b.0
c0610000-c0613fff : ICH HD audio
c0614000-c061400f : 0000:00:16.0
c0614000-c061400f : mei_me
c0615000-c06150ff : 0000:00:1f.3
c0617000-c06177ff : 0000:00:1f.2
c0617000-c06177ff : ahci
c0618000-c06183ff : 0000:00:1d.0
c0618000-c06183ff : ehci_hcd
c0619000-c06193ff : 0000:00:1a.0
c0619000-c06193ff : ehci_hcd
e0000000-efffffff : PCI MMCONFIG 0000 [bus 00-ff]
e0000000-efffffff : reserved
e0000000-efffffff : pnp 00:09
feb00000-feb03fff : reserved
fec00000-fec00fff : reserved
fec00000-fec003ff : IOAPIC 0
fed00000-fed003ff : HPET 0
fed10000-fed19fff : reserved
fed10000-fed17fff : pnp 00:09
fed18000-fed18fff : pnp 00:09
fed19000-fed19fff : pnp 00:09
fed1c000-fed1ffff : reserved
fed1c000-fed1ffff : pnp 00:09
fed1f410-fed1f414 : iTCO_wdt
fed20000-fed3ffff : pnp 00:09
fed90000-fed90fff : dmar0
fed91000-fed91fff : dmar1
fee00000-fee00fff : Local APIC
fee00000-fee00fff : reserved
ff000000-ff000fff : pnp 00:09
ffb80000-ffffffff : reserved
100000000-14f5fffff : System RAM
14f600000-14fffffff : RAM buffer
[7.5.] PCI information ('lspci -vvv' as root)
alex@alex-Inspiron-5521:~$ sudo lspci -vvv
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM
Controller (rev 09)
Subsystem: Dell Device 0597
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort+ >SERR- <PERR- INTx-
Latency: 0
Capabilities: [e0] Vendor Specific Information: Len=0c <?>
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core
processor Graphics Controller (rev 09) (prog-if 00 [VGA controller])
Subsystem: Dell Device 0597
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 48
Region 0: Memory at c0000000 (64-bit, non-prefetchable) [size=4M]
Region 2: Memory at b0000000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at 3000 [size=64]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee00018 Data: 0000
Capabilities: [d0] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [a4] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: i915
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset
Family USB xHCI Host Controller (rev 04) (prog-if 30 [XHCI])
Subsystem: Dell Device 0597
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 42
Region 0: Memory at c0600000 (64-bit, non-prefetchable) [size=64K]
Capabilities: [70] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
Address: 00000000fee002f8 Data: 0000
Kernel driver in use: xhci_hcd
00:16.0 Communication controller: Intel Corporation 7 Series/C210
Series Chipset Family MEI Controller #1 (rev 04)
Subsystem: Dell Device 0597
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 45
Region 0: Memory at c0614000 (64-bit, non-prefetchable) [size=16]
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee00378 Data: 0000
Kernel driver in use: mei_me
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset
Family USB Enhanced Host Controller #2 (rev 04) (prog-if 20 [EHCI])
Subsystem: Dell Device 0597
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 0: Memory at c0619000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Debug port: BAR=1 offset=00a0
Capabilities: [98] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: ehci-pci
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset
Family High Definition Audio Controller (rev 04)
Subsystem: Dell Device 0597
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 47
Region 0: Memory at c0610000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee003d8 Data: 0000
Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
ExtTag- RBE- FLReset+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
LnkCap: Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0
<64ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot-
LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive-
BWMgmt- ABWMgmt-
Capabilities: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed- WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01
Status: NegoPending- InProgress-
VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=1 ArbSelect=Fixed TC/VC=22
Status: NegoPending- InProgress-
Capabilities: [130 v1] Root Complex Link
Desc: PortNumber=0f ComponentID=00 EltType=Config
Link0: Desc: TargetPort=00 TargetComponent=00 AssocRCRB-
LinkType=MemMapped LinkValid+
Addr: 00000000fed1c000
Kernel driver in use: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset
Family PCI Express Root Port 1 (rev c4) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 00002000-00002fff
Memory behind bridge: fff00000-000fffff
Prefetchable memory behind bridge: 00000000c0400000-00000000c04fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
ExtTag- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
LnkCap: Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <16us
ClockPM- Surprise- LLActRep+ BwNot-
LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+
BWMgmt+ ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
Slot #0, PowerLimit 10.000W; Interlock- NoCompl+
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
Changed: MRL- PresDet- LinkState+
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
RootCap: CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-,
Selectable De-emphasis: -6dB
Transmit Margin: Normal Operating Range, EnterModifiedCompliance-
ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-,
EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
Address: 00000000 Data: 0000
Capabilities: [90] Subsystem: Dell Device 0597
Capabilities: [a0] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: pcieport
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset
Family PCI Express Root Port 2 (rev c4) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 0000f000-00000fff
Memory behind bridge: c0500000-c05fffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
ExtTag- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
LnkCap: Port #2, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <16us
ClockPM- Surprise- LLActRep+ BwNot-
LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+
BWMgmt+ ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
Slot #1, PowerLimit 10.000W; Interlock- NoCompl+
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
Changed: MRL- PresDet- LinkState+
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
RootCap: CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-,
Selectable De-emphasis: -6dB
Transmit Margin: Normal Operating Range, EnterModifiedCompliance-
ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-,
EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
Address: 00000000 Data: 0000
Capabilities: [90] Subsystem: Dell Device 0597
Capabilities: [a0] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: pcieport
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset
Family USB Enhanced Host Controller #1 (rev 04) (prog-if 20 [EHCI])
Subsystem: Dell Device 0597
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 23
Region 0: Memory at c0618000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Debug port: BAR=1 offset=00a0
Capabilities: [98] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: ehci-pci
00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC
Controller (rev 04)
Subsystem: Dell Device 0597
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Capabilities: [e0] Vendor Specific Information: Len=0c <?>
Kernel driver in use: lpc_ich
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family
6-port SATA Controller [AHCI mode] (rev 04) (prog-if 01 [AHCI 1.0])
Subsystem: Dell Device 0597
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 44
Region 0: I/O ports at 3088 [size=8]
Region 1: I/O ports at 3094 [size=4]
Region 2: I/O ports at 3080 [size=8]
Region 3: I/O ports at 3090 [size=4]
Region 4: I/O ports at 3060 [size=32]
Region 5: Memory at c0617000 (32-bit, non-prefetchable) [size=2K]
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee00358 Data: 0000
Capabilities: [70] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
Capabilities: [b0] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: ahci
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family
SMBus Controller (rev 04)
Subsystem: Dell Device 0597
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin C routed to IRQ 0
Region 0: Memory at c0615000 (64-bit, non-prefetchable) [size=256]
Region 4: I/O ports at 3040 [size=32]
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
Subsystem: Dell Device 0597
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 43
Region 0: I/O ports at 2000 [size=256]
Region 2: Memory at c0404000 (64-bit, prefetchable) [size=4K]
Region 4: Memory at c0400000 (64-bit, prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee00318 Data: 0000
Capabilities: [70] Express (v2) Endpoint, MSI 01
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0
unlimited, L1 <64us
ClockPM+ Surprise- LLActRep- BwNot-
LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive-
BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Not Supported, TimeoutDis+
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-,
Selectable De-emphasis: -6dB
Transmit Margin: Normal Operating Range, EnterModifiedCompliance-
ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-,
EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [b0] MSI-X: Enable- Count=4 Masked-
Vector table: BAR=4 offset=00000000
PBA: BAR=4 offset=00000800
Capabilities: [d0] Vital Product Data
Unknown small resource type 00, will not decode more.
Capabilities: [100 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF-
MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF-
MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+
MalfTLP+ ECRC- UnsupReq- ACSViol-
CESta: RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
Capabilities: [140 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed- WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
Capabilities: [160 v1] Device Serial Number 50-00-00-00-36-4c-e0-00
Kernel driver in use: r8169
02:00.0 Network controller: Intel Corporation Centrino Wireless-N 2230 (rev c4)
Subsystem: Intel Corporation Centrino Wireless-N 2230 BGN
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 46
Region 0: Memory at c0500000 (64-bit, non-prefetchable) [size=8K]
Capabilities: [c8] Power Management version 3
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee00398 Data: 0000
Capabilities: [e0] Express (v1) Endpoint, MSI 00
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 unlimited
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+ FLReset-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 <32us
ClockPM+ Surprise- LLActRep- BwNot-
LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive-
BWMgmt- ABWMgmt-
Capabilities: [100 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF-
MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF-
MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+
MalfTLP+ ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
Capabilities: [140 v1] Device Serial Number 60-36-dd-ff-ff-cc-6b-6d
Kernel driver in use: iwlwifi
[7.6.] SCSI information (from /proc/scsi/scsi)
alex@alex-Inspiron-5521:~$ cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: ATA Model: WDC WD10JPVT-75A Rev: 01.0
Type: Direct-Access ANSI SCSI revision: 05
Host: scsi2 Channel: 00 Id: 00 Lun: 00
Vendor: PLDS Model: DVD+-RW DU-8A5HH Rev: SD11
Type: CD-ROM ANSI SCSI revision: 05
Host: scsi6 Channel: 00 Id: 00 Lun: 00
Vendor: Generic- Model: xD/SD/M.S. Rev: 1.00
Type: Direct-Access ANSI SCSI revision: 02
[7.7.] Other information that might be relevant to the problem (please
look in /proc and include all information that you think to be
relevant):
alex@alex-Inspiron-5521:~$ ls /proc
1 1372 1522 1827 2302 370 531 96 loadavg
10 1375 1523 1831 2312 371 54 97 locks
1053 1376 1524 1848 2314 376 56 acpi mdstat
1058 1381 1525 1856 24 377 57 asound meminfo
1063 1383 153 1858 2423 38 576 buddyinfo misc
1064 1386 154 1859 2427 386 58 bus modules
1068 1391 155 1863 2432 387 59 cgroups mounts
11 1396 1555 1885 2466 388 60 cmdline mtrr
1145 1397 157 189 25 39 61 consoles net
1149 1399 1574 1894 26 40 62 cpuinfo pagetypeinfo
1162 14 1579 19 2679 41 7 crypto partitions
1168 1406 1598 1900 2688 410 717 devices sched_debug
1185 1408 16 1901 2689 412 735 diskstats schedstat
1188 1443 160 1902 27 42 74 dma scsi
12 1464 1638 1908 2763 420 749 driver self
1209 1467 1639 1909 2766 43 752 execdomains slabinfo
1214 1469 1680 1930 2776 44 782 fb softirqs
1224 148 17 1938 28 45 796 filesystems stat
1225 149 172 1944 29 46 8 fs swaps
1239 1498 173 1965 297 466 822 interrupts sys
13 15 1785 2 3 47 824 iomem sysrq-trigger
1306 150 1787 20 304 476 831 ioports sysvipc
1310 1506 1788 2031 31 477 850 irq timer_list
1316 151 1789 2037 32 478 856 kallsyms timer_stats
1319 1510 1795 2054 33 49 860 kcore tty
1348 1511 18 21 34 5 865 key-users uptime
1351 1515 1800 22 341 50 870 kmsg version
1352 1517 1810 2213 35 51 872 kpagecount vmallocinfo
1354 1518 1814 2235 36 52 875 kpageflags vmstat
1368 152 1822 23 37 53 9 latency_stats zoneinfo
[X.] Other notes, patches, fixes, workarounds:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1261853
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2014-02-28 11:55 Juanita Brunelle
0 siblings, 0 replies; 125+ messages in thread
From: Juanita Brunelle @ 2014-02-28 11:55 UTC (permalink / raw)
Please is your email active? Please Revert back to us with your full informations for claim of 3,000,000.00. Regards, Mrs. Juanita Brunelle. Reply to : msellenmore8@rogers.com<mailto:msellenmore8@rogers.com>
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2014-03-23 13:48 Fiser, Sarah A.
0 siblings, 0 replies; 125+ messages in thread
From: Fiser, Sarah A. @ 2014-03-23 13:48 UTC (permalink / raw)
Fast and urgent funding for you, if interested, contact us via: bevloanservicess@webadicta.org<mailto:bevloanservicess@webadicta.org>
============================================================================================
schnelle und dringende Finanzierung für Sie, bei Interesse, kontaktieren Sie uns per E-Mail: bevloanservicess@webadicta.org<mailto:bevloanservicess@webadicta.org>
________________________________
The information contained in this e-mail message is intended solely for
the recipient(s) and may contain privileged information. Tampering with
or altering the contents of this message is prohibited. This information
is the same as any written document and may be subject to all rules
governing public information according to Florida Statutes. Any message
that falls under Chapter 119 shall not be altered in a manner that
misrepresents the activities of Orange County Public Schools.
[References: Florida State Constitution I.24, Florida State Statutes
Chapter 119, and OCPS Management Directive A-9.] If you have received
this message in error, or are not the named recipient notify the sender
and delete this message from your computer.
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown)
[not found] ` <1029456579.471640.1414325300884.JavaMail.yahoo@jws100103.mail.ne1.yahoo.com>
@ 2014-10-26 12:08 ` STANDARD BANK
0 siblings, 0 replies; 125+ messages in thread
From: STANDARD BANK @ 2014-10-26 12:08 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain, Size: 43 bytes --]
OPEN THE ATTACHED FILE AND GET BACK TO US.
[-- Attachment #2: STANDARD BANK.docx --]
[-- Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document, Size: 13094 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown)
[not found] ` <1480763910.146593.1414958012342.JavaMail.yahoo@jws10033.mail.ne1.yahoo.com>
@ 2014-11-02 19:54 ` MRS GRACE MANDA
0 siblings, 0 replies; 125+ messages in thread
From: MRS GRACE MANDA @ 2014-11-02 19:54 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain, Size: 71 bytes --]
This is Mrs Grace Manda ( Please I need your Help is Urgent).
[-- Attachment #2: Mrs Grace Manda.rtf --]
[-- Type: application/rtf, Size: 35796 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2014-11-20 2:49 James Rodriguez
0 siblings, 0 replies; 125+ messages in thread
From: James Rodriguez @ 2014-11-20 2:49 UTC (permalink / raw)
Do you need a loan if yes contact us now.with:Name Amount Duration&Phone..Reply to j.rodriiguezdept@gmail.com
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2015-03-09 4:09 Mrs. Olga
0 siblings, 0 replies; 125+ messages in thread
From: Mrs. Olga @ 2015-03-09 4:09 UTC (permalink / raw)
I have a business transaction which I need your assistant, please if you are interested do contact me for more details.
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2015-03-12 11:49 pepa6.es
0 siblings, 0 replies; 125+ messages in thread
From: pepa6.es @ 2015-03-12 11:49 UTC (permalink / raw)
Proposal,
Respond to my personal email; mrs.zhangxiao1962@outlook.
com
Yours Sincerely.
Mrs. Zhang Xiao (Accounts book Keeper)
Angang
Steel Company Limited
396 Nan Zhong Hua Lu, Tie Dong District Anshan,
Liaoning 114021, China.
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown)
@ 2015-04-14 2:06 Joan
0 siblings, 0 replies; 125+ messages in thread
From: Joan @ 2015-04-14 2:06 UTC (permalink / raw)
To: linux-acpi
Good day ,
Any bag or clothing accessories is available . welcome to ask me at any time . any quantity could do .
Thanks
Joan
sales department
Sonier Pins Co.,Ltd.
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2015-07-01 11:53 Sasnett_Karen
0 siblings, 0 replies; 125+ messages in thread
From: Sasnett_Karen @ 2015-07-01 11:53 UTC (permalink / raw)
Haben Sie einen Investor brauchen?
Haben Sie geschäftliche oder persönliche Darlehen benötigen?
Wir geben Darlehen an eine natürliche Person und Unternehmen bei 3% Zinsen jährlich. Weitere Informationen Kontaktieren Sie uns per E-Mail: omfcreditspa@hotmail.com<mailto:omfcreditspa@hotmail.com>
HINWEIS: Leiten Sie Ihre Antwort nur an diese E-Mail: omfcreditspa@hotmail.com<mailto:omfcreditspa@hotmail.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2015-08-20 7:12 Mark Singer
0 siblings, 0 replies; 125+ messages in thread
From: Mark Singer @ 2015-08-20 7:12 UTC (permalink / raw)
Do you need an investor?
Our investors fund project and business. We also give out loan/credit to any individual and company at 3% interest rate yearly. For more information, Contact us via Email: devonfps@gmail.com
If you need an investor or quick funding, forward your response ONLY to this E-mail: devonfps@gmail.com
....
Haben Sie einen Investor brauchen?
Unsere Investoren Fonds Projekt- und Geschäfts. Wir geben auch Darlehen / Kredite an jeden einzelnen und Unternehmen bei 3% Zinsen jährlich. Für weitere Informationen, kontaktieren Sie uns per E-Mail: devonfps@gmail.com
Wenn Sie ein Investor oder schnelle Finanzierung benötigen, senden Sie Ihre Antwort nur auf diese E-mail: devonfps@gmail.com --
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2015-09-07 19:34 Mary Williams
0 siblings, 0 replies; 125+ messages in thread
From: Mary Williams @ 2015-09-07 19:34 UTC (permalink / raw)
ARE YOU IN NEED OF LOAN @ 3% INTEREST RATE FOR BUSINESS AND PRIVATE PURPOSES?
IF YES: FILL AND RETURN
Name: =======
Amount needed: ===
Duration: =====
country ======
Mobile number=======
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2015-09-23 17:16 funds1222222
0 siblings, 0 replies; 125+ messages in thread
From: funds1222222 @ 2015-09-23 17:16 UTC (permalink / raw)
To: Recipients
We Give Out Loans For 3% Interest Rate And We Offer Loans From $5,000 To $50,000,000.00, Are You Looking To Buy A House Car Or Company Or Start Up A Truck Company or Buy A Truck Or Personal Loans, Email Us At jerrysmith@inbox.lv With Amount Needed And Phone Number.
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2015-09-27 10:22 Alan Beamer
0 siblings, 0 replies; 125+ messages in thread
From: Alan Beamer @ 2015-09-27 10:22 UTC (permalink / raw)
Do you need an investor?
Our investors fund project and business. We also give out loan/credit to any individual and company at 3% interest rate yearly. For more information, Contact us via Email: omfcreditsrl@gmail.com<mailto:omfcreditsrl@gmail.com>
If you need an investor or quick funding, forward your response ONLY to this E-mail: omfcreditsrl@gmail.com<mailto:omfcreditsrl@gmail.com>
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown)
[not found] ` <1222680849.4926598.1455622523774.JavaMail.yahoo@mail.yahoo.com>
@ 2016-02-16 11:36 ` WESTERN UNION MONEY TRANSFER
0 siblings, 0 replies; 125+ messages in thread
From: WESTERN UNION MONEY TRANSFER @ 2016-02-16 11:36 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain, Size: 33 bytes --]
READ ATTACHMENT FOR YOUR WINNING
[-- Attachment #2: WESTERN_UNION_WINNING.pdf --]
[-- Type: application/pdf, Size: 72981 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2016-05-16 15:47 kchristopher
0 siblings, 0 replies; 125+ messages in thread
From: kchristopher @ 2016-05-16 15:47 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 5153960517661_linux-acpi.zip --]
[-- Type: application/zip, Size: 2112 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2016-11-29 5:51 h.piontek
0 siblings, 0 replies; 125+ messages in thread
From: h.piontek @ 2016-11-29 5:51 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: MESSAGE_428046_linux-acpi.zip --]
[-- Type: application/zip, Size: 2319 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2016-12-03 17:18 lswedroe
0 siblings, 0 replies; 125+ messages in thread
From: lswedroe @ 2016-12-03 17:18 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: MESSAGE_40_linux-acpi.zip --]
[-- Type: application/zip, Size: 1442 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2016-12-14 9:45 Mr Friedrich Mayrhofer
0 siblings, 0 replies; 125+ messages in thread
From: Mr Friedrich Mayrhofer @ 2016-12-14 9:45 UTC (permalink / raw)
Good Day,
This is the second time i am sending you this mail.
I, Friedrich Mayrhofer Donate $ 1,000,000.00 to You, Email Me
personally for more details.
Regards.
Friedrich Mayrhofer
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-01-11 2:43 info
0 siblings, 0 replies; 125+ messages in thread
From: info @ 2017-01-11 2:43 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 998944767346.zip --]
[-- Type: application/zip, Size: 49782 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-01-11 12:54 info
0 siblings, 0 replies; 125+ messages in thread
From: info @ 2017-01-11 12:54 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 286560328358.zip --]
[-- Type: application/zip, Size: 36986 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown)
[not found] ` <763613544.2280970.1487739924449@mail.yahoo.com>
@ 2017-02-22 5:06 ` DR ANDASON PHILLIP
0 siblings, 0 replies; 125+ messages in thread
From: DR ANDASON PHILLIP @ 2017-02-22 5:06 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: YOUR ATM CARD.pdf --]
[-- Type: application/pdf, Size: 28008 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-04-16 8:52 geir.nuland
0 siblings, 0 replies; 125+ messages in thread
From: geir.nuland @ 2017-04-16 8:52 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: EMAIL_75980237014631_linux-acpi.zip --]
[-- Type: application/zip, Size: 2036 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-04-18 2:53 h.piontek
0 siblings, 0 replies; 125+ messages in thread
From: h.piontek @ 2017-04-18 2:53 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: EMAIL_259096023_linux-acpi.zip --]
[-- Type: application/zip, Size: 1206 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-04-21 17:44 Mr.Jerry Smith
0 siblings, 0 replies; 125+ messages in thread
From: Mr.Jerry Smith @ 2017-04-21 17:44 UTC (permalink / raw)
We Give Out Loans At 3% Interest Rate And We Offer Loans From $5,000 To $50,000,000.00, Are You Looking To Buy A House Car Or Company Or Start Up A Truck Company or Buy A Truck Or Personal Loans Or Business Loan, Email Us At jerryfunds11@inbox.lv With Amount Needed And Phone Number.
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-05-20 8:14 ecaterinasuciu09
0 siblings, 0 replies; 125+ messages in thread
From: ecaterinasuciu09 @ 2017-05-20 8:14 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 0482411662588.zip --]
[-- Type: application/zip, Size: 2825 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-06-01 2:25 kbennett
0 siblings, 0 replies; 125+ messages in thread
From: kbennett @ 2017-06-01 2:25 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 652137435079.zip --]
[-- Type: application/zip, Size: 3170 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-06-09 1:31 durrant
0 siblings, 0 replies; 125+ messages in thread
From: durrant @ 2017-06-09 1:31 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 48480.zip --]
[-- Type: application/zip, Size: 3163 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-06-10 14:34 kbennett
0 siblings, 0 replies; 125+ messages in thread
From: kbennett @ 2017-06-10 14:34 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 0630938972524.zip --]
[-- Type: application/zip, Size: 5025 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-06-12 7:28 webmaster
0 siblings, 0 replies; 125+ messages in thread
From: webmaster @ 2017-06-12 7:28 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 24874228775.zip --]
[-- Type: application/zip, Size: 4916 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-06-13 9:59 lizdebeth_
0 siblings, 0 replies; 125+ messages in thread
From: lizdebeth_ @ 2017-06-13 9:59 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 6313991237204.zip --]
[-- Type: application/zip, Size: 3459 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-06-14 1:06 durrant
0 siblings, 0 replies; 125+ messages in thread
From: durrant @ 2017-06-14 1:06 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 394898621633.zip --]
[-- Type: application/zip, Size: 3509 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-06-15 8:37 ecaterinasuciu09
0 siblings, 0 replies; 125+ messages in thread
From: ecaterinasuciu09 @ 2017-06-15 8:37 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 57413395.zip --]
[-- Type: application/zip, Size: 4905 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-06-20 0:47 durrant
0 siblings, 0 replies; 125+ messages in thread
From: durrant @ 2017-06-20 0:47 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 1142760447.zip --]
[-- Type: application/zip, Size: 3184 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-06-22 2:13 ecaterinasuciu09
0 siblings, 0 replies; 125+ messages in thread
From: ecaterinasuciu09 @ 2017-06-22 2:13 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 83837.zip --]
[-- Type: application/zip, Size: 2080 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-06-29 10:39 lizdebeth_
0 siblings, 0 replies; 125+ messages in thread
From: lizdebeth_ @ 2017-06-29 10:39 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 933271400.zip --]
[-- Type: application/zip, Size: 3368 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-07-02 20:26 tabiadhawatef
0 siblings, 0 replies; 125+ messages in thread
From: tabiadhawatef @ 2017-07-02 20:26 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: EMAIL_7709270_linux-acpi.zip --]
[-- Type: application/zip, Size: 3153 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-07-03 1:28 h.piontek
0 siblings, 0 replies; 125+ messages in thread
From: h.piontek @ 2017-07-03 1:28 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: EMAIL_8799211_linux-acpi.zip --]
[-- Type: application/zip, Size: 3184 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-07-17 23:02 h.piontek
0 siblings, 0 replies; 125+ messages in thread
From: h.piontek @ 2017-07-17 23:02 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: "EMAIL_50994155839_linux-acpi.zip --]
[-- Type: application/zip, Size: 3182 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-07-18 20:28 lizdebeth_
0 siblings, 0 replies; 125+ messages in thread
From: lizdebeth_ @ 2017-07-18 20:28 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: "EMAIL_3186527_linux-acpi.zip --]
[-- Type: application/zip, Size: 2797 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-07-31 11:49 kchristopher
0 siblings, 0 replies; 125+ messages in thread
From: kchristopher @ 2017-07-31 11:49 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: EMAIL_5391549_linux-acpi.zip --]
[-- Type: application/zip, Size: 2620 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-08-01 4:40 durrant
0 siblings, 0 replies; 125+ messages in thread
From: durrant @ 2017-08-01 4:40 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: EMAIL_935589887_linux-acpi.zip --]
[-- Type: application/zip, Size: 2665 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-08-02 1:05 lizdebeth_
0 siblings, 0 replies; 125+ messages in thread
From: lizdebeth_ @ 2017-08-02 1:05 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: EMAIL_491213_linux-acpi.zip --]
[-- Type: application/zip, Size: 2806 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-08-04 5:04 durrant
0 siblings, 0 replies; 125+ messages in thread
From: durrant @ 2017-08-04 5:04 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 62318405.zip --]
[-- Type: application/zip, Size: 2982 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-08-06 23:55 webmaster
0 siblings, 0 replies; 125+ messages in thread
From: webmaster @ 2017-08-06 23:55 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: INFO_896228080802293_linux-acpi.zip --]
[-- Type: application/zip, Size: 2787 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-08-09 0:04 h.piontek
0 siblings, 0 replies; 125+ messages in thread
From: h.piontek @ 2017-08-09 0:04 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 113823879477495.zip --]
[-- Type: application/zip, Size: 2792 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-08-11 4:42 lizdebeth_
0 siblings, 0 replies; 125+ messages in thread
From: lizdebeth_ @ 2017-08-11 4:42 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 600195769.zip --]
[-- Type: application/zip, Size: 2790 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-08-11 9:18 jonathan.malihan
0 siblings, 0 replies; 125+ messages in thread
From: jonathan.malihan @ 2017-08-11 9:18 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 27221324329.zip --]
[-- Type: application/zip, Size: 2776 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-08-12 1:11 lizdebeth_
0 siblings, 0 replies; 125+ messages in thread
From: lizdebeth_ @ 2017-08-12 1:11 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 6367947931.zip --]
[-- Type: application/zip, Size: 2814 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-08-14 16:53 durrant
0 siblings, 0 replies; 125+ messages in thread
From: durrant @ 2017-08-14 16:53 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 72821751043628.zip --]
[-- Type: application/zip, Size: 10391 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-09-05 14:02 ecaterinasuciu09
0 siblings, 0 replies; 125+ messages in thread
From: ecaterinasuciu09 @ 2017-09-05 14:02 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 7_linux-acpi.zip --]
[-- Type: application/zip, Size: 3435 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-09-07 7:05 tabiadhawatef
0 siblings, 0 replies; 125+ messages in thread
From: tabiadhawatef @ 2017-09-07 7:05 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 52593.doc --]
[-- Type: application/msword, Size: 39787 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-09-29 21:29 info
0 siblings, 0 replies; 125+ messages in thread
From: info @ 2017-09-29 21:29 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 6897516.zip --]
[-- Type: application/zip, Size: 7285 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-10-02 20:31 kchristopher
0 siblings, 0 replies; 125+ messages in thread
From: kchristopher @ 2017-10-02 20:31 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 11465.zip --]
[-- Type: application/zip, Size: 7245 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-10-06 11:55 info
0 siblings, 0 replies; 125+ messages in thread
From: info @ 2017-10-06 11:55 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: BUY-517182571linux-acpi.zip --]
[-- Type: application/zip, Size: 7281 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-10-09 6:17 durrant
0 siblings, 0 replies; 125+ messages in thread
From: durrant @ 2017-10-09 6:17 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 593592994.zip --]
[-- Type: application/zip, Size: 7328 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-10-11 19:29 info
0 siblings, 0 replies; 125+ messages in thread
From: info @ 2017-10-11 19:29 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 85891743224441.zip --]
[-- Type: application/zip, Size: 2775 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-10-15 22:07 info
0 siblings, 0 replies; 125+ messages in thread
From: info @ 2017-10-15 22:07 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: 377462.zip --]
[-- Type: application/zip, Size: 2740 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-10-17 7:00 lswedroe
0 siblings, 0 replies; 125+ messages in thread
From: lswedroe @ 2017-10-17 7:00 UTC (permalink / raw)
To: linux-acpi
[-- Attachment #1: EMAILS_540361938616_linux-acpi.zip --]
[-- Type: application/zip, Size: 35488 bytes --]
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2017-11-12 15:09 Friedrich Mayrhofer
0 siblings, 0 replies; 125+ messages in thread
From: Friedrich Mayrhofer @ 2017-11-12 15:09 UTC (permalink / raw)
This is the second time i am sending you this Email.
I, Friedrich Mayrhofer Donate $ 1,000,000.00 to You, Email Me
personally for more details.
Regards.
Friedrich Mayrhofer
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown),
@ 2018-02-12 1:39 Alfred Cheuk Chow
0 siblings, 0 replies; 125+ messages in thread
From: Alfred Cheuk Chow @ 2018-02-12 1:39 UTC (permalink / raw)
Good Day,
I am Mr. Alfred Cheuk Yu Chow, the Director for Credit & Marketing Chong
Hing Bank, Hong Kong, Chong Hing Bank Center, 24 Des Voeux Road Central,
Hong Kong. I have a business proposal of $ 38,980,369.00.
All confirmable documents to back up the claims will be made available
to you prior to your acceptance and as soon as I receive your return
mail.
Best Regards,
Alfred Chow.
^ permalink raw reply [flat|nested] 125+ messages in thread
* (unknown)
@ 2019-04-05 2:38 Changbin Du
0 siblings, 0 replies; 125+ messages in thread
From: Changbin Du @ 2019-04-05 2:38 UTC (permalink / raw)
To: Jonathan Corbet
Cc: Rafael J. Wysocki, Changbin Du, Rafael J. Wysocki, Len Brown,
ACPI Devel Maling List, Linux Kernel Mailing List,
open list:DOCUMENTATION, Bjorn Helgaas
Bcc:
Subject: Re: [PATCH v2 00/24] Include linux ACPI docs into Sphinx TOC tree
Reply-To:
In-Reply-To: <20190403133613.13f3fd75@lwn.net>
+ Bjorn
On Wed, Apr 03, 2019 at 01:36:13PM -0600, Jonathan Corbet wrote:
> On Tue, 2 Apr 2019 10:25:23 +0200
> "Rafael J. Wysocki" <rafael@kernel.org> wrote:
>
> > There are ACPI-related documents currently in Documentation/acpi/ that
> > don't clearly fall under either driver-api or admin-guide. For
> > example, some of them describe various aspects of the ACPI support
> > subsystem operation and some document expectations with respect to the
> > ACPI tables provided by the firmware etc.
> >
> > Where would you recommend to put them after converting to .rst?
>
> OK, I've done some pondering on this. Maybe what we need is a new
> top-level "hardware guide" book meant to hold information on how the
> hardware works and what the kernel's expectations are. Architecture
> information could maybe go there too. Would this make sense?
>
> If so, I could see a division like this:
>
> Hardware guide
> acpi-lid
> aml-debugger (or maybe driver api?)
> debug (ditto)
> DSD-properties-rules
> gpio-properties
> i2c-muxes
>
> Admin guide
> cppc_sysfs
> initrd_table_override
>
> Driver-API
> enumeration
> scan_handlers
>
> other:
> dsdt-override: find another home for those five lines
>
Then, should we create dedicated sub-directories for these new charpters and
move documents to coresspoding one? Now we have 'admin-guide' and all admin-guid
docs are under it, otherwise we will have reference across different folders.
For example, the 'admin-guide/index.rst' will have:
...
../acpi/osi
...
Which seems not good.
> ...and so on. I've probably gotten at least one of those wrong, but that's
> the idea.
>
> Of course, then it would be nice to better integrate those documents so
> that they fit into a single coherent whole...a guy can dream...:)
>
I am not an adminstrator, so I don't know how adminstrators use this kernel
documentation. But as a kernel developer, I prefer all related documents
integrated into one charpter. Because I probably miss some useful sections
if the documents are distributed into several charpters. And this is usually
how a book is written (One charpter focus on one topic and has sub-sections
such as overview, backgroud knowledge, implemenation details..),
but a book mostly target on hypothetical readers...
> Thanks,
>
> jon
--
Cheers,
Changbin Du
^ permalink raw reply [flat|nested] 125+ messages in thread
end of thread, other threads:[~2019-04-05 2:38 UTC | newest]
Thread overview: 125+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-06 8:49 (unknown), Jurij
-- strict thread matches above, loose matches on Subject: below --
2019-04-05 2:38 (unknown) Changbin Du
2018-02-12 1:39 (unknown), Alfred Cheuk Chow
2017-11-12 15:09 (unknown), Friedrich Mayrhofer
2017-10-17 7:00 (unknown), lswedroe
2017-10-15 22:07 (unknown), info
2017-10-11 19:29 (unknown), info
2017-10-09 6:17 (unknown), durrant
2017-10-06 11:55 (unknown), info
2017-10-02 20:31 (unknown), kchristopher
2017-09-29 21:29 (unknown), info
2017-09-07 7:05 (unknown), tabiadhawatef
2017-09-05 14:02 (unknown), ecaterinasuciu09
2017-08-14 16:53 (unknown), durrant
2017-08-12 1:11 (unknown), lizdebeth_
2017-08-11 9:18 (unknown), jonathan.malihan
2017-08-11 4:42 (unknown), lizdebeth_
2017-08-09 0:04 (unknown), h.piontek
2017-08-06 23:55 (unknown), webmaster
2017-08-04 5:04 (unknown), durrant
2017-08-02 1:05 (unknown), lizdebeth_
2017-08-01 4:40 (unknown), durrant
2017-07-31 11:49 (unknown), kchristopher
2017-07-18 20:28 (unknown), lizdebeth_
2017-07-17 23:02 (unknown), h.piontek
2017-07-03 1:28 (unknown), h.piontek
2017-07-02 20:26 (unknown), tabiadhawatef
2017-06-29 10:39 (unknown), lizdebeth_
2017-06-22 2:13 (unknown), ecaterinasuciu09
2017-06-20 0:47 (unknown), durrant
2017-06-15 8:37 (unknown), ecaterinasuciu09
2017-06-14 1:06 (unknown), durrant
2017-06-13 9:59 (unknown), lizdebeth_
2017-06-12 7:28 (unknown), webmaster
2017-06-10 14:34 (unknown), kbennett
2017-06-09 1:31 (unknown), durrant
2017-06-01 2:25 (unknown), kbennett
2017-05-20 8:14 (unknown), ecaterinasuciu09
2017-04-21 17:44 (unknown), Mr.Jerry Smith
2017-04-18 2:53 (unknown), h.piontek
2017-04-16 8:52 (unknown), geir.nuland
[not found] <1771828252.1867143.1486725329404.ref@mail.yahoo.com>
[not found] ` <1771828252.1867143.1486725329404@mail.yahoo.com>
[not found] ` <362116259.1841028.1486725756488@mail.yahoo.com>
[not found] ` <1418971482.1876011.1486725827782@mail.yahoo.com>
[not found] ` <781770619.1914371.1486725880495@mail.yahoo.com>
[not found] ` <1842722123.458239.1486738412986@mail.yahoo.com>
[not found] ` <1988971450.1919957.1486738465269@mail.yahoo.com>
[not found] ` <2009483472.1959807.1486738532101@mail.yahoo.com>
[not found] ` <700044894.458801.1486738592344@mail.yahoo.com>
[not found] ` <1679468659.1943183.1486738646052@mail.yahoo.com>
[not found] ` <162360655.2032263.1486743641678@mail.yahoo.com>
[not found] ` <1111317252.1888703.1486743688716@mail.yahoo.com>
[not found] ` <845911663.2021263.1486743732973@mail.yahoo.com>
[not found] ` <2098808266.2026487.1486743776423@mail.yahoo.com>
[not found] ` <568782206.2040087.1486743821882@mail.yahoo.com>
[not found] ` <19843461.2458888.1486807264129@mail.yahoo .com>
[not found] ` <641276465.2418779.1486807323305@mail.yahoo.com>
[not found] ` <390323133.2325381.1486807369870@mail.yahoo.com>
[not found] ` <1403941115.2453941.1486807413560@mail.yahoo.com>
[not found] ` <1277591292.2446250.1486807455917@mail.yahoo.com>
[not found] ` <1213689794.2466613.1486815359337@mail.yahoo.com>
[not found] ` <329782595.2476773.1486815413044@mail.yahoo.com>
[not found] ` <1973633957.2390033.1486815459726@mail.yahoo.com>
[not found] ` <1477693835.2468079.1486815506109@mail.yahoo.com>
[not found] ` <1808615318.2452083.1486815556720@mail.yahoo.com>
[not found] ` <603828148.2508650.1486823074184@mail.yahoo.com>
[not found] ` <1787007361.2513644.1486823124149@mail.yahoo.com>
[not found] ` <845262684.2377129.1486823170993@mail.yahoo.com>
[not found] ` <419777068.2512512.1486823225012@mail.yahoo.com>
[not found] ` <232385099.2515850.1486830177167@mail.yahoo.com>
[not found] ` <218971376.2576178.1486830217194@mail.yahoo.com>
[not found] ` <2021140041.2546157.1486830247344@mail.yahoo.com>
[not found] ` <448230626.2487309.1486830282386@mail.yahoo.com>
[not found] ` <2079672177.2544802.1486830312151@mail.yahoo.com>
[not found] ` <1630849281.2540966.1486902595035@mail.yahoo.com>
[not found] ` <1763670160.2830682.1486902646696@mail.yahoo.com>
[not found] ` <964451657.2841851.1486902695591@mail.yahoo.com>
[not found] ` <516693761.2834417.1486902743162@mail.yahoo.com>
[not found] ` <461796533.2811268.1486902801495@mail.yahoo.com>
[not found] ` <713444900.2811703.1486907914861@mail.yahoo.com>
[not found] ` <302588613.2808166.1486907951385@mail.yahoo.com>
[not found] ` <1622557777.1213917.1486907992370@mail.yahoo.com>
[not found] ` <2064564951.2810235.1486908043751@mail.yahoo.com>
[not found] ` <442326396.3090755.1486973430527@mail.yahoo.com>
[not found] ` <518762456.3172842.1486973474413@mail.yahoo.com>
[not found] ` <522771675.3250061.1486973515470@mail.yahoo.com>
[not found] ` <1528572129.3231295.1486973562972@mail.yahoo.com>
[not found] ` <1997972092.3216726.1486973619057@mail.yahoo.com>
[not found] ` <172315 5515.3200469.1486978792361@mail.yahoo.com>
[not found] ` <1535140240.3250394.1486978848738@mail.yahoo.com>
[not found] ` <1684778328.3209409.1486978901145@mail.yahoo.com>
[not found] ` <1677088215.3214109.1486978951402@mail.yahoo.com>
[not found] ` <864043271.2969648.1486979004523@mail.yahoo.com>
[not found] ` <1363436970.3248457.1486985168733@mail.yahoo.com>
[not found] ` <988334087.3285220.1486985218306@mail.yahoo.com>
[not found] ` <1927028744.3292897.1486985258054@mail.yahoo.com>
[not found] ` <841727306.3314561.1486985306658@mail.yahoo.com>
[not found] ` <1530267099.3983583.1487060768443@mail.yahoo.com>
[not found] ` <739265803.3926080.1487060816047@mail.yahoo.com>
[not found] ` <1513400527.3968180.1487060856715@mail.yahoo.com>
[not found] ` <531389155.4002715.1487060905075@mail.yahoo.com>
[not found] ` <895049946.4061735.1487060954342@mail.yahoo.com>
[not found] ` <1784122856.4044434.1487065908235@mail.yahoo.com>
[not found] ` <1407078631.4020482.1487065957415@mail.yahoo.com>
[not found] ` <1839327034 .4067597.1487065997225@mail.yahoo.com>
[not found] ` <810244449.4029107.1487066033810@mail.yahoo.com>
[not found] ` <1095781515.608534.1487066088438@mail.yahoo.com>
[not found] ` <106819403.4076657.1487073151896@mail.yahoo.com>
[not found] ` <389117608.4110828.1487073193205@mail.yahoo.com>
[not found] ` <386158465.4086294.1487073241229@mail.yahoo.com>
[not found] ` <955001158.3929300.1487073321885@mail.yahoo.com>
[not found] ` <701155907.390358.1487239942052@mail.yahoo.com>
[not found] ` <83923247.405083.1487239972689@mail.yahoo.com>
[not found] ` <1733323291.394405.1487240008443@mail.yahoo.com>
[not found] ` <1295161698.440984.1487248883658@mail.yahoo.com>
[not found] ` <1210050213.428345.1487248904890@mail.yahoo.com>
[not found] ` <631568915.469124.1487248931915@mail.yahoo.com>
[not found] ` <287722.487339.1487248955653@mail.yahoo.com>
[not found] ` <1417564216.1088735.1487316834261@mail.yahoo.com>
[not found] ` <713636483.1053558.1487316903911@mail.yahoo.com>
[not found] ` <763613544.2280970.1487739924449@mail.yahoo.com>
2017-02-22 5:06 ` (unknown) DR ANDASON PHILLIP
2017-01-11 12:54 (unknown), info
2017-01-11 2:43 (unknown), info
2016-12-14 9:45 (unknown), Mr Friedrich Mayrhofer
2016-12-03 17:18 (unknown), lswedroe
2016-11-29 5:51 (unknown), h.piontek
2016-05-16 15:47 (unknown), kchristopher
[not found] <1230452577.2656353.1452358502257.JavaMail.yahoo.ref@mail.yahoo.com>
[not found] ` <1230452577.2656353.1452358502257.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1716277561.2658732.1452358529527.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1968105255.2669152.1452358552424.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1793717263.2678134.1452358585833.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <104083555.2657451.1452358609611.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1076601057.3198277.1452516604891.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <41508990.3349881.1452516637416.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <819791717.3309213.1452516666178.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1859844893.3359033.1452516703329.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1209900645.3363940.1452516734366.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <722407557.4055610.1452598179301.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <15338576 12.3999360.1452598216321.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1217152484.4000448.1452598253742.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1959197406.3852824.1452598286434.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1013645440.3980510.1452598322091.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <95607198.4055649.1452605534361.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1194909989.4116724.1452605572069.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1872344360.3900958.1452605601355.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1767520438.4020646.1452605627006.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1255893341.4037472.1452605666412.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1820757037.4080667.1452611491583.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <814472098.3998614.1452611520894.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <23225522.4108865.1452611548069.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <236986486.3890202.1452611577845 .JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1340761007.4094730.1452611613509.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <439573249.4578557.1452672949962.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <293944960.4600324.1452672974687.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <897301602.4582950.1452672999040.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <363180375.4633257.1452673107225.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <350602177.974245.1452673141911.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <2022702308.4673139.1452680322610.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1610020632.4629393.1452680350391.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <333140794.4700519.1452680379371.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <902983052.4645436.1452680417052.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <125862452.4636825.1452680441734.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1094615852.4555477.1452693216093.JavaMail.yahoo@mail.yahoo. com>
[not found] ` <1867966714.4704436.1452693251194.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1255931484.4715204.1452693303099.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <676467399.4479337.1452693338710.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1072618565.4705486.1452693387868.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <349706432.5276940.1452761261680.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1552663378.5301783.1452761333744.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <630829133.5235320.1452761390703.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <907595456.4817500.1452761429539.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <479694266.4655689.1452761465958.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <370060311.5056220.1452767015476.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <264912373.5348086.1452767045383.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1437672429.5335947.1452767075562.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <519394679.5322836.1 452767124717.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <936190297.5397294.1452767167196.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1476994894.5354271.1452774514304.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <541683891.5389976.1452774549771.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1394137301.5340313.1452774577917.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <390399949.605337.1452774618458.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1993563799.5413836.1452774647836.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1588997907.5378977.1452782998199.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1636012964.5460028.1452783074623.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <115120680.5365813.1452783117293.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1623632786.5437831.1452783145983.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <301407935.5573640.1452853835667.JavaMail.yahoo@mail.yahoo.com>
[not found] ` <1222680849.4926598.1455622523774.JavaMail.yahoo@mail.yahoo.com>
2016-02-16 11:36 ` (unknown) WESTERN UNION MONEY TRANSFER
2015-09-27 10:22 (unknown), Alan Beamer
2015-09-23 17:16 (unknown), funds1222222
2015-09-07 19:34 (unknown), Mary Williams
2015-08-20 7:12 (unknown), Mark Singer
2015-07-01 11:53 (unknown), Sasnett_Karen
2015-04-14 2:06 (unknown) Joan
2015-03-12 11:49 (unknown), pepa6.es
2015-03-09 4:09 (unknown), Mrs. Olga
2014-11-20 2:49 (unknown), James Rodriguez
[not found] <1570038211.167595.1414613146892.JavaMail.yahoo@jws10056.mail.ne1.yahoo.com>
[not found] ` <1835234304.171617.1414613165674.JavaMail.yahoo@jws10089.mail.ne1.yahoo.com>
[not found] ` <1938862685.172387.1414613200459.JavaMail.yahoo@jws100180.mail.ne1.yahoo.com>
[not found] ` <705402329.170339.1414613213653.JavaMail.yahoo@jws10087.mail.ne1.yahoo.com>
[not found] ` <760168749.169371.1414613227586.JavaMail.yahoo@jws10082.mail.ne1.yahoo.com>
[not found] ` <1233923671.167957.1414613439879.JavaMail.yahoo@jws10091.mail.ne1.yahoo.com>
[not found] ` <925985882.172122.1414613520734.JavaMail.yahoo@jws100207.mail.ne1.yahoo.com>
[not found] ` <1216694778.172990.1414613570775.JavaMail.yahoo@jws100152.mail.ne1.yahoo.com>
[not found] ` <1213035306.169838.1414613612716.JavaMail.yahoo@jws10097.mail.ne1.yahoo.com>
[not found] ` <2058591563.172973.1414613668636.JavaMail.yahoo@jws10089.mail.ne1.yahoo.com>
[not found] ` <1202030640.175493 .1414613712352.JavaMail.yahoo@jws10036.mail.ne1.yahoo.com>
[not found] ` <1111049042.175610.1414613739099.JavaMail.yahoo@jws100165.mail.ne1.yahoo.com>
[not found] ` <574125160.175950.1414613784216.JavaMail.yahoo@jws100158.mail.ne1.yahoo.com>
[not found] ` <1726966600.175552.1414613846198.JavaMail.yahoo@jws100190.mail.ne1.yahoo.com>
[not found] ` <976499752.219775.1414613888129.JavaMail.yahoo@jws100101.mail.ne1.yahoo.com>
[not found] ` <1400960529.171566.1414613936238.JavaMail.yahoo@jws10059.mail.ne1.yahoo.com>
[not found] ` <1333619289.175040.1414613999304.JavaMail.yahoo@jws100196.mail.ne1.yahoo.com>
[not found] ` <1038759122.176173.1414614054070.JavaMail.yahoo@jws100138.mail.ne1.yahoo.com>
[not found] ` <1109995533.176150.1414614101940.JavaMail.yahoo@jws100140.mail.ne1.yahoo.com>
[not found] ` <809474730.174920.1414614143971.JavaMail.yahoo@jws100154.mail.ne1.yahoo.com>
[not found] ` <1234226428.170349.1414614189490.JavaMail .yahoo@jws10056.mail.ne1.yahoo.com>
[not found] ` <1122464611.177103.1414614228916.JavaMail.yahoo@jws100161.mail.ne1.yahoo.com>
[not found] ` <1350859260.174219.1414614279095.JavaMail.yahoo@jws100176.mail.ne1.yahoo.com>
[not found] ` <1730751880.171557.1414614322033.JavaMail.yahoo@jws10060.mail.ne1.yahoo.com>
[not found] ` <642429550.177328.1414614367628.JavaMail.yahoo@jws100165.mail.ne1.yahoo.com>
[not found] ` <1400780243.20511.1414614418178.JavaMail.yahoo@jws100162.mail.ne1.yahoo.com>
[not found] ` <2025652090.173204.1414614462119.JavaMail.yahoo@jws10087.mail.ne1.yahoo.com>
[not found] ` <859211720.180077.1414614521867.JavaMail.yahoo@jws100147.mail.ne1.yahoo.com>
[not found] ` <258705675.173585.1414614563057.JavaMail.yahoo@jws10078.mail.ne1.yahoo.com>
[not found] ` <1773234186.173687.1414614613736.JavaMail.yahoo@jws10078.mail.ne1.yahoo.com>
[not found] ` <1132079010.173033.1414614645153.JavaMail.yahoo@jws10066.mail.ne1.ya hoo.com>
[not found] ` <1972302405.176488.1414614708676.JavaMail.yahoo@jws100166.mail.ne1.yahoo.com>
[not found] ` <1713123000.176308.1414614771694.JavaMail.yahoo@jws10045.mail.ne1.yahoo.com>
[not found] ` <299800233.173413.1414614817575.JavaMail.yahoo@jws10066.mail.ne1.yahoo.com>
[not found] ` <494469968.179875.1414614903152.JavaMail.yahoo@jws100144.mail.ne1.yahoo.com>
[not found] ` <2136945987.171995.1414614942776.JavaMail.yahoo@jws10091.mail.ne1.yahoo.com>
[not found] ` <257674219.177708.1414615022592.JavaMail.yahoo@jws100181.mail.ne1.yahoo.com>
[not found] ` <716927833.181664.1414615075308.JavaMail.yahoo@jws100145.mail.ne1.yahoo.com>
[not found] ` <874940984.178797.1414615132802.JavaMail.yahoo@jws100157.mail.ne1.yahoo.com>
[not found] ` <1283488887.176736.1414615187657.JavaMail.yahoo@jws100183.mail.ne1.yahoo.com>
[not found] ` <777665713.175887.1414615236293.JavaMail.yahoo@jws10083.mail.ne1.yahoo.com>
[not found] ` <585395776.176325.1 414615298260.JavaMail.yahoo@jws10033.mail.ne1.yahoo.com>
[not found] ` <178352191.221832.1414615355071.JavaMail.yahoo@jws100104.mail.ne1.yahoo.com>
[not found] ` <108454213.176606.1414615522058.JavaMail.yahoo@jws10053.mail.ne1.yahoo.com>
[not found] ` <1617229176.177502.1414615563724.JavaMail.yahoo@jws10030.mail.ne1.yahoo.com>
[not found] ` <324334617.178254.1414615625247.JavaMail.yahoo@jws10089.mail.ne1.yahoo.com>
[not found] ` <567135865.82376.1414615664442.JavaMail.yahoo@jws100136.mail.ne1.yahoo.com>
[not found] ` <764758300.179669.1414615711821.JavaMail.yahoo@jws100107.mail.ne1.yahoo.com>
[not found] ` <1072855470.183388.1414615775798.JavaMail.yahoo@jws100147.mail.ne1.yahoo.com>
[not found] ` <2134283632.173314.1414615831322.JavaMail.yahoo@jws10094.mail.ne1.yahoo.com>
[not found] ` <1454491902.178612.1414615875076.JavaMail.yahoo@jws100209.mail.ne1.yahoo.com>
[not found] ` <1480763910.146593.1414958012342.JavaMail.yahoo@jws10033.mail.ne1.yahoo.com>
2014-11-02 19:54 ` (unknown) MRS GRACE MANDA
[not found] <379159348.236010.1414136194059.JavaMail.yahoo@jws100115.mail.ne1.yahoo.com>
[not found] ` <2105581186.226848.1414136236806.JavaMail.yahoo@jws10075.mail.ne1.yahoo.com>
[not found] ` <1051957008.227483.1414136297815.JavaMail.yahoo@jws10029.mail.ne1.yahoo.com>
[not found] ` <1990094002.223892.1414136333799.JavaMail.yahoo@jws10070.mail.ne1.yahoo.com>
[not found] ` <1126356209.227508.1414136378165.JavaMail.yahoo@jws10065.mail.ne1.yahoo.com>
[not found] ` <1809025612.238459.1414136438121.JavaMail.yahoo@jws100132.mail.ne1.yahoo.com>
[not found] ` <182198586.235758.1414136460637.JavaMail.yahoo@jws100111.mail.ne1.yahoo.com>
[not found] ` <909433265.227445.1414136497085.JavaMail.yahoo@jws10076.mail.ne1.yahoo.com>
[not found] ` <2067346387.228592.1414136531032.JavaMail.yahoo@jws10059.mail.ne1.yahoo.com>
[not found] ` <1338634683.232208.1414136563767.JavaMail.yahoo@jws100154.mail.ne1.yahoo.com>
[not found] ` <449338023.228287 .1414136671979.JavaMail.yahoo@jws10041.mail.ne1.yahoo.com>
[not found] ` <873633883.236777.1414136837141.JavaMail.yahoo@jws100144.mail.ne1.yahoo.com>
[not found] ` <1450865537.233065.1414136867203.JavaMail.yahoo@jws100202.mail.ne1.yahoo.com>
[not found] ` <894047528.238337.1414136909054.JavaMail.yahoo@jws100124.mail.ne1.yahoo.com>
[not found] ` <2129271673.233931.1414137070348.JavaMail.yahoo@jws100170.mail.ne1.yahoo.com>
[not found] ` <936824743.234404.1414137120292.JavaMail.yahoo@jws100177.mail.ne1.yahoo.com>
[not found] ` <412094225.227214.1414137242898.JavaMail.yahoo@jws10049.mail.ne1.yahoo.com>
[not found] ` <94250903.229372.1414137339459.JavaMail.yahoo@jws100196.mail.ne1.yahoo.com>
[not found] ` <991907733.235702.1414137504062.JavaMail.yahoo@jws100138.mail.ne1.yahoo.com>
[not found] ` <1552034677.229828.1414137605003.JavaMail.yahoo@jws10051.mail.ne1.yahoo.com>
[not found] ` <362591792.236894.1414137654764.JavaMail.yahoo @jws100107.mail.ne1.yahoo.com>
[not found] ` <1596010505.233988.1414137723340.JavaMail.yahoo@jws100167.mail.ne1.yahoo.com>
[not found] ` <1056969615.239752.1414137798638.JavaMail.yahoo@jws100100.mail.ne1.yahoo.com>
[not found] ` <535130348.238991.1414137929077.JavaMail.yahoo@jws100133.mail.ne1.yahoo.com>
[not found] ` <653289865.229391.1414137978245.JavaMail.yahoo@jws10040.mail.ne1.yahoo.com>
[not found] ` <1959086951.235165.1414138040411.JavaMail.yahoo@jws100184.mail.ne1.yahoo.com>
[not found] ` <731191736.229846.1414138093768.JavaMail.yahoo@jws10055.mail.ne1.yahoo.com>
[not found] ` <434432133.231415.1414138139665.JavaMail.yahoo@jws10091.mail.ne1.yahoo.com>
[not found] ` <2012248480.229472.1414138205807.JavaMail.yahoo@jws10075.mail.ne1.yahoo.com>
[not found] ` <731434736.231447.1414138253699.JavaMail.yahoo@jws10031.mail.ne1.yahoo.com>
[not found] ` <451657850.237728.1414138304825.JavaMail.yahoo@jws100117.mail.ne1.yahoo.com >
[not found] ` <662951596.240326.1414138359171.JavaMail.yahoo@jws100126.mail.ne1.yahoo.com>
[not found] ` <1040659277.229506.1414138423348.JavaMail.yahoo@jws10077.mail.ne1.yahoo.com>
[not found] ` <441533089.228987.1414138547174.JavaMail.yahoo@jws10049.mail.ne1.yahoo.com>
[not found] ` <1974760882.229277.1414138585111.JavaMail.yahoo@jws10033.mail.ne1.yahoo.com>
[not found] ` <276341592.162417.1414157383319.JavaMail.yahoo@jws100181.mail.ne1.yahoo.com>
[not found] ` <2095882099.75102.1414157435417.JavaMail.yahoo@jws100123.mail.ne1.yahoo.com>
[not found] ` <1233471366.270903.1414157467817.JavaMail.yahoo@jws100126.mail.ne1.yahoo.com>
[not found] ` <1439410171.268594.1414157540720.JavaMail.yahoo@jws100169.mail.ne1.yahoo.com>
[not found] ` <1005333160.265385.1414157597386.JavaMail.yahoo@jws100167.mail.ne1.yahoo.com>
[not found] ` <460982177.261014.1414157965646.JavaMail.yahoo@jws10093.mail.ne1.yahoo.com>
[not found] ` <46274119.268852.14141580 93889.JavaMail.yahoo@jws100107.mail.ne1.yahoo.com>
[not found] ` <212519260.375090.1414220897917.JavaMail.yahoo@jws100152.mail.ne1.yahoo.com>
[not found] ` <302834607.370076.1414221156462.JavaMail.yahoo@jws10086.mail.ne1.yahoo.com>
[not found] ` <1335716414.378514.1414221244370.JavaMail.yahoo@jws100141.mail.ne1.yahoo.com>
[not found] ` <1298331734.378549.1414221279424.JavaMail.yahoo@jws100141.mail.ne1.yahoo.com>
[not found] ` <1032654278.369386.1414221328045.JavaMail.yahoo@jws10072.mail.ne1.yahoo.com>
[not found] ` <1656851567.374878.1414221358827.JavaMail.yahoo@jws100203.mail.ne1.yahoo.com>
[not found] ` <1827004888.381323.1414221389496.JavaMail.yahoo@jws100113.mail.ne1.yahoo.com>
[not found] ` <165227956.371393.1414221427540.JavaMail.yahoo@jws10028.mail.ne1.yahoo.com>
[not found] ` <1854435824.367889.1414221461749.JavaMail.yahoo@jws10046.mail.ne1.yahoo.com>
[not found] ` <1029456579.471640.1414325300884.JavaMail.yahoo@jws100103.mail.ne1.yahoo.com>
2014-10-26 12:08 ` (unknown) STANDARD BANK
2014-03-23 13:48 (unknown), Fiser, Sarah A.
2014-02-28 11:55 (unknown), Juanita Brunelle
2013-12-21 16:48 (unknown), Alex Barattini
2013-10-12 20:31 (unknown), Innocent Eleazu
2013-06-26 21:31 (unknown), Yinghai Lu
2013-05-02 8:51 (unknown), ..
2012-10-30 4:02 [PATCH v3 7/8] ACPI, PCI: add hostbridge removal function Bjorn Helgaas
2012-10-30 17:42 ` (unknown), Yinghai Lu
2012-08-03 5:31 (unknown), Lori Holden
2012-07-24 11:46 (unknown), roboth roli company
2012-05-25 13:45 (unknown), robothroli company
2012-05-05 18:59 (unknown), Mrs Sabah Halif
2012-02-15 17:47 (unknown), Ann Adams
2011-11-24 4:12 (unknown) Grenfell
2011-10-18 6:43 (unknown), Benjamin Albert
2011-09-16 4:35 (unknown) Bar Yasser
2011-08-16 14:56 (unknown), Mr.Vincent Cheng
2011-08-04 16:38 (unknown), Mr. Vincent Cheng
2011-07-21 15:52 (unknown), Mr.Vincent Cheng
2011-07-15 17:07 (unknown), Mr. Vincent Cheng Chuen
2011-06-15 17:28 (unknown), web.1
2011-05-03 16:05 (unknown), ken leo
2011-01-28 11:31 (unknown), ECOWAS/UNITED NATIONS
2011-01-19 0:47 (unknown), ECOWAS/UNITED NATIONS
2011-01-17 13:05 (unknown), Shougang Group
2011-01-09 18:06 (unknown), ECOWAS/UNITED NATIONS
2010-12-15 10:18 (unknown), Chen Gong
2010-11-28 12:47 (unknown) Euro Millions
2010-11-16 13:59 (unknown), , Ming-Yang Lee
2010-11-08 12:25 (unknown), MR. MERVYN KING
2010-10-24 18:24 (unknown), CHARITY DONATION & ECOWAS
2010-10-24 18:16 (unknown), CHARITY DONATION & ECOWAS
2010-10-15 9:06 (unknown), WESTERN UNION TRANSFER
2010-09-13 19:47 [PATCH 00/25] treewide-next: Use static const char arrays Joe Perches
2010-09-14 9:14 ` (unknown) David Howells
2010-09-10 13:39 (unknown) patrick.brunet
2010-08-16 22:16 (unknown) Peter Denison
2010-05-29 23:37 (unknown), John Lee
2010-03-25 0:01 (unknown), UBS International Holdings BV
2010-01-09 1:37 (unknown), Mrs Claire Page
2009-12-05 8:09 (unknown), United Nations
2009-09-24 22:19 (unknown), Joshua C.
2009-09-21 14:21 (unknown) Kelly Bowa
2009-07-27 16:23 (unknown) vivianofferplc013
2009-06-24 11:32 (unknown), Mahmood Naderan
2009-06-24 11:31 (unknown), Mahmood Naderan
2009-03-16 5:23 (unknown), Len Brown
2009-01-30 18:07 (unknown), Webmail Help Desk
2009-01-29 17:21 (unknown), prmo
2009-01-29 17:21 (unknown), prmo
2009-01-24 4:27 (unknown), Mrs. Caroline Bryan.
2009-01-06 21:34 (unknown) FTPAdmin Kernel.org
2008-12-28 11:24 (unknown) Toralf Förster
2008-11-27 19:05 [PATCH] misc: Add oqo-wmi driver for model 2 OQO backlight and rfkill control Matthew Garrett
2008-11-28 19:31 ` Len Brown
2008-11-29 3:35 ` Brian S. Julin
2008-11-29 4:50 ` Matthew Garrett
2008-12-03 19:55 ` Matthew Garrett
2009-01-09 6:13 ` Len Brown
2009-01-09 22:34 ` (unknown) Len Brown
2008-09-24 3:29 (unknown) infobobby13
2008-09-16 14:26 (unknown), OXFAM GB - UK
2008-06-17 20:04 (unknown), tbo
2008-02-10 14:31 (unknown), Mateu Soler
2007-07-26 13:26 (unknown) Frank
2006-12-12 14:42 (unknown), Michael.Eschweiler
2006-07-07 22:51 (unknown) thermal
2006-06-21 15:27 (unknown), Brown, Len
2006-05-19 9:28 (unknown), martin schneebacher
2006-05-06 6:39 (unknown), Protasevich, Natalie
2006-03-27 18:09 (unknown) CustomerDepartament
2006-01-09 8:58 (unknown) martin schneebacher
2006-01-05 8:17 (unknown) Johan Vromans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).