* viafb triggers BUG at mm/vmalloc.c:294 [kernel 2.6.28.3]
@ 2009-02-07 19:44 wixor
2009-02-07 20:06 ` Alexey Dobriyan
0 siblings, 1 reply; 15+ messages in thread
From: wixor @ 2009-02-07 19:44 UTC (permalink / raw)
To: JosephChan; +Cc: linux-kernel
The following happens regularly when trying to modprobe viafb module
on p4m900 chip (amilo pro v3515 laptop).
VIA Graphics Intergration Chipset framebuffer 2.4 initializing
------------[ cut here ]------------
kernel BUG at mm/vmalloc.c:294!
invalid opcode: 0000 [#1]
last sysfs file: /sys/devices/virtual/block/loop7/range
Modules linked in: viafb(+) fb i2c_algo_bit cfbcopyarea cfbimgblt
cfbfillrect af_packet p4_clockmod speedstep_lib loop sr_mod arc4 ecb
cdrom cryptomgr aead crypto_blkcipher crypto_algapi ath5k mac80211
rtc_cmos rtc_core rtc_lib crypto snd_hda_intel led_class ehci_hcd
uhci_hcd pcspkr snd_pcm snd_timer snd_page_alloc i2c_viapro snd_hwdep
snd psmouse evdev cfg80211 via_rhine mii i2c_core soundcore usbcore
pata_via fan thermal battery ac button processor thermal_sys via_agp
agpgart hwmon unix
Pid: 1689, comm: modprobe Not tainted (2.6.28.3 #6) AMILO PRO V3515
EIP: 0060:[<c0161d70>] EFLAGS: 00010207 CPU: 0
EIP is at __insert_vmap_area+0x90/0xc0
EAX: 00701000 EBX: f0700000 ECX: ef9ceacc EDX: ef85460c
ESI: ee9f3a00 EDI: 00080000 EBP: 10001000 ESP: ee8b1d34
DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 0068
Process modprobe (pid: 1689, ti=ee8b0000 task=ef965ea0 task.ti=ee8b0000)
Stack:
f0700000 f0700000 c0161f18 00000005 00701000 ee9f3a00 00000000 ee9f3a00
0007ffff fff80000 ee166c4c 00000000 ee1df160 00080000 ee1df160 10001000
c016205d ff7fe000 ffffffff 000000d0 f0690000 00000001 ff7fe000 00000573
Call Trace:
[<f0700000>] snd_interval_ratnum+0x1b0/0x2a0 [snd_pcm]
[<f0700000>] snd_interval_ratnum+0x1b0/0x2a0 [snd_pcm]
[<c0161f18>] alloc_vmap_area+0x178/0x210
[<c016205d>] __get_vm_area_node+0xad/0x160
[<c01621a8>] get_vm_area_caller+0x48/0x50
[<f0ac523e>] viafb_init+0x23e/0xe67 [viafb]
[<c0116ccf>] __ioremap_caller+0x15f/0x2d0
[<c0116f54>] ioremap_nocache+0x14/0x20
[<f0ac523e>] viafb_init+0x23e/0xe67 [viafb]
[<f0ac523e>] viafb_init+0x23e/0xe67 [viafb]
[<f0ac5000>] viafb_init+0x0/0xe67 [viafb]
[<c0101126>] do_one_initcall+0x36/0x1b0
[<c01af450>] sysfs_ilookup_test+0x0/0x10
[<c01af891>] __sysfs_add_one+0x11/0xa0
[<c01afbf4>] sysfs_addrm_finish+0x14/0x1b0
[<c0162340>] __vunmap+0xb0/0xe0
[<c014160a>] load_module+0x128a/0x13f0
[<c01418cb>] sys_init_module+0x8b/0x1b0
[<c0103261>] sysenter_do_call+0x12/0x25
Code: 8b 5a 18 8d 4e 18 89 46 1c 89 5e 18 89 4a 18 89 4b 04 5b 5e c3
8d b6 00 00 00 00 8b 46 04 3b 42 f4 76 08 8d 42 04 89 d1 eb 9d 90 <0f>
0b eb fe a1 04 2c 37 c0 8d 56 18 c7 46 1c 04 2c 37 c0 89 46
EIP: [<c0161d70>] __insert_vmap_area+0x90/0xc0 SS:ESP 0068:ee8b1d34
---[ end trace a37be145f08b1116 ]---
After that screen is totally rubbished and flickering, however rmmod
and vbetool post return it back to working vga console. the module
would not load again ever after (modprobe hangs, nothing in dmesg)
The chip is
01:00.0 VGA compatible controller: VIA Technologies, Inc.
CN896/VN896/P4M900 [Chrome 9 HC] (rev 01) (pciid: 1106:3371)
Kernel version is 2.6.28.3. It is compiled with 8KB stack.
Please CC me, I'm not in the list
--
wixor
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: viafb triggers BUG at mm/vmalloc.c:294 [kernel 2.6.28.3]
2009-02-07 19:44 viafb triggers BUG at mm/vmalloc.c:294 [kernel 2.6.28.3] wixor
@ 2009-02-07 20:06 ` Alexey Dobriyan
2009-02-07 20:17 ` wixor
0 siblings, 1 reply; 15+ messages in thread
From: Alexey Dobriyan @ 2009-02-07 20:06 UTC (permalink / raw)
To: wixor; +Cc: JosephChan, linux-kernel
On Sat, Feb 07, 2009 at 08:44:35PM +0100, wixor wrote:
> The following happens regularly when trying to modprobe viafb module
> on p4m900 chip (amilo pro v3515 laptop).
>
> VIA Graphics Intergration Chipset framebuffer 2.4 initializing
> ------------[ cut here ]------------
> kernel BUG at mm/vmalloc.c:294!
> invalid opcode: 0000 [#1]
> last sysfs file: /sys/devices/virtual/block/loop7/range
> Modules linked in: viafb(+) fb i2c_algo_bit cfbcopyarea cfbimgblt
> cfbfillrect af_packet p4_clockmod speedstep_lib loop sr_mod arc4 ecb
> cdrom cryptomgr aead crypto_blkcipher crypto_algapi ath5k mac80211
> rtc_cmos rtc_core rtc_lib crypto snd_hda_intel led_class ehci_hcd
> uhci_hcd pcspkr snd_pcm snd_timer snd_page_alloc i2c_viapro snd_hwdep
> snd psmouse evdev cfg80211 via_rhine mii i2c_core soundcore usbcore
> pata_via fan thermal battery ac button processor thermal_sys via_agp
> agpgart hwmon unix
>
> Pid: 1689, comm: modprobe Not tainted (2.6.28.3 #6) AMILO PRO V3515
> EIP: 0060:[<c0161d70>] EFLAGS: 00010207 CPU: 0
> EIP is at __insert_vmap_area+0x90/0xc0
> EAX: 00701000 EBX: f0700000 ECX: ef9ceacc EDX: ef85460c
> ESI: ee9f3a00 EDI: 00080000 EBP: 10001000 ESP: ee8b1d34
> DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 0068
> Process modprobe (pid: 1689, ti=ee8b0000 task=ef965ea0 task.ti=ee8b0000)
> Stack:
> f0700000 f0700000 c0161f18 00000005 00701000 ee9f3a00 00000000 ee9f3a00
> 0007ffff fff80000 ee166c4c 00000000 ee1df160 00080000 ee1df160 10001000
> c016205d ff7fe000 ffffffff 000000d0 f0690000 00000001 ff7fe000 00000573
> Call Trace:
> [<f0700000>] snd_interval_ratnum+0x1b0/0x2a0 [snd_pcm]
> [<f0700000>] snd_interval_ratnum+0x1b0/0x2a0 [snd_pcm]
> [<c0161f18>] alloc_vmap_area+0x178/0x210
> [<c016205d>] __get_vm_area_node+0xad/0x160
> [<c01621a8>] get_vm_area_caller+0x48/0x50
> [<f0ac523e>] viafb_init+0x23e/0xe67 [viafb]
> [<c0116ccf>] __ioremap_caller+0x15f/0x2d0
> [<c0116f54>] ioremap_nocache+0x14/0x20
> [<f0ac523e>] viafb_init+0x23e/0xe67 [viafb]
> [<f0ac523e>] viafb_init+0x23e/0xe67 [viafb]
> [<f0ac5000>] viafb_init+0x0/0xe67 [viafb]
> [<c0101126>] do_one_initcall+0x36/0x1b0
> [<c01af450>] sysfs_ilookup_test+0x0/0x10
> [<c01af891>] __sysfs_add_one+0x11/0xa0
> [<c01afbf4>] sysfs_addrm_finish+0x14/0x1b0
> [<c0162340>] __vunmap+0xb0/0xe0
> [<c014160a>] load_module+0x128a/0x13f0
> [<c01418cb>] sys_init_module+0x8b/0x1b0
> [<c0103261>] sysenter_do_call+0x12/0x25
> Code: 8b 5a 18 8d 4e 18 89 46 1c 89 5e 18 89 4a 18 89 4b 04 5b 5e c3
> 8d b6 00 00 00 00 8b 46 04 3b 42 f4 76 08 8d 42 04 89 d1 eb 9d 90 <0f>
> 0b eb fe a1 04 2c 37 c0 8d 56 18 c7 46 1c 04 2c 37 c0 89 46
> EIP: [<c0161d70>] __insert_vmap_area+0x90/0xc0 SS:ESP 0068:ee8b1d34
> ---[ end trace a37be145f08b1116 ]---
>
> After that screen is totally rubbished and flickering, however rmmod
> and vbetool post return it back to working vga console. the module
> would not load again ever after (modprobe hangs, nothing in dmesg)
>
> The chip is
> 01:00.0 VGA compatible controller: VIA Technologies, Inc.
> CN896/VN896/P4M900 [Chrome 9 HC] (rev 01) (pciid: 1106:3371)
>
> Kernel version is 2.6.28.3. It is compiled with 8KB stack.
In drivers/video/via/debug.h change define VIAFB_DEBUG and VIAFB_WARN to 1,
recompile,
reboot with ignore_loglevel boot option,
post new oops and most importantly new messages (dmesg) before it.
Looking further.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: viafb triggers BUG at mm/vmalloc.c:294 [kernel 2.6.28.3]
2009-02-07 20:06 ` Alexey Dobriyan
@ 2009-02-07 20:17 ` wixor
2009-02-07 20:56 ` Alexey Dobriyan
0 siblings, 1 reply; 15+ messages in thread
From: wixor @ 2009-02-07 20:17 UTC (permalink / raw)
To: Alexey Dobriyan; +Cc: JosephChan, linux-kernel
Done:
VIA Graphics Intergration Chipset framebuffer 2.4 initializing
VIAFB PCI Probe!!
parse_lcd_port: viafb_lcd_port:,interface:0
parse_dvi_port: viafb_dvi_port:,interface:0
I2C bus via_i2c registered.
TMDS Chip = 0
viafb_init_dvi_size()
viaparinfo->tmds_setting_info->get_dvi_size_method 2
dvi_get_panel_info!
viafb_dvi_sense!!
viafb_dvi_query_EDID!!
viafb_dvi_query_EDID!!
dvi panel size is 0
viafb_lvds_identify_vt1636.
viafb_lvds_identify_vt1636.
viafb_init_lcd_size()
viaparinfo->lvds_setting_info->get_lcd_size_method 2
Get LCD Size method by VGA BIOS !!
fp_get_panel_id()
LCD Panel_ID = 1
LCD Panel Size = 1
LVDS Chip = 0
LVDS1 output_interface = 5
LVDS2 output_interface = 5
Device ID = 3364
FB Size = 6000
Get FB info from PCI system!
fb_base = a0000000
fb_len = 10000000
------------[ cut here ]------------
kernel BUG at mm/vmalloc.c:294!
invalid opcode: 0000 [#1]
last sysfs file: /sys/devices/virtual/block/loop7/range
Modules linked in: viafb(+) fb i2c_algo_bit cfbcopyarea cfbimgblt
cfbfillrect af_packet p4_clockmod speedstep_lib loop arc4 ecb
cryptomgr aead crypto_blkcipher crypto_algapi ath5k mac80211 sr_mod
snd_hda_intel crypto cdrom led_class snd_pcm rtc_cmos rtc_core rtc_lib
pcspkr snd_timer snd_page_alloc snd_hwdep snd ehci_hcd psmouse
uhci_hcd evdev cfg80211 i2c_viapro soundcore via_rhine mii i2c_core
usbcore pata_via fan battery ac button thermal processor thermal_sys
via_agp agpgart hwmon unix
Pid: 1699, comm: modprobe Not tainted (2.6.28.3 #8) AMILO PRO V3515
EIP: 0060:[<c0162b00>] EFLAGS: 00010207 CPU: 0
EIP is at __insert_vmap_area+0x90/0xc0
EAX: 00701000 EBX: f0700000 ECX: 00000000 EDX: ef9e4f4c
ESI: ef9bff80 EDI: 00080000 EBP: 10001000 ESP: ee253d10
DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 0068
Process modprobe (pid: 1699, ti=ee252000 task=efb2cd20 task.ti=ee252000)
Stack:
f0700000 f0700000 c0162ca8 00000046 00701000 ef9bff80 00000000 ef9bff80
0007ffff fff80000 c0103ddc 00000006 ee8219c0 00080000 ee8219c0 10001000
c0162ded fffaa000 ffffffff 000000d0 f0690000 00000001 fffaa000 b0000000
Call Trace:
[<c0162ca8>] alloc_vmap_area+0x178/0x210
[<c0103ddc>] apic_timer_interrupt+0x28/0x30
[<c0162ded>] __get_vm_area_node+0xad/0x160
[<c0162f2c>] get_vm_area_caller+0x3c/0x50
[<f0ab72ae>] viafb_init+0x2ae/0xf18 [viafb]
[<c0116e53>] __ioremap_caller+0x1c3/0x350
[<c0205179>] pci_get_subsys+0x59/0x80
[<f0ab72ae>] viafb_init+0x2ae/0xf18 [viafb]
[<c0117138>] ioremap_nocache+0x18/0x20
[<f0ab72ae>] viafb_init+0x2ae/0xf18 [viafb]
[<f0ab72ae>] viafb_init+0x2ae/0xf18 [viafb]
[<f0ab7000>] viafb_init+0x0/0xf18 [viafb]
[<c0101126>] do_one_initcall+0x36/0x1b0
[<c01b02a0>] sysfs_ilookup_test+0x0/0x10
[<c01b06e1>] __sysfs_add_one+0x11/0xa0
[<c01b0a44>] sysfs_addrm_finish+0x14/0x1b0
[<c01630d0>] __vunmap+0xb0/0xe0
[<c01426ea>] load_module+0x128a/0x13f0
[<c01429ab>] sys_init_module+0x8b/0x1b0
[<c0103261>] sysenter_do_call+0x12/0x25
Code: 8b 5a 18 8d 4e 18 89 46 1c 89 5e 18 89 4a 18 89 4b 04 5b 5e c3
8d b6 00 00 00 00 8b 46 04 3b 42 f4 76 08 8d 42 04 89 d1 eb 9d 90 <0f>
0b eb fe a1 84 9c 37 c0 8d 56 18 c7 46 1c 84 9c 37 c0 89 46
EIP: [<c0162b00>] __insert_vmap_area+0x90/0xc0 SS:ESP 0068:ee253d10
---[ end trace 046ce8de4ba1e0d8 ]---
--
wixor
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: viafb triggers BUG at mm/vmalloc.c:294 [kernel 2.6.28.3]
2009-02-07 20:17 ` wixor
@ 2009-02-07 20:56 ` Alexey Dobriyan
2009-02-07 21:45 ` wixor
2009-02-08 0:40 ` Arjan van de Ven
0 siblings, 2 replies; 15+ messages in thread
From: Alexey Dobriyan @ 2009-02-07 20:56 UTC (permalink / raw)
To: wixor; +Cc: JosephChan, linux-kernel
On Sat, Feb 07, 2009 at 09:17:41PM +0100, wixor wrote:
> Done:
Thanks.
Two more things.
1. In via_pci_probe(), there are two ioremap() calls. Insert printks
before them to determine which of ioremaps is failing (I bet it's the
first one, still...)
2. Post your .config and dmesg output from the very beginning of boot.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: viafb triggers BUG at mm/vmalloc.c:294 [kernel 2.6.28.3]
2009-02-07 20:56 ` Alexey Dobriyan
@ 2009-02-07 21:45 ` wixor
2009-02-07 22:46 ` Alexey Dobriyan
2009-02-08 0:40 ` Arjan van de Ven
1 sibling, 1 reply; 15+ messages in thread
From: wixor @ 2009-02-07 21:45 UTC (permalink / raw)
To: Alexey Dobriyan; +Cc: JosephChan, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1037 bytes --]
Okay, I did this:
/* for dual-fb must viafb_SAMM_ON=1 and viafb_dual_fb=1 */
if (!viafb_SAMM_ON)
viafb_dual_fb = 0;
DEBUG_MSG(KERN_INFO "before first ioremap\n");
/* Set up I2C bus stuff */
viafb_create_i2c_bus(viaparinfo);
viafb_init_chip_info();
viafb_get_fb_info(&viaparinfo->fbmem, &viaparinfo->memsize);
viaparinfo->fbmem_free = viaparinfo->memsize;
viaparinfo->fbmem_used = 0;
viaparinfo->fbmem_virt = ioremap_nocache(viaparinfo->fbmem,
viaparinfo->memsize);
viafbinfo->screen_base = (char *)viaparinfo->fbmem_virt;
if (!viaparinfo->fbmem_virt) {
printk(KERN_INFO "ioremap failed\n");
return -1;
}
DEBUG_MSG(KERN_INFO "after first ioremap\n");
viafb_get_mmio_info(&viaparinfo->mmio_base, &viaparinfo->mmio_len);
viaparinfo->io_virt = ioremap_nocache(viaparinfo->mmio_base,
viaparinfo->mmio_len);
DEBUG_MSG(KERN_INFO "after second ioremap\n");
It was the first one indeed. Full dmesg and config attached.
--
wixor
[-- Attachment #2: dmesg --]
[-- Type: application/octet-stream, Size: 27658 bytes --]
BIOS EBDA/lowmem at: 0009dc00/0009dc00
Linux version 2.6.28.3 (root@wixor-laptop) (gcc version 4.3.3 (Debian 4.3.3-3) ) #9 Sat Feb 7 22:33:47 CET 2009
KERNEL supported cpus:
Intel GenuineIntel
AMD AuthenticAMD
NSC Geode by NSC
Cyrix CyrixInstead
Centaur CentaurHauls
Transmeta GenuineTMx86
Transmeta TransmetaCPU
UMC UMC UMC UMC
PAT WC disabled due to known CPU erratum.
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000002fe90000 (usable)
BIOS-e820: 000000002fe90000 - 000000002fe9f000 (ACPI data)
BIOS-e820: 000000002fe9f000 - 000000002ff00000 (ACPI NVS)
BIOS-e820: 000000002ff00000 - 0000000040000000 (reserved)
BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
DMI present.
last_pfn = 0x2fe90 max_arch_pfn = 0x1000000
Scanning 1 areas for low memory corruption
modified physical RAM map:
modified: 0000000000000000 - 0000000000001000 (usable)
modified: 0000000000001000 - 0000000000010000 (reserved)
modified: 0000000000010000 - 000000000008ec00 (usable)
modified: 000000000009dc00 - 00000000000a0000 (reserved)
modified: 00000000000e0000 - 0000000000100000 (reserved)
modified: 0000000000100000 - 000000002fe90000 (usable)
modified: 000000002fe90000 - 000000002fe9f000 (ACPI data)
modified: 000000002fe9f000 - 000000002ff00000 (ACPI NVS)
modified: 000000002ff00000 - 0000000040000000 (reserved)
modified: 00000000fec00000 - 00000000fec10000 (reserved)
modified: 00000000fee00000 - 00000000fee01000 (reserved)
modified: 00000000fff00000 - 0000000100000000 (reserved)
kernel direct mapping tables up to 2fe90000 @ 10000-16000
NX (Execute Disable) protection: active
ACPI: RSDP 000F73B0, 0014 (r0 PTLTD )
ACPI: RSDT 2FE991B9, 003C (r1 FSC PC 6040000 LTP 0)
ACPI: FACP 2FE9ED7E, 0074 (r1 VN896 PTLTW 6040000 PTL_ F4240)
ACPI: DSDT 2FE998FE, 5480 (r1 FIC LM10W 6040000 MSFT 100000E)
ACPI: FACS 2FE9FFC0, 0040
ACPI: APIC 2FE9EDF2, 005C (r1 PTLTD APIC 6040000 LTP 0)
ACPI: MCFG 2FE9EE4E, 003C (r1 PTLTD MCFG 6040000 LTP 0)
ACPI: SLIC 2FE9EE8A, 0176 (r1 FSC PC 6040000 0)
ACPI: SSDT 2FE9970E, 01F0 (r1 PmRef Cpu0Cst 3001 INTL 20050228)
ACPI: SSDT 2FE991F5, 0519 (r1 PmRef CpuPm 3000 INTL 20050228)
ACPI: Local APIC address 0xfee00000
766MB LOWMEM available.
mapped low ram: 0 - 2fe90000
low ram: 00000000 - 2fe90000
bootmap 00013000 - 00018fd4
(6 early reservations) ==> bootmem [0000000000 - 002fe90000]
#0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
#1 [0000100000 - 000041afb8] TEXT DATA BSS ==> [0000100000 - 000041afb8]
#2 [000041b000 - 0000422000] INIT_PG_TABLE ==> [000041b000 - 0000422000]
#3 [000009dc00 - 0000100000] BIOS reserved ==> [000009dc00 - 0000100000]
#4 [0000010000 - 0000013000] PGTABLE ==> [0000010000 - 0000013000]
#5 [0000013000 - 0000019000] BOOTMAP ==> [0000013000 - 0000019000]
Zone PFN ranges:
DMA 0x00000000 -> 0x00001000
Normal 0x00001000 -> 0x0002fe90
Movable zone start PFN for each node
early_node_map[3] active PFN ranges
0: 0x00000000 -> 0x00000001
0: 0x00000010 -> 0x0000008e
0: 0x00000100 -> 0x0002fe90
On node 0 totalpages: 196111
free_area_init_node: node 0, pgdat c03875a0, node_mem_map c1000000
DMA zone: 32 pages used for memmap
DMA zone: 0 pages reserved
DMA zone: 3935 pages, LIFO batch:0
Normal zone: 1502 pages used for memmap
Normal zone: 190642 pages, LIFO batch:31
Movable zone: 0 pages used for memmap
ACPI: PM-Timer IO Port: 0x4008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 1, version 3, address 0xfec00000, GSI 0-23
ACPI: IOAPIC (id[0x02] address[0xfecc0000] gsi_base[24])
IOAPIC[1]: apic_id 2, version 3, address 0xfecc0000, GSI 24-47
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ9 used by override.
ACPI: IRQ10 used by override.
Enabling APIC mode: Flat. Using 2 I/O APICs
PM: Registered nosave memory: 0000000000001000 - 0000000000010000
PM: Registered nosave memory: 000000000008e000 - 000000000009e000
PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000)
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 194577
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.28.3 root=/dev/sda1 ro hpet=force clocksource=hpet
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 16384 bytes)
TSC: PIT calibration matches PMTIMER. 1 loops
Detected 1994.980 MHz processor.
Console: colour VGA+ 80x25
console [tty0] enabled
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Scanning for low memory corruption every 60 seconds
Memory: 774100k/784960k available (1947k kernel code, 10180k reserved, 683k data, 236k init, 0k highmem)
virtual kernel memory layout:
fixmap : 0xfffac000 - 0xfffff000 ( 332 kB)
vmalloc : 0xf0690000 - 0xfffaa000 ( 249 MB)
lowmem : 0xc0000000 - 0xefe90000 ( 766 MB)
.init : 0xc0394000 - 0xc03cf000 ( 236 kB)
.data : 0xc02e6c1f - 0xc0391a48 ( 683 kB)
.text : 0xc0100000 - 0xc02e6c1f (1947 kB)
Checking if this processor honours the WP bit even in supervisor mode...Ok.
SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Calibrating delay loop (skipped), value calculated using timer frequency.. 3989.96 BogoMIPS (lpj=19949800)
Mount-cache hash table entries: 512
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 1024K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
using mwait in idle threads.
CPU: Intel(R) Celeron(R) M CPU 450 @ 2.00GHz stepping 0c
Checking 'hlt' instruction... OK.
Freeing SMP alternatives: 0k freed
ACPI: Core revision 20080926
..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1
..MP-BIOS bug: 8254 timer not connected to IO-APIC
...trying to set up timer (IRQ0) through the 8259A ...
..... (found apic 0 pin 0) ...
....... works.
net_namespace: 504 bytes
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: Not using MMCONFIG.
PCI: BIOS BUG #81[00000000] found
PCI: Using configuration type 1 for base access
ACPI: EC: Look up EC in DSDT
ACPI: Interpreter enabled
ACPI: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
PCI: Using MMCONFIG for extended config space
ACPI: No dock devices found.
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:00.0: reg 10 32bit mmio: [0xc0000000-0xc7ffffff]
pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
pci 0000:00:02.0: PME# disabled
pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
pci 0000:00:03.0: PME# disabled
pci 0000:00:0f.0: reg 10 io port: [0x60b8-0x60bf]
pci 0000:00:0f.0: reg 14 io port: [0x60b0-0x60b3]
pci 0000:00:0f.0: reg 18 io port: [0x6008-0x600f]
pci 0000:00:0f.0: reg 1c io port: [0x6004-0x6007]
pci 0000:00:0f.0: reg 20 io port: [0x6010-0x601f]
pci 0000:00:0f.0: reg 24 io port: [0x6400-0x64ff]
pci 0000:00:0f.1: reg 20 io port: [0x60a0-0x60af]
pci 0000:00:10.0: reg 20 io port: [0x6020-0x603f]
pci 0000:00:10.0: supports D1 D2
pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:10.0: PME# disabled
pci 0000:00:10.1: reg 20 io port: [0x6040-0x605f]
pci 0000:00:10.1: supports D1 D2
pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:10.1: PME# disabled
pci 0000:00:10.2: reg 20 io port: [0x6060-0x607f]
pci 0000:00:10.2: supports D1 D2
pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:10.2: PME# disabled
pci 0000:00:10.3: reg 20 io port: [0x6080-0x609f]
pci 0000:00:10.3: supports D1 D2
pci 0000:00:10.3: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:10.3: PME# disabled
pci 0000:00:10.4: reg 10 32bit mmio: [0xc9400000-0xc94000ff]
pci 0000:00:10.4: supports D1 D2
pci 0000:00:10.4: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:10.4: PME# disabled
pci 0000:00:11.0: Force enabled HPET at 0xfed00000
pci 0000:00:12.0: reg 10 io port: [0x6800-0x68ff]
pci 0000:00:12.0: reg 14 32bit mmio: [0xc9400400-0xc94004ff]
pci 0000:00:12.0: supports D1 D2
pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:12.0: PME# disabled
pci 0000:01:00.0: reg 10 32bit mmio: [0xa0000000-0xbfffffff]
pci 0000:01:00.0: reg 14 32bit mmio: [0xc8000000-0xc8ffffff]
pci 0000:01:00.0: reg 30 32bit mmio: [0x000000-0x00ffff]
pci 0000:01:00.0: supports D1 D2
pci 0000:00:01.0: bridge 32bit mmio: [0xc8000000-0xc8ffffff]
pci 0000:00:01.0: bridge 32bit mmio pref: [0xa0000000-0xbfffffff]
pci 0000:00:03.0: bridge io port: [0x7000-0x7fff]
pci 0000:00:03.0: bridge 32bit mmio: [0xc9000000-0xc90fffff]
pci 0000:04:01.0: reg 10 64bit mmio: [0xc9100000-0xc9103fff]
pci 0000:04:01.0: PME# supported from D0 D3hot D3cold
pci 0000:04:01.0: PME# disabled
pci 0000:00:13.0: bridge 32bit mmio: [0xc9100000-0xc91fffff]
pci 0000:05:01.0: reg 10 32bit mmio: [0xc9000000-0xc900ffff]
pci 0000:00:13.1: transparent bridge
pci 0000:00:13.1: bridge 32bit mmio: [0xc9000000-0xc90fffff]
bus 00 -> node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGC._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE0C._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.SP2P._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2PE._PRT]
ACPI: PCI Interrupt Link [ALKA] (IRQs 16 17 18 19 20 21 22 23) *9, disabled.
ACPI: PCI Interrupt Link [ALKB] (IRQs 16 17 18 19 20 21 22 23) *10, disabled.
ACPI: PCI Interrupt Link [ALKC] (IRQs 22) *11, disabled.
ACPI: PCI Interrupt Link [ALKD] (IRQs 21) *3, disabled.
ACPI: PCI Interrupt Link [LNKA] (IRQs *9 10 11 12)
ACPI: PCI Interrupt Link [LNKB] (IRQs 9 *10 11 12)
ACPI: PCI Interrupt Link [LNKC] (IRQs 9 10 *11 12)
ACPI: PCI Interrupt Link [LNKD] (IRQs 9 10 11 12) *3
ACPI: Power Resource [PFAN] (off)
SCSI subsystem initialized
libata version 3.00 loaded.
PCI: Using ACPI for IRQ routing
pci 0000:00:13.1: BAR 8: can't allocate resource
pci 0000:05:01.0: BAR 0: can't allocate resource
hpet clockevent registered
HPET: 3 timers in total, 0 timers will be used for per-cpu timer
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
hpet0: 3 comparators, 32-bit 14.318180 MHz counter
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 10 devices
ACPI: ACPI bus type pnp unregistered
system 00:01: iomem range 0xe0000000-0xefffffff has been reserved
system 00:01: iomem range 0xf0012000-0xf0012fff has been reserved
system 00:01: iomem range 0xf0013000-0xf0013fff has been reserved
system 00:06: iomem range 0x0-0x9ffff could not be reserved
system 00:06: iomem range 0xc0000-0xcffff could not be reserved
system 00:06: iomem range 0xe0000-0xfffff could not be reserved
system 00:06: iomem range 0xe0000000-0xe01010ff has been reserved
system 00:06: iomem range 0xe00100ff-0xe00190fe has been reserved
system 00:06: iomem range 0xe00700ff-0xe007a0fe has been reserved
system 00:06: iomem range 0xe00800ff-0xe00a00fe has been reserved
system 00:06: iomem range 0xe01000ff-0xe06000fe could not be reserved
system 00:06: iomem range 0xf00120ff-0xf00140fe could not be reserved
system 00:06: iomem range 0xffb80000-0xffc7ffff has been reserved
system 00:06: iomem range 0xfff00000-0xffffffff has been reserved
system 00:06: iomem range 0xffee0000-0xffefffff has been reserved
system 00:06: iomem range 0xfec00000-0xfec0ffff has been reserved
system 00:06: iomem range 0xfee00000-0xfee0ffff could not be reserved
system 00:07: ioport range 0x4d0-0x4d1 has been reserved
system 00:07: ioport range 0xfe10-0xfe11 has been reserved
system 00:07: ioport range 0xfe00-0xfe00 has been reserved
system 00:07: ioport range 0x4000-0x407f has been reserved
system 00:07: ioport range 0x4100-0x411f has been reserved
Switched to high resolution mode on CPU 0
pci 0000:01:00.0: BAR 6: can't allocate mem resource [0xc0000000-0xbfffffff]
pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
pci 0000:00:01.0: IO window: disabled
pci 0000:00:01.0: MEM window: 0xc8000000-0xc8ffffff
pci 0000:00:01.0: PREFETCH window: 0x000000a0000000-0x000000bfffffff
pci 0000:00:02.0: PCI bridge, secondary bus 0000:02
pci 0000:00:02.0: IO window: disabled
pci 0000:00:02.0: MEM window: disabled
pci 0000:00:02.0: PREFETCH window: disabled
pci 0000:00:03.0: PCI bridge, secondary bus 0000:03
pci 0000:00:03.0: IO window: 0x7000-0x7fff
pci 0000:00:03.0: MEM window: 0xc9000000-0xc90fffff
pci 0000:00:03.0: PREFETCH window: disabled
pci 0000:00:13.0: PCI bridge, secondary bus 0000:04
pci 0000:00:13.0: IO window: disabled
pci 0000:00:13.0: MEM window: 0xc9100000-0xc91fffff
pci 0000:00:13.0: PREFETCH window: disabled
pci 0000:00:13.1: PCI bridge, secondary bus 0000:05
pci 0000:00:13.1: IO window: disabled
pci 0000:00:13.1: MEM window: 0x50000000-0x500fffff
pci 0000:00:13.1: PREFETCH window: disabled
pci 0000:00:01.0: setting latency timer to 64
pci 0000:00:02.0: PCI INT A -> GSI 27 (level, low) -> IRQ 27
pci 0000:00:02.0: setting latency timer to 64
pci 0000:00:03.0: PCI INT A -> GSI 31 (level, low) -> IRQ 31
pci 0000:00:03.0: setting latency timer to 64
pci 0000:00:13.0: setting latency timer to 64
pci 0000:00:13.1: setting latency timer to 64
bus: 00 index 0 io port: [0x00-0xffff]
bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
bus: 01 index 0 mmio: [0x0-0x0]
bus: 01 index 1 mmio: [0xc8000000-0xc8ffffff]
bus: 01 index 2 mmio: [0xa0000000-0xbfffffff]
bus: 01 index 3 mmio: [0x0-0x0]
bus: 02 index 0 mmio: [0x0-0x0]
bus: 02 index 1 mmio: [0x0-0x0]
bus: 02 index 2 mmio: [0x0-0x0]
bus: 02 index 3 mmio: [0x0-0x0]
bus: 03 index 0 io port: [0x7000-0x7fff]
bus: 03 index 1 mmio: [0xc9000000-0xc90fffff]
bus: 03 index 2 mmio: [0x0-0x0]
bus: 03 index 3 mmio: [0x0-0x0]
bus: 04 index 0 mmio: [0x0-0x0]
bus: 04 index 1 mmio: [0xc9100000-0xc91fffff]
bus: 04 index 2 mmio: [0x0-0x0]
bus: 04 index 3 mmio: [0x0-0x0]
bus: 05 index 0 mmio: [0x0-0x0]
bus: 05 index 1 mmio: [0x50000000-0x500fffff]
bus: 05 index 2 mmio: [0x0-0x0]
bus: 05 index 3 io port: [0x00-0xffff]
bus: 05 index 4 mmio: [0x000000-0xffffffffffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
msgmni has been set to 1512
io scheduler noop registered
io scheduler anticipatory registered (default)
PCI: VIA PCI bridge detected.Disabling DAC.
pci 0000:00:10.4: EHCI: BIOS handoff failed (BIOS bug?) 01010001
pci 0000:01:00.0: Boot video device
pcieport-driver 0000:00:02.0: setting latency timer to 64
pcieport-driver 0000:00:02.0: found MSI capability
pcieport-driver 0000:00:02.0: irq 287 for MSI/MSI-X
pci_express 0000:00:02.0:pcie00: allocate port service
pci_express 0000:00:02.0:pcie01: allocate port service
pci_express 0000:00:02.0:pcie02: allocate port service
pci_express 0000:00:02.0:pcie03: allocate port service
pcieport-driver 0000:00:03.0: setting latency timer to 64
pcieport-driver 0000:00:03.0: found MSI capability
pcieport-driver 0000:00:03.0: irq 286 for MSI/MSI-X
pci_express 0000:00:03.0:pcie00: allocate port service
pci_express 0000:00:03.0:pcie01: allocate port service
pci_express 0000:00:03.0:pcie02: allocate port service
pci_express 0000:00:03.0:pcie03: allocate port service
aer 0000:00:02.0:pcie01: AER service couldn't init device: no _OSC support
aer 0000:00:03.0:pcie01: AER service couldn't init device: no _OSC support
Driver 'sd' needs updating - please use bus_type methods
sata_via 0000:00:0f.0: version 2.4
sata_via 0000:00:0f.0: PCI INT B -> GSI 21 (level, low) -> IRQ 21
sata_via 0000:00:0f.0: routed to hard irq line 10
sata_via 0000:00:0f.0: setting latency timer to 64
scsi0 : sata_via
scsi1 : sata_via
ata1: SATA max UDMA/133 cmd 0x60b8 ctl 0x60b0 bmdma 0x6010 irq 21
ata2: SATA max UDMA/133 cmd 0x6008 ctl 0x6004 bmdma 0x6018 irq 21
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.00: ATA-7: ST980811AS, 3.ALE, max UDMA/133
ata1.00: 156301488 sectors, multi 16: LBA48 NCQ (depth 0/32)
ata1.00: configured for UDMA/133
ata2: SATA link down 1.5 Gbps (SStatus 0 SControl 300)
scsi 0:0:0:0: Direct-Access ATA ST980811AS 3.AL PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors: (80.0 GB/74.5 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors: (80.0 GB/74.5 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sda: sda1 sda2
sd 0:0:0:0: [sda] Attached SCSI disk
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
i8042.c: Detected active multiplexing controller, rev 1.1.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX0 port at 0x60,0x64 irq 12
serio: i8042 AUX1 port at 0x60,0x64 irq 12
serio: i8042 AUX2 port at 0x60,0x64 irq 12
serio: i8042 AUX3 port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
cpuidle: using governor ladder
cpuidle: using governor menu
TCP cubic registered
Using IPI Shortcut mode
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
EXT4-fs: barriers enabled
kjournald2 starting. Commit interval 5 seconds
EXT4-fs: delayed allocation enabled
EXT4-fs: file extents enabled
EXT4-fs: mballoc enabled
EXT4-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext4 filesystem) readonly.
Freeing unused kernel memory: 236k freed
Write protecting the kernel text: 1948k
Write protecting the kernel read-only data: 524k
NET: Registered protocol family 1
Linux agpgart interface v0.103
agpgart: Detected VIA P4M900 chipset
agpgart-via 0000:00:00.0: AGP aperture is 128M @ 0xc0000000
ACPI: processor limited to max C-state 1
ACPI: CPU0 (power states: C1[C1] C2[C2])
processor ACPI_CPU:00: registered as cooling_device0
ACPI: Processor [CPU0] (supports 16 throttling states)
thermal LNXTHERM:01: registered as thermal_zone0
ACPI: Thermal Zone [THRM] (50 C)
input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
ACPI: AC Adapter [ACAD] (on-line)
ACPI: Battery Slot [BAT0] (battery present)
ACPI: Power Button (FF) [PWRF]
input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
fan PNP0C0B:00: registered as cooling_device1
ACPI: Fan [FAN] (on)
ACPI: Power Button (CM) [PWRB]
input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
ACPI: Lid Switch [LID]
pata_via 0000:00:0f.1: version 0.3.3
pata_via 0000:00:0f.1: power state changed by ACPI to D0
pata_via 0000:00:0f.1: setting latency timer to 64
scsi2 : pata_via
scsi3 : pata_via
ata3: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x60a0 irq 14
ata4: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x60a8 irq 15
ata3: port disabled. ignoring.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
ata4.00: ATAPI: Optiarc DVD RW AD-7540A, 1.42, max UDMA/33
ata4.00: configured for UDMA/33
scsi 3:0:0:0: CD-ROM Optiarc DVD RW AD-7540A 1.42 PQ: 0 ANSI: 5
cfg80211: Using static regulatory domain info
cfg80211: Regulatory domain: US
(start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
(2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
(5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
(5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
(5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
(5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
(5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
cfg80211: Calling CRDA for country: US
via-rhine.c:v1.10-LK1.4.3 2007-03-06 Written by Donald Becker
via-rhine 0000:00:12.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
eth0: VIA Rhine II at 0xc9400400, 00:14:0b:0f:ba:c3, IRQ 23.
eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 45e1.
uhci_hcd: USB Universal Host Controller Interface driver
uhci_hcd 0000:00:10.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
uhci_hcd 0000:00:10.0: setting latency timer to 64
uhci_hcd 0000:00:10.0: UHCI Host Controller
uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
uhci_hcd 0000:00:10.0: irq 20, io base 0x00006020
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
uhci_hcd 0000:00:10.1: PCI INT B -> GSI 22 (level, low) -> IRQ 22
uhci_hcd 0000:00:10.1: setting latency timer to 64
uhci_hcd 0000:00:10.1: UHCI Host Controller
uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:10.1: irq 22, io base 0x00006040
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
uhci_hcd 0000:00:10.2: PCI INT C -> GSI 21 (level, low) -> IRQ 21
uhci_hcd 0000:00:10.2: setting latency timer to 64
uhci_hcd 0000:00:10.2: UHCI Host Controller
uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:10.2: irq 21, io base 0x00006060
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
uhci_hcd 0000:00:10.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
uhci_hcd 0000:00:10.3: setting latency timer to 64
uhci_hcd 0000:00:10.3: UHCI Host Controller
uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:10.3: irq 23, io base 0x00006080
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
ehci_hcd 0000:00:10.4: PCI INT C -> GSI 21 (level, low) -> IRQ 21
ehci_hcd 0000:00:10.4: setting latency timer to 64
ehci_hcd 0000:00:10.4: EHCI Host Controller
ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 5
ehci_hcd 0000:00:10.4: irq 21, io mem 0xc9400000
ehci_hcd 0000:00:10.4: USB 2.0 started, EHCI 1.00
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 8 ports detected
input: PC Speaker as /devices/platform/pcspkr/input/input4
rtc_cmos 00:04: RTC can wake from S4
rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
HDA Intel 0000:04:01.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
HDA Intel 0000:04:01.0: setting latency timer to 64
HDA Intel 0000:04:01.0: PCI: Disallowing DAC for device
ath5k_pci 0000:05:01.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
ath5k_pci 0000:05:01.0: registered as 'phy0'
input: PS/2 Mouse as /devices/platform/i8042/serio4/input/input5
phy0: Selected rate control algorithm 'pid'
Driver 'sr' needs updating - please use bus_type methods
sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 3:0:0:0: Attached scsi CD-ROM sr0
input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio4/input/input6
ath5k phy0: Atheros AR2413 chip found (MAC: 0x78, PHY: 0x45)
Adding 1975984k swap on /dev/sda2. Priority:-1 extents:1 across:1975984k
EXT4 FS on sda1, internal journal on sda1:8
loop: module loaded
p4-clockmod: P4/Xeon(TM) CPU On-Demand Clock Modulation available
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
NET: Registered protocol family 17
VIA Graphics Intergration Chipset framebuffer 2.4 initializing
VIAFB PCI Probe!!
parse_lcd_port: viafb_lcd_port:,interface:0
parse_dvi_port: viafb_dvi_port:,interface:0
before first ioremap
I2C bus via_i2c registered.
TMDS Chip = 0
viafb_init_dvi_size()
viaparinfo->tmds_setting_info->get_dvi_size_method 2
dvi_get_panel_info!
viafb_dvi_sense!!
viafb_dvi_query_EDID!!
viafb_dvi_query_EDID!!
dvi panel size is 0
viafb_lvds_identify_vt1636.
viafb_lvds_identify_vt1636.
viafb_init_lcd_size()
viaparinfo->lvds_setting_info->get_lcd_size_method 2
Get LCD Size method by VGA BIOS !!
fp_get_panel_id()
LCD Panel_ID = 1
LCD Panel Size = 1
LVDS Chip = 0
LVDS1 output_interface = 5
LVDS2 output_interface = 5
Device ID = 3364
FB Size = 6000
Get FB info from PCI system!
fb_base = a0000000
fb_len = 10000000
------------[ cut here ]------------
kernel BUG at mm/vmalloc.c:294!
invalid opcode: 0000 [#1]
last sysfs file: /sys/devices/virtual/block/loop7/range
Modules linked in: viafb(+) fb i2c_algo_bit cfbcopyarea cfbimgblt cfbfillrect af_packet p4_clockmod speedstep_lib loop arc4 ecb cryptomgr aead crypto_blkcipher crypto_algapi sr_mod ath5k cdrom mac80211 crypto snd_hda_intel led_class snd_pcm snd_timer snd_page_alloc snd_hwdep rtc_cmos rtc_core rtc_lib snd pcspkr psmouse evdev ehci_hcd uhci_hcd via_rhine mii soundcore cfg80211 i2c_viapro i2c_core usbcore pata_via fan battery ac button thermal processor thermal_sys via_agp agpgart hwmon unix
Pid: 1720, comm: modprobe Not tainted (2.6.28.3 #9) AMILO PRO V3515
EIP: 0060:[<c0162b00>] EFLAGS: 00010207 CPU: 0
EIP is at __insert_vmap_area+0x90/0xc0
EAX: 00701000 EBX: f0700000 ECX: 00000000 EDX: efbe044c
ESI: ee173800 EDI: 00080000 EBP: 10001000 ESP: ee205d10
DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 0068
Process modprobe (pid: 1720, ti=ee204000 task=ef8d3020 task.ti=ee204000)
Stack:
f0700000 f0700000 c0162ca8 00000046 00701000 ee173800 00000000 ee173800
0007ffff fff80000 c0103ddc 00000002 eeb48160 00080000 eeb48160 10001000
c0162ded fffaa000 ffffffff 000000d0 f0690000 00000001 fffaa000 b0000000
Call Trace:
[<c0162ca8>] alloc_vmap_area+0x178/0x210
[<c0103ddc>] apic_timer_interrupt+0x28/0x30
[<c0162ded>] __get_vm_area_node+0xad/0x160
[<c0162f2c>] get_vm_area_caller+0x3c/0x50
[<f0abb2ba>] viafb_init+0x2ba/0xf40 [viafb]
[<c0116e53>] __ioremap_caller+0x1c3/0x350
[<c0205179>] pci_get_subsys+0x59/0x80
[<f0abb2ba>] viafb_init+0x2ba/0xf40 [viafb]
[<c0117138>] ioremap_nocache+0x18/0x20
[<f0abb2ba>] viafb_init+0x2ba/0xf40 [viafb]
[<f0abb2ba>] viafb_init+0x2ba/0xf40 [viafb]
[<f0abb000>] viafb_init+0x0/0xf40 [viafb]
[<c0101126>] do_one_initcall+0x36/0x1b0
[<c01b02a0>] sysfs_ilookup_test+0x0/0x10
[<c01b06e1>] __sysfs_add_one+0x11/0xa0
[<c01b0a44>] sysfs_addrm_finish+0x14/0x1b0
[<c01630d0>] __vunmap+0xb0/0xe0
[<c01426ea>] load_module+0x128a/0x13f0
[<c01429ab>] sys_init_module+0x8b/0x1b0
[<c0103261>] sysenter_do_call+0x12/0x25
Code: 8b 5a 18 8d 4e 18 89 46 1c 89 5e 18 89 4a 18 89 4b 04 5b 5e c3 8d b6 00 00 00 00 8b 46 04 3b 42 f4 76 08 8d 42 04 89 d1 eb 9d 90 <0f> 0b eb fe a1 84 9c 37 c0 8d 56 18 c7 46 1c 84 9c 37 c0 89 46
EIP: [<c0162b00>] __insert_vmap_area+0x90/0xc0 SS:ESP 0068:ee205d10
---[ end trace ee2332a21e2a0223 ]---
[-- Attachment #3: config --]
[-- Type: application/octet-stream, Size: 55628 bytes --]
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.28.3
# Sat Feb 7 22:16:52 2009
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
# CONFIG_X86_64 is not set
CONFIG_X86=y
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig"
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_FAST_CMPXCHG_LOCAL=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
# CONFIG_GENERIC_TIME_VSYSCALL is not set
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_DEFAULT_IDLE=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
# CONFIG_HAVE_CPUMASK_OF_CPU_MAP is not set
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
# CONFIG_ZONE_DMA32 is not set
CONFIG_ARCH_POPULATES_NODE_MAP=y
# CONFIG_AUDIT_ARCH is not set
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_KTIME_SCALAR=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
#
# General setup
#
CONFIG_EXPERIMENTAL=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
# CONFIG_BSD_PROCESS_ACCT is not set
# CONFIG_TASKSTATS is not set
# CONFIG_AUDIT is not set
# CONFIG_IKCONFIG is not set
CONFIG_LOG_BUF_SHIFT=17
# CONFIG_CGROUPS is not set
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
# CONFIG_GROUP_SCHED is not set
# CONFIG_SYSFS_DEPRECATED_V2 is not set
# CONFIG_RELAY is not set
CONFIG_NAMESPACES=y
# CONFIG_UTS_NS is not set
# CONFIG_IPC_NS is not set
# CONFIG_USER_NS is not set
# CONFIG_PID_NS is not set
# CONFIG_BLK_DEV_INITRD is not set
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
# CONFIG_EMBEDDED is not set
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_ALL is not set
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_PCSPKR_PLATFORM=y
# CONFIG_COMPAT_BRK is not set
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_ANON_INODES=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_PCI_QUIRKS=y
CONFIG_SLUB_DEBUG=y
# CONFIG_SLAB is not set
CONFIG_SLUB=y
# CONFIG_SLOB is not set
# CONFIG_PROFILING is not set
# CONFIG_MARKERS is not set
CONFIG_HAVE_OPROFILE=y
# CONFIG_KPROBES is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_GENERIC_DMA_COHERENT=y
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
# CONFIG_MODULE_FORCE_LOAD is not set
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y
CONFIG_BLOCK=y
# CONFIG_LBD is not set
# CONFIG_BLK_DEV_IO_TRACE is not set
# CONFIG_LSF is not set
# CONFIG_BLK_DEV_BSG is not set
# CONFIG_BLK_DEV_INTEGRITY is not set
#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
# CONFIG_IOSCHED_DEADLINE is not set
# CONFIG_IOSCHED_CFQ is not set
CONFIG_DEFAULT_AS=y
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="anticipatory"
CONFIG_CLASSIC_RCU=y
CONFIG_FREEZER=y
#
# Processor type and features
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
# CONFIG_SMP is not set
# CONFIG_X86_MPPARSE is not set
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_VSMP is not set
# CONFIG_X86_RDC321X is not set
# CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER is not set
# CONFIG_PARAVIRT_GUEST is not set
# CONFIG_MEMTEST is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
CONFIG_MPENTIUMM=y
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MGEODE_LX is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_MVIAC7 is not set
# CONFIG_MPSC is not set
# CONFIG_MCORE2 is not set
# CONFIG_GENERIC_CPU is not set
# CONFIG_X86_GENERIC is not set
CONFIG_X86_CPU=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_XADD=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=4
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_CYRIX_32=y
CONFIG_CPU_SUP_AMD=y
CONFIG_CPU_SUP_CENTAUR_32=y
CONFIG_CPU_SUP_TRANSMETA_32=y
CONFIG_CPU_SUP_UMC_32=y
# CONFIG_X86_DS is not set
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
# CONFIG_IOMMU_HELPER is not set
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
CONFIG_X86_UP_APIC=y
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_NONFATAL=m
CONFIG_X86_MCE_P4THERMAL=y
CONFIG_VM86=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_X86_REBOOTFIXUPS is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
CONFIG_PAGE_OFFSET=0xC0000000
CONFIG_X86_PAE=y
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM_MANUAL=y
# CONFIG_DISCONTIGMEM_MANUAL is not set
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_SPARSEMEM_STATIC=y
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_RESOURCES_64BIT=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_UNEVICTABLE_LRU=y
CONFIG_X86_CHECK_BIOS_CORRUPTION=y
CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y
CONFIG_X86_RESERVE_LOW_64K=y
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
CONFIG_X86_PAT=y
# CONFIG_EFI is not set
# CONFIG_SECCOMP is not set
CONFIG_HZ_100=y
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=100
CONFIG_SCHED_HRTICK=y
# CONFIG_KEXEC is not set
CONFIG_PHYSICAL_START=0x100000
# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x100000
# CONFIG_COMPAT_VDSO is not set
# CONFIG_CMDLINE_BOOL is not set
#
# Power management and ACPI options
#
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
CONFIG_PM_SLEEP=y
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION="/dev/sda2"
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
# CONFIG_ACPI_PROCFS is not set
CONFIG_ACPI_PROCFS_POWER=y
CONFIG_ACPI_SYSFS_POWER=y
CONFIG_ACPI_PROC_EVENT=y
CONFIG_ACPI_AC=m
CONFIG_ACPI_BATTERY=m
CONFIG_ACPI_BUTTON=m
# CONFIG_ACPI_VIDEO is not set
CONFIG_ACPI_FAN=m
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_THERMAL=m
CONFIG_ACPI_WMI=m
CONFIG_ACPI_ASUS=m
CONFIG_ACPI_TOSHIBA=m
# CONFIG_ACPI_CUSTOM_DSDT is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
# CONFIG_ACPI_PCI_SLOT is not set
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y
# CONFIG_ACPI_CONTAINER is not set
# CONFIG_ACPI_SBS is not set
# CONFIG_APM is not set
#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
# CONFIG_CPU_FREQ_DEBUG is not set
CONFIG_CPU_FREQ_STAT=m
# CONFIG_CPU_FREQ_STAT_DETAILS is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=m
CONFIG_CPU_FREQ_GOV_USERSPACE=m
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
#
# CPUFreq processor drivers
#
# CONFIG_X86_ACPI_CPUFREQ is not set
# CONFIG_X86_POWERNOW_K6 is not set
# CONFIG_X86_POWERNOW_K7 is not set
# CONFIG_X86_POWERNOW_K8 is not set
# CONFIG_X86_GX_SUSPMOD is not set
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
CONFIG_X86_SPEEDSTEP_ICH=m
CONFIG_X86_SPEEDSTEP_SMI=m
CONFIG_X86_P4_CLOCKMOD=m
# CONFIG_X86_CPUFREQ_NFORCE2 is not set
# CONFIG_X86_LONGRUN is not set
# CONFIG_X86_LONGHAUL is not set
# CONFIG_X86_E_POWERSAVER is not set
#
# shared options
#
CONFIG_X86_SPEEDSTEP_LIB=m
CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK=y
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y
#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
# CONFIG_PCI_GOOLPC is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCIEPORTBUS=y
CONFIG_PCIEAER=y
CONFIG_PCIEASPM=y
# CONFIG_PCIEASPM_DEBUG is not set
CONFIG_ARCH_SUPPORTS_MSI=y
CONFIG_PCI_MSI=y
CONFIG_PCI_LEGACY=y
# CONFIG_PCI_DEBUG is not set
CONFIG_HT_IRQ=y
CONFIG_ISA_DMA_API=y
# CONFIG_ISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set
# CONFIG_OLPC is not set
CONFIG_PCCARD=m
# CONFIG_PCMCIA_DEBUG is not set
CONFIG_PCMCIA=m
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_PCMCIA_IOCTL=y
CONFIG_CARDBUS=y
#
# PC-card bridges
#
CONFIG_YENTA=m
CONFIG_YENTA_O2=y
CONFIG_YENTA_RICOH=y
CONFIG_YENTA_TI=y
CONFIG_YENTA_ENE_TUNE=y
CONFIG_YENTA_TOSHIBA=y
CONFIG_PD6729=m
CONFIG_I82092=m
CONFIG_PCCARD_NONSTATIC=m
# CONFIG_HOTPLUG_PCI is not set
#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
CONFIG_HAVE_AOUT=y
# CONFIG_BINFMT_AOUT is not set
# CONFIG_BINFMT_MISC is not set
CONFIG_HAVE_ATOMIC_IOMAP=y
CONFIG_NET=y
#
# Networking options
#
CONFIG_PACKET=m
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=m
# CONFIG_NET_KEY is not set
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_FIB_HASH=y
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_ARPD is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
# CONFIG_INET_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_BEET is not set
CONFIG_INET_LRO=m
# CONFIG_INET_DIAG is not set
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
# CONFIG_IPV6 is not set
# CONFIG_NETWORK_SECMARK is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_NETFILTER_ADVANCED=y
CONFIG_BRIDGE_NETFILTER=y
#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_NETLINK=m
CONFIG_NETFILTER_NETLINK_QUEUE=m
CONFIG_NETFILTER_NETLINK_LOG=m
CONFIG_NF_CONNTRACK=m
CONFIG_NF_CT_ACCT=y
CONFIG_NF_CONNTRACK_MARK=y
CONFIG_NF_CONNTRACK_EVENTS=y
CONFIG_NF_CT_PROTO_DCCP=m
CONFIG_NF_CT_PROTO_GRE=m
CONFIG_NF_CT_PROTO_SCTP=m
CONFIG_NF_CT_PROTO_UDPLITE=m
CONFIG_NF_CONNTRACK_AMANDA=m
CONFIG_NF_CONNTRACK_FTP=m
CONFIG_NF_CONNTRACK_H323=m
CONFIG_NF_CONNTRACK_IRC=m
CONFIG_NF_CONNTRACK_NETBIOS_NS=m
CONFIG_NF_CONNTRACK_PPTP=m
CONFIG_NF_CONNTRACK_SANE=m
CONFIG_NF_CONNTRACK_SIP=m
CONFIG_NF_CONNTRACK_TFTP=m
CONFIG_NF_CT_NETLINK=m
CONFIG_NETFILTER_TPROXY=m
CONFIG_NETFILTER_XTABLES=m
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
CONFIG_NETFILTER_XT_TARGET_DSCP=m
CONFIG_NETFILTER_XT_TARGET_MARK=m
CONFIG_NETFILTER_XT_TARGET_NFLOG=m
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
CONFIG_NETFILTER_XT_TARGET_NOTRACK=m
CONFIG_NETFILTER_XT_TARGET_RATEEST=m
CONFIG_NETFILTER_XT_TARGET_TPROXY=m
CONFIG_NETFILTER_XT_TARGET_TRACE=m
CONFIG_NETFILTER_XT_TARGET_TCPMSS=m
CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
CONFIG_NETFILTER_XT_MATCH_COMMENT=m
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m
CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
CONFIG_NETFILTER_XT_MATCH_DCCP=m
CONFIG_NETFILTER_XT_MATCH_DSCP=m
CONFIG_NETFILTER_XT_MATCH_ESP=m
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
CONFIG_NETFILTER_XT_MATCH_HELPER=m
CONFIG_NETFILTER_XT_MATCH_IPRANGE=m
CONFIG_NETFILTER_XT_MATCH_LENGTH=m
CONFIG_NETFILTER_XT_MATCH_LIMIT=m
CONFIG_NETFILTER_XT_MATCH_MAC=m
CONFIG_NETFILTER_XT_MATCH_MARK=m
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
CONFIG_NETFILTER_XT_MATCH_OWNER=m
# CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
CONFIG_NETFILTER_XT_MATCH_QUOTA=m
CONFIG_NETFILTER_XT_MATCH_RATEEST=m
CONFIG_NETFILTER_XT_MATCH_REALM=m
CONFIG_NETFILTER_XT_MATCH_RECENT=m
# CONFIG_NETFILTER_XT_MATCH_RECENT_PROC_COMPAT is not set
CONFIG_NETFILTER_XT_MATCH_SCTP=m
CONFIG_NETFILTER_XT_MATCH_SOCKET=m
CONFIG_NETFILTER_XT_MATCH_STATE=m
CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
CONFIG_NETFILTER_XT_MATCH_STRING=m
CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
CONFIG_NETFILTER_XT_MATCH_TIME=m
CONFIG_NETFILTER_XT_MATCH_U32=m
# CONFIG_IP_VS is not set
#
# IP: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV4=m
CONFIG_NF_CONNTRACK_IPV4=m
# CONFIG_NF_CONNTRACK_PROC_COMPAT is not set
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_ADDRTYPE=m
CONFIG_IP_NF_MATCH_AH=m
CONFIG_IP_NF_MATCH_ECN=m
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_TARGET_ULOG=m
CONFIG_NF_NAT=m
CONFIG_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_NETMAP=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_NF_NAT_SNMP_BASIC=m
CONFIG_NF_NAT_PROTO_DCCP=m
CONFIG_NF_NAT_PROTO_GRE=m
CONFIG_NF_NAT_PROTO_UDPLITE=m
CONFIG_NF_NAT_PROTO_SCTP=m
CONFIG_NF_NAT_FTP=m
CONFIG_NF_NAT_IRC=m
CONFIG_NF_NAT_TFTP=m
CONFIG_NF_NAT_AMANDA=m
CONFIG_NF_NAT_PPTP=m
CONFIG_NF_NAT_H323=m
CONFIG_NF_NAT_SIP=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_CLUSTERIP=m
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_TTL=m
CONFIG_IP_NF_RAW=m
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m
CONFIG_IP_NF_ARP_MANGLE=m
# CONFIG_BRIDGE_NF_EBTABLES is not set
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
CONFIG_STP=m
CONFIG_GARP=m
CONFIG_BRIDGE=m
# CONFIG_NET_DSA is not set
CONFIG_VLAN_8021Q=m
CONFIG_VLAN_8021Q_GVRP=y
# CONFIG_DECNET is not set
CONFIG_LLC=m
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_SCHED is not set
CONFIG_NET_CLS_ROUTE=y
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
# CONFIG_AF_RXRPC is not set
# CONFIG_PHONET is not set
CONFIG_WIRELESS=y
CONFIG_CFG80211=m
CONFIG_NL80211=y
CONFIG_WIRELESS_OLD_REGULATORY=y
CONFIG_WIRELESS_EXT=y
CONFIG_WIRELESS_EXT_SYSFS=y
CONFIG_MAC80211=m
#
# Rate control algorithm selection
#
CONFIG_MAC80211_RC_PID=y
# CONFIG_MAC80211_RC_MINSTREL is not set
CONFIG_MAC80211_RC_DEFAULT_PID=y
# CONFIG_MAC80211_RC_DEFAULT_MINSTREL is not set
CONFIG_MAC80211_RC_DEFAULT="pid"
# CONFIG_MAC80211_MESH is not set
CONFIG_MAC80211_LEDS=y
# CONFIG_MAC80211_DEBUG_MENU is not set
# CONFIG_IEEE80211 is not set
CONFIG_RFKILL=m
CONFIG_RFKILL_INPUT=m
CONFIG_RFKILL_LEDS=y
# CONFIG_NET_9P is not set
#
# Device Drivers
#
#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_STANDALONE=y
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
CONFIG_FW_LOADER=y
# CONFIG_FIRMWARE_IN_KERNEL is not set
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
# CONFIG_CONNECTOR is not set
# CONFIG_MTD is not set
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
# CONFIG_PARPORT_SERIAL is not set
CONFIG_PARPORT_PC_FIFO=y
CONFIG_PARPORT_PC_SUPERIO=y
CONFIG_PARPORT_PC_PCMCIA=m
# CONFIG_PARPORT_GSC is not set
# CONFIG_PARPORT_AX88796 is not set
CONFIG_PARPORT_1284=y
CONFIG_PARPORT_NOT_PC=y
CONFIG_PNP=y
CONFIG_PNP_DEBUG_MESSAGES=y
#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
CONFIG_BLK_DEV_FD=m
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_CRYPTOLOOP=m
CONFIG_BLK_DEV_NBD=m
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
# CONFIG_BLK_DEV_HD is not set
CONFIG_MISC_DEVICES=y
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_SGI_IOC4 is not set
# CONFIG_TIFM_CORE is not set
# CONFIG_ACER_WMI is not set
# CONFIG_ASUS_LAPTOP is not set
CONFIG_FUJITSU_LAPTOP=m
# CONFIG_FUJITSU_LAPTOP_DEBUG is not set
# CONFIG_TC1100_WMI is not set
# CONFIG_HP_WMI is not set
# CONFIG_ICS932S401 is not set
# CONFIG_MSI_LAPTOP is not set
# CONFIG_PANASONIC_LAPTOP is not set
# CONFIG_COMPAL_LAPTOP is not set
# CONFIG_SONY_LAPTOP is not set
# CONFIG_THINKPAD_ACPI is not set
# CONFIG_INTEL_MENLOW is not set
# CONFIG_EEEPC_LAPTOP is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_HP_ILO is not set
# CONFIG_C2PORT is not set
CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set
#
# SCSI device support
#
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_TGT is not set
# CONFIG_SCSI_NETLINK is not set
CONFIG_SCSI_PROC_FS=y
#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=m
# CONFIG_BLK_DEV_SR_VENDOR is not set
# CONFIG_CHR_DEV_SG is not set
# CONFIG_CHR_DEV_SCH is not set
#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
CONFIG_SCSI_SCAN_ASYNC=y
CONFIG_SCSI_WAIT_SCAN=m
#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
# CONFIG_SCSI_LOWLEVEL is not set
# CONFIG_SCSI_LOWLEVEL_PCMCIA is not set
# CONFIG_SCSI_DH is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_ACPI=y
CONFIG_SATA_PMP=y
# CONFIG_SATA_AHCI is not set
# CONFIG_SATA_SIL24 is not set
CONFIG_ATA_SFF=y
# CONFIG_SATA_SVW is not set
# CONFIG_ATA_PIIX is not set
# CONFIG_SATA_MV is not set
# CONFIG_SATA_NV is not set
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SX4 is not set
# CONFIG_SATA_SIL is not set
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_ULI is not set
CONFIG_SATA_VIA=y
# CONFIG_SATA_VITESSE is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_PATA_ACPI is not set
# CONFIG_PATA_ALI is not set
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CS5520 is not set
# CONFIG_PATA_CS5530 is not set
# CONFIG_PATA_CS5535 is not set
# CONFIG_PATA_CS5536 is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
# CONFIG_ATA_GENERIC is not set
# CONFIG_PATA_HPT366 is not set
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_MARVELL is not set
# CONFIG_PATA_MPIIX is not set
# CONFIG_PATA_OLDPIIX is not set
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NINJA32 is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_NS87415 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_OPTIDMA is not set
# CONFIG_PATA_PCMCIA is not set
# CONFIG_PATA_PDC_OLD is not set
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RZ1000 is not set
# CONFIG_PATA_SC1200 is not set
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_SIL680 is not set
# CONFIG_PATA_SIS is not set
CONFIG_PATA_VIA=m
# CONFIG_PATA_WINBOND is not set
# CONFIG_PATA_SCH is not set
# CONFIG_MD is not set
# CONFIG_FUSION is not set
#
# IEEE 1394 (FireWire) support
#
#
# Enable only one of the two stacks, unless you know what you are doing
#
# CONFIG_FIREWIRE is not set
# CONFIG_IEEE1394 is not set
# CONFIG_I2O is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
# CONFIG_MACVLAN is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
# CONFIG_VETH is not set
# CONFIG_NET_SB1000 is not set
# CONFIG_ARCNET is not set
# CONFIG_PHYLIB is not set
CONFIG_NET_ETHERNET=y
CONFIG_MII=m
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_NET_TULIP is not set
# CONFIG_HP100 is not set
# CONFIG_IBM_NEW_EMAC_ZMII is not set
# CONFIG_IBM_NEW_EMAC_RGMII is not set
# CONFIG_IBM_NEW_EMAC_TAH is not set
# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
# CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set
# CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set
# CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_B44 is not set
# CONFIG_FORCEDETH is not set
# CONFIG_EEPRO100 is not set
# CONFIG_E100 is not set
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_8139CP is not set
# CONFIG_8139TOO is not set
# CONFIG_R6040 is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_TLAN is not set
CONFIG_VIA_RHINE=m
CONFIG_VIA_RHINE_MMIO=y
# CONFIG_SC92031 is not set
# CONFIG_NET_POCKET is not set
# CONFIG_ATL2 is not set
# CONFIG_NETDEV_1000 is not set
# CONFIG_NETDEV_10000 is not set
# CONFIG_TR is not set
#
# Wireless LAN
#
# CONFIG_WLAN_PRE80211 is not set
CONFIG_WLAN_80211=y
# CONFIG_PCMCIA_RAYCS is not set
# CONFIG_IPW2100 is not set
# CONFIG_IPW2200 is not set
# CONFIG_LIBERTAS is not set
# CONFIG_LIBERTAS_THINFIRM is not set
# CONFIG_AIRO is not set
# CONFIG_HERMES is not set
# CONFIG_ATMEL is not set
# CONFIG_AIRO_CS is not set
# CONFIG_PCMCIA_WL3501 is not set
# CONFIG_PRISM54 is not set
# CONFIG_USB_ZD1201 is not set
# CONFIG_USB_NET_RNDIS_WLAN is not set
# CONFIG_RTL8180 is not set
# CONFIG_RTL8187 is not set
# CONFIG_ADM8211 is not set
# CONFIG_MAC80211_HWSIM is not set
# CONFIG_P54_COMMON is not set
CONFIG_ATH5K=m
# CONFIG_ATH5K_DEBUG is not set
# CONFIG_ATH9K is not set
# CONFIG_IWLCORE is not set
# CONFIG_IWLWIFI_LEDS is not set
# CONFIG_IWLAGN is not set
# CONFIG_IWL3945 is not set
# CONFIG_HOSTAP is not set
# CONFIG_B43 is not set
# CONFIG_B43LEGACY is not set
# CONFIG_ZD1211RW is not set
# CONFIG_RT2X00 is not set
#
# USB Network Adapters
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET is not set
# CONFIG_USB_HSO is not set
CONFIG_NET_PCMCIA=y
CONFIG_PCMCIA_3C589=m
CONFIG_PCMCIA_3C574=m
CONFIG_PCMCIA_FMVJ18X=m
CONFIG_PCMCIA_PCNET=m
CONFIG_PCMCIA_NMCLAN=m
CONFIG_PCMCIA_SMC91C92=m
CONFIG_PCMCIA_XIRC2PS=m
CONFIG_PCMCIA_AXNET=m
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PLIP is not set
CONFIG_PPP=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
# CONFIG_PPP_MPPE is not set
# CONFIG_PPPOE is not set
# CONFIG_PPPOL2TP is not set
# CONFIG_SLIP is not set
CONFIG_SLHC=m
# CONFIG_NET_FC is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_ISDN is not set
# CONFIG_PHONE is not set
#
# Input device support
#
CONFIG_INPUT=y
# CONFIG_INPUT_FF_MEMLESS is not set
CONFIG_INPUT_POLLDEV=m
#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_EVDEV=m
# CONFIG_INPUT_EVBUG is not set
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=m
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
# CONFIG_MOUSE_PS2_ELANTECH is not set
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_BCM5974 is not set
# CONFIG_MOUSE_VSXXXAA is not set
CONFIG_INPUT_JOYSTICK=y
CONFIG_JOYSTICK_ANALOG=m
# CONFIG_JOYSTICK_A3D is not set
# CONFIG_JOYSTICK_ADI is not set
# CONFIG_JOYSTICK_COBRA is not set
# CONFIG_JOYSTICK_GF2K is not set
# CONFIG_JOYSTICK_GRIP is not set
# CONFIG_JOYSTICK_GRIP_MP is not set
# CONFIG_JOYSTICK_GUILLEMOT is not set
# CONFIG_JOYSTICK_INTERACT is not set
# CONFIG_JOYSTICK_SIDEWINDER is not set
# CONFIG_JOYSTICK_TMDC is not set
# CONFIG_JOYSTICK_IFORCE is not set
# CONFIG_JOYSTICK_WARRIOR is not set
# CONFIG_JOYSTICK_MAGELLAN is not set
# CONFIG_JOYSTICK_SPACEORB is not set
# CONFIG_JOYSTICK_SPACEBALL is not set
# CONFIG_JOYSTICK_STINGER is not set
# CONFIG_JOYSTICK_TWIDJOY is not set
# CONFIG_JOYSTICK_ZHENHUA is not set
# CONFIG_JOYSTICK_DB9 is not set
# CONFIG_JOYSTICK_GAMECON is not set
# CONFIG_JOYSTICK_TURBOGRAFX is not set
# CONFIG_JOYSTICK_JOYDUMP is not set
# CONFIG_JOYSTICK_XPAD is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=m
# CONFIG_INPUT_APANEL is not set
# CONFIG_INPUT_WISTRON_BTNS is not set
# CONFIG_INPUT_ATLAS_BTNS is not set
# CONFIG_INPUT_ATI_REMOTE is not set
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_YEALINK is not set
# CONFIG_INPUT_CM109 is not set
# CONFIG_INPUT_UINPUT is not set
#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PARKBD is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
CONFIG_GAMEPORT=m
# CONFIG_GAMEPORT_NS558 is not set
# CONFIG_GAMEPORT_L4 is not set
# CONFIG_GAMEPORT_EMU10K1 is not set
# CONFIG_GAMEPORT_FM801 is not set
#
# Character devices
#
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_VT_HW_CONSOLE_BINDING is not set
# CONFIG_DEVKMEM is not set
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_NOZOMI is not set
#
# Serial drivers
#
CONFIG_SERIAL_8250=m
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_SERIAL_8250_PCI=m
CONFIG_SERIAL_8250_PNP=m
# CONFIG_SERIAL_8250_CS is not set
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_SHARE_IRQ=y
# CONFIG_SERIAL_8250_DETECT_IRQ is not set
# CONFIG_SERIAL_8250_RSA is not set
#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=m
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_PRINTER=m
# CONFIG_LP_CONSOLE is not set
CONFIG_PPDEV=m
# CONFIG_IPMI_HANDLER is not set
# CONFIG_HW_RANDOM is not set
CONFIG_NVRAM=m
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set
#
# PCMCIA character devices
#
CONFIG_SYNCLINK_CS=m
CONFIG_CARDMAN_4000=m
CONFIG_CARDMAN_4040=m
CONFIG_IPWIRELESS=m
# CONFIG_MWAVE is not set
# CONFIG_PC8736x_GPIO is not set
# CONFIG_NSC_GPIO is not set
# CONFIG_CS5535_GPIO is not set
# CONFIG_RAW_DRIVER is not set
CONFIG_HPET=y
CONFIG_HPET_MMAP=y
# CONFIG_HANGCHECK_TIMER is not set
# CONFIG_TCG_TPM is not set
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
CONFIG_I2C=m
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_CHARDEV=m
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_ALGOBIT=m
#
# I2C Hardware Bus support
#
#
# PC SMBus host controller drivers
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_ISCH is not set
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_VIA is not set
CONFIG_I2C_VIAPRO=m
#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_SIMTEC is not set
#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_PARPORT is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set
#
# Graphics adapter I2C/DDC channel drivers
#
# CONFIG_I2C_VOODOO3 is not set
#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_STUB is not set
# CONFIG_SCx200_ACB is not set
#
# Miscellaneous I2C Chip support
#
# CONFIG_DS1682 is not set
# CONFIG_AT24 is not set
# CONFIG_SENSORS_EEPROM is not set
# CONFIG_SENSORS_PCF8574 is not set
# CONFIG_PCF8575 is not set
# CONFIG_SENSORS_PCA9539 is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_SENSORS_MAX6875 is not set
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set
# CONFIG_SPI is not set
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
# CONFIG_GPIOLIB is not set
# CONFIG_W1 is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_PDA_POWER is not set
# CONFIG_BATTERY_DS2760 is not set
# CONFIG_BATTERY_BQ27x00 is not set
CONFIG_HWMON=m
CONFIG_HWMON_VID=m
CONFIG_SENSORS_ABITUGURU=m
CONFIG_SENSORS_ABITUGURU3=m
CONFIG_SENSORS_AD7414=m
CONFIG_SENSORS_AD7418=m
CONFIG_SENSORS_ADM1021=m
CONFIG_SENSORS_ADM1025=m
CONFIG_SENSORS_ADM1026=m
CONFIG_SENSORS_ADM1029=m
CONFIG_SENSORS_ADM1031=m
CONFIG_SENSORS_ADM9240=m
CONFIG_SENSORS_ADT7462=m
CONFIG_SENSORS_ADT7470=m
CONFIG_SENSORS_ADT7473=m
CONFIG_SENSORS_K8TEMP=m
CONFIG_SENSORS_ASB100=m
CONFIG_SENSORS_ATXP1=m
CONFIG_SENSORS_DS1621=m
CONFIG_SENSORS_I5K_AMB=m
CONFIG_SENSORS_F71805F=m
CONFIG_SENSORS_F71882FG=m
CONFIG_SENSORS_F75375S=m
CONFIG_SENSORS_FSCHER=m
CONFIG_SENSORS_FSCPOS=m
CONFIG_SENSORS_FSCHMD=m
CONFIG_SENSORS_GL518SM=m
CONFIG_SENSORS_GL520SM=m
CONFIG_SENSORS_CORETEMP=m
CONFIG_SENSORS_IT87=m
CONFIG_SENSORS_LM63=m
CONFIG_SENSORS_LM75=m
CONFIG_SENSORS_LM77=m
CONFIG_SENSORS_LM78=m
CONFIG_SENSORS_LM80=m
CONFIG_SENSORS_LM83=m
CONFIG_SENSORS_LM85=m
CONFIG_SENSORS_LM87=m
CONFIG_SENSORS_LM90=m
CONFIG_SENSORS_LM92=m
CONFIG_SENSORS_LM93=m
CONFIG_SENSORS_MAX1619=m
CONFIG_SENSORS_MAX6650=m
CONFIG_SENSORS_PC87360=m
CONFIG_SENSORS_PC87427=m
CONFIG_SENSORS_SIS5595=m
CONFIG_SENSORS_DME1737=m
CONFIG_SENSORS_SMSC47M1=m
CONFIG_SENSORS_SMSC47M192=m
CONFIG_SENSORS_SMSC47B397=m
CONFIG_SENSORS_ADS7828=m
CONFIG_SENSORS_THMC50=m
CONFIG_SENSORS_VIA686A=m
CONFIG_SENSORS_VT1211=m
CONFIG_SENSORS_VT8231=m
CONFIG_SENSORS_W83781D=m
CONFIG_SENSORS_W83791D=m
CONFIG_SENSORS_W83792D=m
CONFIG_SENSORS_W83793=m
CONFIG_SENSORS_W83L785TS=m
CONFIG_SENSORS_W83L786NG=m
CONFIG_SENSORS_W83627HF=m
CONFIG_SENSORS_W83627EHF=m
CONFIG_SENSORS_HDAPS=m
CONFIG_SENSORS_LIS3LV02D=m
CONFIG_SENSORS_APPLESMC=m
# CONFIG_HWMON_DEBUG_CHIP is not set
CONFIG_THERMAL=m
CONFIG_THERMAL_HWMON=y
# CONFIG_WATCHDOG is not set
CONFIG_SSB_POSSIBLE=y
#
# Sonics Silicon Backplane
#
# CONFIG_SSB is not set
#
# Multifunction device drivers
#
# CONFIG_MFD_CORE is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_REGULATOR is not set
#
# Multimedia devices
#
#
# Multimedia core support
#
# CONFIG_VIDEO_DEV is not set
# CONFIG_DVB_CORE is not set
# CONFIG_VIDEO_MEDIA is not set
#
# Multimedia drivers
#
# CONFIG_DAB is not set
#
# Graphics support
#
CONFIG_AGP=m
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_ATI is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD64 is not set
# CONFIG_AGP_INTEL is not set
# CONFIG_AGP_NVIDIA is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_SWORKS is not set
CONFIG_AGP_VIA=m
# CONFIG_AGP_EFFICEON is not set
CONFIG_DRM=m
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_DRM_VIA is not set
# CONFIG_DRM_SAVAGE is not set
# CONFIG_VGASTATE is not set
CONFIG_VIDEO_OUTPUT_CONTROL=m
CONFIG_FB=m
# CONFIG_FIRMWARE_EDID is not set
# CONFIG_FB_DDC is not set
# CONFIG_FB_BOOT_VESA_SUPPORT is not set
CONFIG_FB_CFB_FILLRECT=m
CONFIG_FB_CFB_COPYAREA=m
CONFIG_FB_CFB_IMAGEBLIT=m
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
# CONFIG_FB_SYS_FILLRECT is not set
# CONFIG_FB_SYS_COPYAREA is not set
# CONFIG_FB_SYS_IMAGEBLIT is not set
# CONFIG_FB_FOREIGN_ENDIAN is not set
# CONFIG_FB_SYS_FOPS is not set
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
# CONFIG_FB_MODE_HELPERS is not set
# CONFIG_FB_TILEBLITTING is not set
#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_N411 is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I810 is not set
# CONFIG_FB_LE80578 is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
CONFIG_FB_VIA=m
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_CYBLA is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_GEODE is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=m
# CONFIG_LCD_ILI9320 is not set
CONFIG_LCD_PLATFORM=m
CONFIG_BACKLIGHT_CLASS_DEVICE=m
CONFIG_BACKLIGHT_CORGI=m
CONFIG_BACKLIGHT_PROGEAR=m
CONFIG_BACKLIGHT_MBP_NVIDIA=m
CONFIG_BACKLIGHT_SAHARA=m
#
# Display device support
#
CONFIG_DISPLAY_SUPPORT=m
#
# Display hardware drivers
#
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VGACON_SOFT_SCROLLBACK is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=m
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_LOGO is not set
CONFIG_SOUND=m
# CONFIG_SOUND_OSS_CORE is not set
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
# CONFIG_SND_SEQUENCER is not set
# CONFIG_SND_MIXER_OSS is not set
# CONFIG_SND_PCM_OSS is not set
CONFIG_SND_DYNAMIC_MINORS=y
# CONFIG_SND_SUPPORT_OLD_API is not set
# CONFIG_SND_VERBOSE_PROCFS is not set
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
CONFIG_SND_VMASTER=y
CONFIG_SND_VX_LIB=m
# CONFIG_SND_DRIVERS is not set
CONFIG_SND_PCI=y
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS300 is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AW2 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_OXYGEN is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS5530 is not set
# CONFIG_SND_CS5535AUDIO is not set
# CONFIG_SND_DARLA20 is not set
# CONFIG_SND_GINA20 is not set
# CONFIG_SND_LAYLA20 is not set
# CONFIG_SND_DARLA24 is not set
# CONFIG_SND_GINA24 is not set
# CONFIG_SND_LAYLA24 is not set
# CONFIG_SND_MONA is not set
# CONFIG_SND_MIA is not set
# CONFIG_SND_ECHO3G is not set
# CONFIG_SND_INDIGO is not set
# CONFIG_SND_INDIGOIO is not set
# CONFIG_SND_INDIGODJ is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_FM801 is not set
CONFIG_SND_HDA_INTEL=m
CONFIG_SND_HDA_HWDEP=y
CONFIG_SND_HDA_INPUT_BEEP=y
CONFIG_SND_HDA_CODEC_REALTEK=y
CONFIG_SND_HDA_CODEC_ANALOG=y
CONFIG_SND_HDA_CODEC_SIGMATEL=y
CONFIG_SND_HDA_CODEC_VIA=y
CONFIG_SND_HDA_CODEC_ATIHDMI=y
CONFIG_SND_HDA_CODEC_NVHDMI=y
CONFIG_SND_HDA_CODEC_CONEXANT=y
CONFIG_SND_HDA_CODEC_CMEDIA=y
CONFIG_SND_HDA_CODEC_SI3054=y
CONFIG_SND_HDA_GENERIC=y
# CONFIG_SND_HDA_POWER_SAVE is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_HIFIER is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_PCXHR is not set
# CONFIG_SND_RIPTIDE is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_SIS7019 is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VIRTUOSO is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_YMFPCI is not set
CONFIG_SND_USB=y
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_USX2Y is not set
# CONFIG_SND_USB_CAIAQ is not set
# CONFIG_SND_USB_US122L is not set
CONFIG_SND_PCMCIA=y
CONFIG_SND_VXPOCKET=m
CONFIG_SND_PDAUDIOCF=m
# CONFIG_SND_SOC is not set
# CONFIG_SOUND_PRIME is not set
CONFIG_HID_SUPPORT=y
CONFIG_HID=m
CONFIG_HID_DEBUG=y
# CONFIG_HIDRAW is not set
#
# USB Input Devices
#
CONFIG_USB_HID=m
# CONFIG_HID_PID is not set
# CONFIG_USB_HIDDEV is not set
#
# USB HID Boot Protocol drivers
#
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
#
# Special HID drivers
#
# CONFIG_HID_COMPAT is not set
CONFIG_HID_A4TECH=m
CONFIG_HID_APPLE=m
CONFIG_HID_BELKIN=m
CONFIG_HID_BRIGHT=m
CONFIG_HID_CHERRY=m
CONFIG_HID_CHICONY=m
CONFIG_HID_CYPRESS=m
CONFIG_HID_DELL=m
CONFIG_HID_EZKEY=m
CONFIG_HID_GYRATION=m
CONFIG_HID_LOGITECH=m
# CONFIG_LOGITECH_FF is not set
# CONFIG_LOGIRUMBLEPAD2_FF is not set
CONFIG_HID_MICROSOFT=m
CONFIG_HID_MONTEREY=m
CONFIG_HID_PANTHERLORD=m
# CONFIG_PANTHERLORD_FF is not set
CONFIG_HID_PETALYNX=m
CONFIG_HID_SAMSUNG=m
CONFIG_HID_SONY=m
CONFIG_HID_SUNPLUS=m
# CONFIG_THRUSTMASTER_FF is not set
# CONFIG_ZEROPLUS_FF is not set
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
#
# Miscellaneous USB options
#
# CONFIG_USB_DEVICEFS is not set
# CONFIG_USB_DEVICE_CLASS is not set
CONFIG_USB_DYNAMIC_MINORS=y
CONFIG_USB_SUSPEND=y
# CONFIG_USB_OTG is not set
CONFIG_USB_MON=y
# CONFIG_USB_WUSB is not set
# CONFIG_USB_WUSB_CBAF is not set
#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_ISP1760_HCD is not set
# CONFIG_USB_OHCI_HCD is not set
CONFIG_USB_UHCI_HCD=m
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_WHCI_HCD is not set
# CONFIG_USB_HWA_HCD is not set
#
# Enable Host or Gadget support to see Inventra options
#
#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
CONFIG_USB_PRINTER=m
# CONFIG_USB_WDM is not set
# CONFIG_USB_TMC is not set
#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed;
#
#
# see USB_STORAGE Help for more information
#
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
CONFIG_USB_STORAGE_DATAFAB=y
CONFIG_USB_STORAGE_FREECOM=y
CONFIG_USB_STORAGE_ISD200=y
CONFIG_USB_STORAGE_DPCM=y
CONFIG_USB_STORAGE_USBAT=y
CONFIG_USB_STORAGE_SDDR09=y
CONFIG_USB_STORAGE_SDDR55=y
CONFIG_USB_STORAGE_JUMPSHOT=y
CONFIG_USB_STORAGE_ALAUDA=y
CONFIG_USB_STORAGE_ONETOUCH=y
CONFIG_USB_STORAGE_KARMA=y
CONFIG_USB_STORAGE_CYPRESS_ATACB=y
# CONFIG_USB_LIBUSUAL is not set
#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
#
# USB port drivers
#
CONFIG_USB_USS720=m
CONFIG_USB_SERIAL=m
# CONFIG_USB_EZUSB is not set
# CONFIG_USB_SERIAL_GENERIC is not set
# CONFIG_USB_SERIAL_AIRCABLE is not set
CONFIG_USB_SERIAL_ARK3116=m
# CONFIG_USB_SERIAL_BELKIN is not set
# CONFIG_USB_SERIAL_CH341 is not set
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_CP2101 is not set
# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
# CONFIG_USB_SERIAL_EMPEG is not set
# CONFIG_USB_SERIAL_FTDI_SIO is not set
# CONFIG_USB_SERIAL_FUNSOFT is not set
# CONFIG_USB_SERIAL_VISOR is not set
# CONFIG_USB_SERIAL_IPAQ is not set
# CONFIG_USB_SERIAL_IR is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
# CONFIG_USB_SERIAL_GARMIN is not set
# CONFIG_USB_SERIAL_IPW is not set
# CONFIG_USB_SERIAL_IUU is not set
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
# CONFIG_USB_SERIAL_KLSI is not set
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
# CONFIG_USB_SERIAL_MCT_U232 is not set
# CONFIG_USB_SERIAL_MOS7720 is not set
# CONFIG_USB_SERIAL_MOS7840 is not set
# CONFIG_USB_SERIAL_MOTOROLA is not set
# CONFIG_USB_SERIAL_NAVMAN is not set
CONFIG_USB_SERIAL_PL2303=m
# CONFIG_USB_SERIAL_OTI6858 is not set
# CONFIG_USB_SERIAL_SPCP8X5 is not set
# CONFIG_USB_SERIAL_HP4X is not set
# CONFIG_USB_SERIAL_SAFE is not set
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
# CONFIG_USB_SERIAL_TI is not set
# CONFIG_USB_SERIAL_CYBERJACK is not set
# CONFIG_USB_SERIAL_XIRCOM is not set
# CONFIG_USB_SERIAL_OPTION is not set
# CONFIG_USB_SERIAL_OMNINET is not set
# CONFIG_USB_SERIAL_DEBUG is not set
#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_SEVSEG is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_BERRY_CHARGE is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_PHIDGET is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_VST is not set
# CONFIG_USB_GADGET is not set
# CONFIG_UWB is not set
# CONFIG_MMC is not set
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=m
#
# LED drivers
#
# CONFIG_LEDS_PCA9532 is not set
# CONFIG_LEDS_HP_DISK is not set
# CONFIG_LEDS_CLEVO_MAIL is not set
# CONFIG_LEDS_PCA955X is not set
#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
# CONFIG_LEDS_TRIGGER_TIMER is not set
# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set
# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
# CONFIG_EDAC is not set
CONFIG_RTC_LIB=m
CONFIG_RTC_CLASS=m
#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
# CONFIG_RTC_DRV_TEST is not set
#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_DS1307 is not set
# CONFIG_RTC_DRV_DS1374 is not set
# CONFIG_RTC_DRV_DS1672 is not set
# CONFIG_RTC_DRV_MAX6900 is not set
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set
# CONFIG_RTC_DRV_X1205 is not set
# CONFIG_RTC_DRV_PCF8563 is not set
# CONFIG_RTC_DRV_PCF8583 is not set
# CONFIG_RTC_DRV_M41T80 is not set
# CONFIG_RTC_DRV_S35390A is not set
# CONFIG_RTC_DRV_FM3130 is not set
# CONFIG_RTC_DRV_RX8581 is not set
#
# SPI RTC drivers
#
#
# Platform RTC drivers
#
CONFIG_RTC_DRV_CMOS=m
# CONFIG_RTC_DRV_DS1286 is not set
# CONFIG_RTC_DRV_DS1511 is not set
# CONFIG_RTC_DRV_DS1553 is not set
# CONFIG_RTC_DRV_DS1742 is not set
# CONFIG_RTC_DRV_STK17TA8 is not set
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T35 is not set
# CONFIG_RTC_DRV_M48T59 is not set
# CONFIG_RTC_DRV_BQ4802 is not set
# CONFIG_RTC_DRV_V3020 is not set
#
# on-CPU RTC drivers
#
# CONFIG_DMADEVICES is not set
# CONFIG_AUXDISPLAY is not set
# CONFIG_UIO is not set
# CONFIG_STAGING is not set
#
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_FIRMWARE_MEMMAP=y
# CONFIG_DELL_RBU is not set
# CONFIG_DCDBAS is not set
# CONFIG_DMIID is not set
# CONFIG_ISCSI_IBFT_FIND is not set
#
# File systems
#
CONFIG_EXT2_FS=m
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT2_FS_SECURITY=y
CONFIG_EXT2_FS_XIP=y
CONFIG_EXT3_FS=m
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
CONFIG_EXT4_FS=y
# CONFIG_EXT4DEV_COMPAT is not set
CONFIG_EXT4_FS_XATTR=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_FS_XIP=y
CONFIG_JBD=m
CONFIG_JBD2=y
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=m
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
CONFIG_REISERFS_FS_XATTR=y
CONFIG_REISERFS_FS_POSIX_ACL=y
CONFIG_REISERFS_FS_SECURITY=y
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_FILE_LOCKING=y
# CONFIG_XFS_FS is not set
# CONFIG_OCFS2_FS is not set
CONFIG_DNOTIFY=y
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set
CONFIG_FUSE_FS=m
CONFIG_GENERIC_ACL=y
#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y
#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=1250
CONFIG_FAT_DEFAULT_IOCHARSET="utf8"
# CONFIG_NTFS_FS is not set
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
# CONFIG_PROC_KCORE is not set
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
# CONFIG_CONFIGFS_FS is not set
#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_ECRYPT_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=m
CONFIG_NFS_V3=y
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
CONFIG_NFSD=m
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=m
CONFIG_NFS_ACL_SUPPORT=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=m
CONFIG_SUNRPC_GSS=m
# CONFIG_SUNRPC_REGISTER_V4 is not set
CONFIG_RPCSEC_GSS_KRB5=m
# CONFIG_RPCSEC_GSS_SPKM3 is not set
# CONFIG_SMB_FS is not set
CONFIG_CIFS=m
CONFIG_CIFS_STATS=y
CONFIG_CIFS_STATS2=y
CONFIG_CIFS_WEAK_PW_HASH=y
# CONFIG_CIFS_UPCALL is not set
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_DEBUG2 is not set
# CONFIG_CIFS_EXPERIMENTAL is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_NLS=m
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=m
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
CONFIG_NLS_CODEPAGE_852=m
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
CONFIG_NLS_CODEPAGE_1250=m
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=m
CONFIG_NLS_ISO8859_1=m
CONFIG_NLS_ISO8859_2=m
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
CONFIG_NLS_ISO8859_15=m
CONFIG_NLS_KOI8_R=m
CONFIG_NLS_KOI8_U=m
CONFIG_NLS_UTF8=m
# CONFIG_DLM is not set
#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
# CONFIG_PRINTK_TIME is not set
# CONFIG_ENABLE_WARN_DEPRECATED is not set
# CONFIG_ENABLE_MUST_CHECK is not set
CONFIG_FRAME_WARN=1024
CONFIG_MAGIC_SYSRQ=y
# CONFIG_UNUSED_SYMBOLS is not set
# CONFIG_DEBUG_FS is not set
# CONFIG_HEADERS_CHECK is not set
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_SHIRQ is not set
# CONFIG_DETECT_SOFTLOCKUP is not set
# CONFIG_SCHED_DEBUG is not set
CONFIG_SCHEDSTATS=y
CONFIG_TIMER_STATS=y
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_SLUB_DEBUG_ON is not set
# CONFIG_SLUB_STATS is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_INFO is not set
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_VIRTUAL is not set
# CONFIG_DEBUG_WRITECOUNT is not set
CONFIG_DEBUG_MEMORY_INIT=y
# CONFIG_DEBUG_LIST is not set
# CONFIG_DEBUG_SG is not set
# CONFIG_FRAME_POINTER is not set
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_RCU_CPU_STALL_DETECTOR is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_FAULT_INJECTION is not set
# CONFIG_LATENCYTOP is not set
# CONFIG_SYSCTL_SYSCALL_CHECK is not set
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
#
# Tracers
#
# CONFIG_FUNCTION_TRACER is not set
# CONFIG_IRQSOFF_TRACER is not set
# CONFIG_SYSPROF_TRACER is not set
# CONFIG_SCHED_TRACER is not set
# CONFIG_CONTEXT_SWITCH_TRACER is not set
# CONFIG_BOOT_TRACER is not set
# CONFIG_STACK_TRACER is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_DYNAMIC_PRINTK_DEBUG is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
# CONFIG_STRICT_DEVMEM is not set
# CONFIG_X86_VERBOSE_BOOTUP is not set
CONFIG_EARLY_PRINTK=y
# CONFIG_EARLY_PRINTK_DBGP is not set
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_PAGEALLOC is not set
# CONFIG_X86_PTDUMP is not set
CONFIG_DEBUG_RODATA=y
# CONFIG_DEBUG_RODATA_TEST is not set
# CONFIG_DEBUG_NX_TEST is not set
# CONFIG_4KSTACKS is not set
CONFIG_DOUBLEFAULT=y
# CONFIG_MMIOTRACE is not set
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
CONFIG_IO_DELAY_0X80=y
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=0
# CONFIG_CPA_DEBUG is not set
# CONFIG_OPTIMIZE_INLINING is not set
#
# Security options
#
CONFIG_KEYS=y
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
# CONFIG_SECURITY is not set
# CONFIG_SECURITYFS is not set
CONFIG_SECURITY_FILE_CAPABILITIES=y
CONFIG_CRYPTO=m
#
# Crypto core or helper
#
CONFIG_CRYPTO_FIPS=y
CONFIG_CRYPTO_ALGAPI=m
CONFIG_CRYPTO_ALGAPI2=m
CONFIG_CRYPTO_AEAD2=m
CONFIG_CRYPTO_BLKCIPHER=m
CONFIG_CRYPTO_BLKCIPHER2=m
CONFIG_CRYPTO_HASH=m
CONFIG_CRYPTO_HASH2=m
CONFIG_CRYPTO_RNG=m
CONFIG_CRYPTO_RNG2=m
CONFIG_CRYPTO_MANAGER=m
CONFIG_CRYPTO_MANAGER2=m
# CONFIG_CRYPTO_GF128MUL is not set
CONFIG_CRYPTO_NULL=m
# CONFIG_CRYPTO_CRYPTD is not set
# CONFIG_CRYPTO_AUTHENC is not set
# CONFIG_CRYPTO_TEST is not set
#
# Authenticated Encryption with Associated Data
#
# CONFIG_CRYPTO_CCM is not set
# CONFIG_CRYPTO_GCM is not set
# CONFIG_CRYPTO_SEQIV is not set
#
# Block modes
#
CONFIG_CRYPTO_CBC=m
# CONFIG_CRYPTO_CTR is not set
# CONFIG_CRYPTO_CTS is not set
CONFIG_CRYPTO_ECB=m
# CONFIG_CRYPTO_LRW is not set
# CONFIG_CRYPTO_PCBC is not set
# CONFIG_CRYPTO_XTS is not set
#
# Hash modes
#
CONFIG_CRYPTO_HMAC=m
CONFIG_CRYPTO_XCBC=m
#
# Digest
#
CONFIG_CRYPTO_CRC32C=m
CONFIG_CRYPTO_CRC32C_INTEL=m
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=m
CONFIG_CRYPTO_MICHAEL_MIC=m
CONFIG_CRYPTO_RMD128=m
CONFIG_CRYPTO_RMD160=m
CONFIG_CRYPTO_RMD256=m
CONFIG_CRYPTO_RMD320=m
CONFIG_CRYPTO_SHA1=m
CONFIG_CRYPTO_SHA256=m
CONFIG_CRYPTO_SHA512=m
CONFIG_CRYPTO_TGR192=m
CONFIG_CRYPTO_WP512=m
#
# Ciphers
#
CONFIG_CRYPTO_AES=m
CONFIG_CRYPTO_AES_586=m
CONFIG_CRYPTO_ANUBIS=m
CONFIG_CRYPTO_ARC4=m
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_CAMELLIA=m
CONFIG_CRYPTO_CAST5=m
CONFIG_CRYPTO_CAST6=m
CONFIG_CRYPTO_DES=m
CONFIG_CRYPTO_FCRYPT=m
CONFIG_CRYPTO_KHAZAD=m
CONFIG_CRYPTO_SALSA20=m
CONFIG_CRYPTO_SALSA20_586=m
CONFIG_CRYPTO_SEED=m
CONFIG_CRYPTO_SERPENT=m
CONFIG_CRYPTO_TEA=m
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_TWOFISH_COMMON=m
CONFIG_CRYPTO_TWOFISH_586=m
#
# Compression
#
CONFIG_CRYPTO_DEFLATE=m
CONFIG_CRYPTO_LZO=m
#
# Random Number Generation
#
CONFIG_CRYPTO_ANSI_CPRNG=m
# CONFIG_CRYPTO_HW is not set
CONFIG_HAVE_KVM=y
# CONFIG_VIRTUALIZATION is not set
#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_FIND_NEXT_BIT=y
CONFIG_CRC_CCITT=m
CONFIG_CRC16=y
# CONFIG_CRC_T10DIF is not set
CONFIG_CRC_ITU_T=m
CONFIG_CRC32=y
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=m
CONFIG_ZLIB_INFLATE=m
CONFIG_ZLIB_DEFLATE=m
CONFIG_LZO_COMPRESS=m
CONFIG_LZO_DECOMPRESS=m
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=m
CONFIG_TEXTSEARCH_BM=m
CONFIG_TEXTSEARCH_FSM=m
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: viafb triggers BUG at mm/vmalloc.c:294 [kernel 2.6.28.3]
2009-02-07 21:45 ` wixor
@ 2009-02-07 22:46 ` Alexey Dobriyan
2009-02-07 22:52 ` wixor
0 siblings, 1 reply; 15+ messages in thread
From: Alexey Dobriyan @ 2009-02-07 22:46 UTC (permalink / raw)
To: wixor; +Cc: JosephChan, linux-kernel
On Sat, Feb 07, 2009 at 10:45:16PM +0100, wixor wrote:
> It was the first one indeed.
Which is 256 MB in size and kernel says it has only 249 MB of vmalloc
space available.
Still strange, kernel should print nastygram when vmalloc space is not
enough.
You can try to boot with vmalloc=260M (261, 262...) option and see what happens.
> vmalloc : 0xf0690000 - 0xfffaa000 ( 249 MB)
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: viafb triggers BUG at mm/vmalloc.c:294 [kernel 2.6.28.3]
2009-02-07 22:46 ` Alexey Dobriyan
@ 2009-02-07 22:52 ` wixor
0 siblings, 0 replies; 15+ messages in thread
From: wixor @ 2009-02-07 22:52 UTC (permalink / raw)
To: Alexey Dobriyan; +Cc: JosephChan, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 600 bytes --]
No idea how revelant is this: machine has physically 1gb of ram (two
512 modules). 256megs are delegated to video card by bios (and I
cannot change this) and kernel reports only 7xx megs available. Then
kernel complains that it cannot allocate memory resource for device
0000:01:00.0 at 0xc0000000-0xbfffffff which looks like that video ram.
Xorg 2d video driver (the via open source one) runs smoothly (of
course i'm not testing viafb with x running). It says things about
mapping memory at 0xc[something]. Attaching my Xorg.0.log, maybe it's
useful. Will try that vmalloc trick tomorrow.
--
wixor
[-- Attachment #2: Xorg.0.log --]
[-- Type: application/octet-stream, Size: 41352 bytes --]
X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-10)
Current Operating System: Linux wixor-laptop 2.6.28.3-dsdt-fix #11 Sat Feb 7 23:18:02 CET 2009 i686
Build Date: 09 January 2009 02:57:16AM
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 7 23:28:29 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section. Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) | |-->Monitor "Configured Monitor"
(**) | |-->Device "Configured Video Device"
(==) |-->Input Device "Configured Mouse"
(==) |-->Input Device "Generic Keyboard"
(==) The core pointer device wasn't specified explicitly in the layout.
Using the first mouse device.
(==) The core keyboard device wasn't specified explicitly in the layout.
Using the first keyboard device.
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified. Using compiled-in default.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81e38c0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 2.0
X.Org XInput driver : 2.0
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,0364 card 1106,0364 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 1106,1364 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:2: chip 1106,2364 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:3: chip 1106,3364 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:4: chip 1106,4364 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:00:5: chip 1106,5364 card 0000,0000 rev 00 class 08,00,20 hdr 80
(II) PCI: 00:00:6: chip 1106,6364 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:00:7: chip 1106,7364 card 0000,0000 rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b198 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1106,a364 card 0000,0000 rev 80 class 06,04,00 hdr 01
(II) PCI: 00:03:0: chip 1106,c364 card 0000,0000 rev 80 class 06,04,00 hdr 81
(II) PCI: 00:0f:0: chip 1106,0591 card 1734,10cb rev 80 class 01,01,8f hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1734,10cb rev 07 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1734,10cb rev a0 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1734,10cb rev a0 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1734,10cb rev a0 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 1734,10cb rev a0 class 0c,03,00 hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1734,10cb rev 86 class 0c,03,20 hdr 80
(II) PCI: 00:11:0: chip 1106,3337 card 1734,10cb rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:7: chip 1106,287e card 1106,337e rev 00 class 06,00,00 hdr 00
(II) PCI: 00:12:0: chip 1106,3065 card 1734,10cb rev 7c class 02,00,00 hdr 00
(II) PCI: 00:13:0: chip 1106,337b card 0000,0000 rev 00 class 06,04,00 hdr 81
(II) PCI: 00:13:1: chip 1106,337a card 0000,0000 rev 00 class 06,04,01 hdr 01
(II) PCI: 01:00:0: chip 1106,3371 card 1734,10cb rev 01 class 03,00,00 hdr 00
(II) PCI: 04:01:0: chip 1106,3288 card 1734,10cb rev 10 class 04,03,00 hdr 00
(II) PCI: 05:01:0: chip 168c,001a card 168c,2052 rev 01 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xc8000000 - 0xc8ffffff (0x1000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xa0000000 - 0xbfffffff (0x20000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:2:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:3:0), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x00007000 - 0x000070ff (0x100) IX[B]
[1] -1 0 0x00007400 - 0x000074ff (0x100) IX[B]
[2] -1 0 0x00007800 - 0x000078ff (0x100) IX[B]
[3] -1 0 0x00007c00 - 0x00007cff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xc9000000 - 0xc90fffff (0x100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:19:0), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 non-prefetchable memory range:
[0] -1 0 0xc9100000 - 0xc91fffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:19:1), (0,5,5), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 5 non-prefetchable memory range:
[0] -1 0 0x50000000 - 0x500fffff (0x100000) MX[B]
(--) PCI:*(1:0:0) unknown vendor (0x1106) unknown chipset (0x3371) rev 1, Mem @ 0xa0000000/29, 0xc8000000/24
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xc0000000 from 0xc7ffffff to 0xbfffffff
(II) Active PCI resource ranges:
[0] -1 0 0x50000000 - 0x5000ffff (0x10000) MX[B]
[1] -1 0 0xc9100000 - 0xc9103fff (0x4000) MX[B]
[2] -1 0 0xc9400400 - 0xc94004ff (0x100) MX[B]
[3] -1 0 0xc9400000 - 0xc94000ff (0x100) MX[B]
[4] -1 0 0xc8000000 - 0xc8ffffff (0x1000000) MX[B](B)
[5] -1 0 0xa0000000 - 0xbfffffff (0x20000000) MX[B](B)
[6] -1 0 0x00006800 - 0x000068ff (0x100) IX[B]
[7] -1 0 0x00006080 - 0x0000609f (0x20) IX[B]
[8] -1 0 0x00006060 - 0x0000607f (0x20) IX[B]
[9] -1 0 0x00006040 - 0x0000605f (0x20) IX[B]
[10] -1 0 0x00006020 - 0x0000603f (0x20) IX[B]
[11] -1 0 0x000060a0 - 0x000060af (0x10) IX[B]
[12] -1 0 0x00006400 - 0x000064ff (0x100) IX[B]
[13] -1 0 0x00006010 - 0x0000601f (0x10) IX[B]
[14] -1 0 0x00006004 - 0x00006007 (0x4) IX[B]
[15] -1 0 0x00006008 - 0x0000600f (0x8) IX[B]
[16] -1 0 0x000060b0 - 0x000060b3 (0x4) IX[B]
[17] -1 0 0x000060b8 - 0x000060bf (0x8) IX[B]
(II) Inactive PCI resource ranges:
[0] -1 0 0xc0000000 - 0xbfffffff (0x0) MX[B]O
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0x50000000 - 0x5000ffff (0x10000) MX[B]
[1] -1 0 0xc9100000 - 0xc9103fff (0x4000) MX[B]
[2] -1 0 0xc9400400 - 0xc94004ff (0x100) MX[B]
[3] -1 0 0xc9400000 - 0xc94000ff (0x100) MX[B]
[4] -1 0 0xc8000000 - 0xc8ffffff (0x1000000) MX[B](B)
[5] -1 0 0xa0000000 - 0xbfffffff (0x20000000) MX[B](B)
[6] -1 0 0x00006800 - 0x000068ff (0x100) IX[B]
[7] -1 0 0x00006080 - 0x0000609f (0x20) IX[B]
[8] -1 0 0x00006060 - 0x0000607f (0x20) IX[B]
[9] -1 0 0x00006040 - 0x0000605f (0x20) IX[B]
[10] -1 0 0x00006020 - 0x0000603f (0x20) IX[B]
[11] -1 0 0x000060a0 - 0x000060af (0x10) IX[B]
[12] -1 0 0x00006400 - 0x000064ff (0x100) IX[B]
[13] -1 0 0x00006010 - 0x0000601f (0x10) IX[B]
[14] -1 0 0x00006004 - 0x00006007 (0x4) IX[B]
[15] -1 0 0x00006008 - 0x0000600f (0x8) IX[B]
[16] -1 0 0x000060b0 - 0x000060b3 (0x4) IX[B]
[17] -1 0 0x000060b8 - 0x000060bf (0x8) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
[0] -1 0 0xc0000000 - 0xbfffffff (0x0) MX[B]O
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x50000000 - 0x5000ffff (0x10000) MX[B]
[5] -1 0 0xc9100000 - 0xc9103fff (0x4000) MX[B]
[6] -1 0 0xc9400400 - 0xc94004ff (0x100) MX[B]
[7] -1 0 0xc9400000 - 0xc94000ff (0x100) MX[B]
[8] -1 0 0xc8000000 - 0xc8ffffff (0x1000000) MX[B](B)
[9] -1 0 0xa0000000 - 0xbfffffff (0x20000000) MX[B](B)
[10] -1 0 0xc0000000 - 0xbfffffff (0x0) MX[B]O
[11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[13] -1 0 0x00006800 - 0x000068ff (0x100) IX[B]
[14] -1 0 0x00006080 - 0x0000609f (0x20) IX[B]
[15] -1 0 0x00006060 - 0x0000607f (0x20) IX[B]
[16] -1 0 0x00006040 - 0x0000605f (0x20) IX[B]
[17] -1 0 0x00006020 - 0x0000603f (0x20) IX[B]
[18] -1 0 0x000060a0 - 0x000060af (0x10) IX[B]
[19] -1 0 0x00006400 - 0x000064ff (0x100) IX[B]
[20] -1 0 0x00006010 - 0x0000601f (0x10) IX[B]
[21] -1 0 0x00006004 - 0x00006007 (0x4) IX[B]
[22] -1 0 0x00006008 - 0x0000600f (0x8) IX[B]
[23] -1 0 0x000060b0 - 0x000060b3 (0x4) IX[B]
[24] -1 0 0x000060b8 - 0x000060bf (0x8) IX[B]
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 1.4.2, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "via"
(II) Loading /usr/lib/xorg/modules/drivers//via_drv.so
(II) Module via: vendor="X.Org Foundation"
compiled for 4.3.99.902, module version = 5.72.255
Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 1.3.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 1.3.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.0
(II) via: driver for VIA chipsets: CLE266, KM400/KN400, K8M800/K8N800,
PM800/PM880/CN400, P4M800PRO, CX700, K8M890, P4M890, CN750, P4M900,
VX800
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset P4M900 found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x50000000 - 0x5000ffff (0x10000) MX[B]
[5] -1 0 0xc9100000 - 0xc9103fff (0x4000) MX[B]
[6] -1 0 0xc9400400 - 0xc94004ff (0x100) MX[B]
[7] -1 0 0xc9400000 - 0xc94000ff (0x100) MX[B]
[8] -1 0 0xc8000000 - 0xc8ffffff (0x1000000) MX[B](B)
[9] -1 0 0xa0000000 - 0xbfffffff (0x20000000) MX[B](B)
[10] -1 0 0xc0000000 - 0xbfffffff (0x0) MX[B]O
[11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[13] -1 0 0x00006800 - 0x000068ff (0x100) IX[B]
[14] -1 0 0x00006080 - 0x0000609f (0x20) IX[B]
[15] -1 0 0x00006060 - 0x0000607f (0x20) IX[B]
[16] -1 0 0x00006040 - 0x0000605f (0x20) IX[B]
[17] -1 0 0x00006020 - 0x0000603f (0x20) IX[B]
[18] -1 0 0x000060a0 - 0x000060af (0x10) IX[B]
[19] -1 0 0x00006400 - 0x000064ff (0x100) IX[B]
[20] -1 0 0x00006010 - 0x0000601f (0x10) IX[B]
[21] -1 0 0x00006004 - 0x00006007 (0x4) IX[B]
[22] -1 0 0x00006008 - 0x0000600f (0x8) IX[B]
[23] -1 0 0x000060b0 - 0x000060b3 (0x4) IX[B]
[24] -1 0 0x000060b8 - 0x000060bf (0x8) IX[B]
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x50000000 - 0x5000ffff (0x10000) MX[B]
[5] -1 0 0xc9100000 - 0xc9103fff (0x4000) MX[B]
[6] -1 0 0xc9400400 - 0xc94004ff (0x100) MX[B]
[7] -1 0 0xc9400000 - 0xc94000ff (0x100) MX[B]
[8] -1 0 0xc8000000 - 0xc8ffffff (0x1000000) MX[B](B)
[9] -1 0 0xa0000000 - 0xbfffffff (0x20000000) MX[B](B)
[10] -1 0 0xc0000000 - 0xbfffffff (0x0) MX[B]O
[11] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[12] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[13] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x00006800 - 0x000068ff (0x100) IX[B]
[17] -1 0 0x00006080 - 0x0000609f (0x20) IX[B]
[18] -1 0 0x00006060 - 0x0000607f (0x20) IX[B]
[19] -1 0 0x00006040 - 0x0000605f (0x20) IX[B]
[20] -1 0 0x00006020 - 0x0000603f (0x20) IX[B]
[21] -1 0 0x000060a0 - 0x000060af (0x10) IX[B]
[22] -1 0 0x00006400 - 0x000064ff (0x100) IX[B]
[23] -1 0 0x00006010 - 0x0000601f (0x10) IX[B]
[24] -1 0 0x00006004 - 0x00006007 (0x4) IX[B]
[25] -1 0 0x00006008 - 0x0000600f (0x8) IX[B]
[26] -1 0 0x000060b0 - 0x000060b3 (0x4) IX[B]
[27] -1 0 0x000060b8 - 0x000060bf (0x8) IX[B]
[28] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[29] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 0.1.0
ABI class: X.Org Video Driver, version 2.0
(==) VIA(0): Depth 24, (--) framebuffer bpp 32
(==) VIA(0): RGB weight 888
(==) VIA(0): Default visual is TrueColor
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org Video Driver, version 2.0
(II) VIA(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.1.0
ABI class: X.Org Video Driver, version 2.0
(II) VIA(0): VESA BIOS detected
(II) VIA(0): VESA VBE Version 3.0
(II) VIA(0): VESA VBE Total Mem: 262144 kB
(II) VIA(0): VESA VBE OEM: VIA N3364
(II) VIA(0): VESA VBE OEM Software Rev: 1.0
(II) VIA(0): VESA VBE OEM Vendor:
(II) VIA(0): VESA VBE OEM Product:
(II) VIA(0): VESA VBE OEM Product Rev:
(II) VIA(0): MapBase = 0xb79ee000, MmioBase=c8000000
(II) VIA(0): RegCR08 = 0, RegCR09=4f
(--) VIA(0): Chipset: "P4M900"
(--) VIA(0): Chipset Rev.: 0
(**) VIA(0): Option "LCDPort" "DFP_HIGHLOW"
(**) VIA(0): Option "NoDDCValue" "true"
(**) VIA(0): Option "VideoOnDevice" "LCD"
(==) VIA(0): Not using video BIOS to set modes
(**) VIA(0): Option: Not using DDC probed value to set HorizSync & VertRefresh
(II) VIA(0): MergedFB mode forced off.
(**) VIA(0): LCD port set to DFP_HIGHLOW.
(**) VIA(0): Option: HQV Filter Manual Select Disabled
(**) VIA(0): Option: Set MPEG decode frame buffer number Disable
(**) VIA(0): Option: No mpeg add one line on bottom = 0
(**) VIA(0): Option: DeBlocking Disable!!
(**) VIA(0): Video has been set to LCD
(--) VIA(0): mapping MMIO @ 0xc8000000 with size 0x9000
(--) VIA(0): mapping BitBlt MMIO @ 0xc8200000 with size 0x200000
(II) VIA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(==) VIA(0): Using gamma correction (1.0, 1.0, 1.0)
(--) VIA(0): videoram = 262144k
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"(II) Module "i2c" already built-in
(II) VIA(0): I2C bus "I2C bus 1" initialized.
(II) VIA(0): I2C bus "I2C bus 2" initialized.
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.2.0
ABI class: X.Org Video Driver, version 2.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) VIA(0): Configured Monitor: Using hsync range of 30.00-113.00 kHz
(II) VIA(0): Configured Monitor: Using default vrefresh range of 50.00-70.00 Hz
(II) VIA(0): Clock range: 20.00 to 270.00 MHz
(II) VIA(0): Not using default mode "640x350" (vertical timing out of range)
(II) VIA(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "640x400" (vertical timing out of range)
(II) VIA(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "720x400" (vertical timing out of range)
(II) VIA(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) VIA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) VIA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) VIA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) VIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1024x768" (vertical timing out of range)
(II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) VIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1152x864" (vrefresh out of range)
(II) VIA(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1280x960" (vrefresh out of range)
(II) VIA(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1280x1024" (vrefresh out of range)
(II) VIA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1280x1024" (vrefresh out of range)
(II) VIA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1600x1200" (vrefresh out of range)
(II) VIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1792x1344" (vrefresh out of range)
(II) VIA(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "832x624" (horizontal timing out of range)
(II) VIA(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "640x384" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "640x400" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1152x768" (vertical timing out of range)
(II) VIA(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1152x864" (vrefresh out of range)
(II) VIA(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1400x1050" (vrefresh out of range)
(II) VIA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1400x1050" (vrefresh out of range)
(II) VIA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "720x450" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "840x525" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1920x1200" (vrefresh out of range)
(II) VIA(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) VIA(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) VIA(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) VIA(0): Not using default mode "1920x1440" (width too large for virtual size)
(II) VIA(0): Not using default mode "1856x1392" (width too large for virtual size)
(II) VIA(0): Not using default mode "1856x1392" (width too large for virtual size)
(II) VIA(0): Not using default mode "1792x1344" (width too large for virtual size)
(II) VIA(0): Not using default mode "1792x1344" (width too large for virtual size)
(II) VIA(0): Not using default mode "1920x1200" (width too large for virtual size)
(II) VIA(0): Not using default mode "1920x1080" (width too large for virtual size)
(II) VIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) VIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) VIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) VIA(0): Not using default mode "1680x1050" (width too large for virtual size)
(II) VIA(0): Not using default mode "1600x1024" (width too large for virtual size)
(II) VIA(0): Not using default mode "1600x1024" (width too large for virtual size)
(II) VIA(0): Not using default mode "1440x1050" (width too large for virtual size)
(II) VIA(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) VIA(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) VIA(0): Not using default mode "1600x900" (width too large for virtual size)
(II) VIA(0): Not using default mode "1280x1024" (height too large for virtual size)
(II) VIA(0): Not using default mode "1440x900" (width too large for virtual size)
(II) VIA(0): Not using default mode "1440x900" (width too large for virtual size)
(II) VIA(0): Not using default mode "1280x960" (height too large for virtual size)
(II) VIA(0): Not using default mode "1366x768" (width too large for virtual size)
(II) VIA(0): Not using default mode "1360x768" (width too large for virtual size)
(--) VIA(0): Virtual size is 1280x800 (pitch 1280)
(**) VIA(0): *Default mode "1280x800": 83.5 MHz, 49.7 kHz, 60.0 Hz
(II) VIA(0): Modeline "1280x800"x60.0 83.46 1280 1344 1480 1680 800 801 804 828 (49.7 kHz)
(**) VIA(0): Default mode "1280x768": 80.1 MHz, 47.7 kHz, 60.0 Hz
(II) VIA(0): Modeline "1280x768"x60.0 80.14 1280 1344 1480 1680 768 769 772 795 (47.7 kHz)
(**) VIA(0): Default mode "1280x768": 80.1 MHz, 47.7 kHz, 60.0 Hz
(II) VIA(0): Modeline "1280x768"x60.0 80.10 1280 1344 1480 1680 768 769 772 795 -hsync +vsync (47.7 kHz)
(**) VIA(0): Default mode "1280x720": 74.6 MHz, 44.2 kHz, 59.2 Hz
(II) VIA(0): Modeline "1280x720"x59.2 74.60 1280 1341 1474 1688 720 721 724 746 -hsync +vsync (44.2 kHz)
(**) VIA(0): Default mode "1200x720": 70.2 MHz, 44.8 kHz, 60.0 Hz
(II) VIA(0): Modeline "1200x720"x60.0 70.18 1200 1256 1384 1568 720 721 724 746 -hsync +vsync (44.8 kHz)
(**) VIA(0): Default mode "1152x720": 67.3 MHz, 44.8 kHz, 60.0 Hz
(II) VIA(0): Modeline "1152x720"x60.0 67.32 1152 1208 1328 1504 720 721 724 746 -hsync +vsync (44.8 kHz)
(**) VIA(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) VIA(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
(**) VIA(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) VIA(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
(**) VIA(0): Default mode "1280x600": 61.5 MHz, 37.3 kHz, 60.0 Hz
(II) VIA(0): Modeline "1280x600"x60.0 61.50 1280 1336 1464 1648 600 601 604 622 -hsync +vsync (37.3 kHz)
(**) VIA(0): Default mode "1088x612": 53.0 MHz, 38.0 kHz, 60.0 Hz
(II) VIA(0): Modeline "1088x612"x60.0 52.95 1088 1128 1240 1392 612 613 616 634 -hsync +vsync (38.0 kHz)
(**) VIA(0): Default mode "1024x600": 49.0 MHz, 37.3 kHz, 60.0 Hz
(II) VIA(0): Modeline "1024x600"x60.0 48.96 1024 1064 1168 1312 600 601 604 622 -hsync +vsync (37.3 kHz)
(**) VIA(0): Default mode "1000x600": 48.1 MHz, 37.3 kHz, 60.0 Hz
(II) VIA(0): Modeline "1000x600"x60.0 48.07 1000 1040 1144 1288 600 601 604 622 -hsync +vsync (37.3 kHz)
(**) VIA(0): Default mode "960x600": 46.0 MHz, 37.3 kHz, 60.0 Hz
(II) VIA(0): Modeline "960x600"x60.0 45.98 960 1000 1096 1232 600 601 604 622 -hsync +vsync (37.3 kHz)
(**) VIA(0): Default mode "1024x512": 41.3 MHz, 31.9 kHz, 60.0 Hz
(II) VIA(0): Modeline "1024x512"x60.0 41.30 1024 1056 1160 1296 512 513 516 531 -hsync +vsync (31.9 kHz)
(**) VIA(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) VIA(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
(**) VIA(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) VIA(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
(**) VIA(0): Default mode "720x576": 32.7 MHz, 35.9 kHz, 60.1 Hz
(II) VIA(0): Modeline "720x576"x60.1 32.70 720 744 816 912 576 577 580 597 -hsync +vsync (35.9 kHz)
(**) VIA(0): Default mode "856x480": 31.7 MHz, 29.8 kHz, 59.9 Hz
(II) VIA(0): Modeline "856x480"x59.9 31.70 856 872 960 1064 480 481 484 497 -hsync +vsync (29.8 kHz)
(**) VIA(0): Default mode "848x480": 31.5 MHz, 29.8 kHz, 60.0 Hz
(II) VIA(0): Modeline "848x480"x60.0 31.50 848 864 952 1056 480 481 484 497 -hsync +vsync (29.8 kHz)
(**) VIA(0): Default mode "800x480": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) VIA(0): Modeline "800x480"x60.3 40.00 800 832 960 1056 480 541 545 628 -hsync +vsync (37.9 kHz)
(**) VIA(0): Default mode "720x480": 26.7 MHz, 29.8 kHz, 60.0 Hz
(II) VIA(0): Modeline "720x480"x60.0 26.70 720 736 808 896 480 481 484 497 -hsync +vsync (29.8 kHz)
(**) VIA(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 59.9 Hz
(II) VIA(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
(**) VIA(0): Default mode "480x640": 24.8 MHz, 39.8 kHz, 60.0 Hz
(II) VIA(0): Modeline "480x640"x60.0 24.82 480 504 552 624 640 641 644 663 -hsync +vsync (39.8 kHz)
(==) VIA(0): DPI set to (96, 96)
(II) VIA(0): VIASetDisplayPath is Single
(II) VIA(0): Active Device is 0x2
(II) VIA(0): IGA: CRT=1, DFP=1, LCD=2
(II) VIALoadVideoOption
(WW) No Video option file .VIAVIDEORC exist.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xc8000000 - 0xc8ffffff (0x1000000) MS[B]
[1] 0 0 0xa0000000 - 0xbfffffff (0x20000000) MS[B]
[2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[6] -1 0 0x50000000 - 0x5000ffff (0x10000) MX[B]
[7] -1 0 0xc9100000 - 0xc9103fff (0x4000) MX[B]
[8] -1 0 0xc9400400 - 0xc94004ff (0x100) MX[B]
[9] -1 0 0xc9400000 - 0xc94000ff (0x100) MX[B]
[10] -1 0 0xc8000000 - 0xc8ffffff (0x1000000) MX[B](B)
[11] -1 0 0xa0000000 - 0xbfffffff (0x20000000) MX[B](B)
[12] -1 0 0xc0000000 - 0xbfffffff (0x0) MX[B]O
[13] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[14] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[15] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0 0x00006800 - 0x000068ff (0x100) IX[B]
[19] -1 0 0x00006080 - 0x0000609f (0x20) IX[B]
[20] -1 0 0x00006060 - 0x0000607f (0x20) IX[B]
[21] -1 0 0x00006040 - 0x0000605f (0x20) IX[B]
[22] -1 0 0x00006020 - 0x0000603f (0x20) IX[B]
[23] -1 0 0x000060a0 - 0x000060af (0x10) IX[B]
[24] -1 0 0x00006400 - 0x000064ff (0x100) IX[B]
[25] -1 0 0x00006010 - 0x0000601f (0x10) IX[B]
[26] -1 0 0x00006004 - 0x00006007 (0x4) IX[B]
[27] -1 0 0x00006008 - 0x0000600f (0x8) IX[B]
[28] -1 0 0x000060b0 - 0x000060b3 (0x4) IX[B]
[29] -1 0 0x000060b8 - 0x000060bf (0x8) IX[B]
[30] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[31] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(--) VIA(0): mapping framebuffer @ 0xa0000000 with size 0x10000000
(==) VIA(0): Write-combining range (0xa0000000,0x10000000)
(--) VIA(0): Frame buffer start: 0xa7764000, free start: 0x3e8000 end: 0x10000000
(--) VIA(0): mapping MMIO @ 0xc8000000 with size 0x9000
(--) VIA(0): mapping BitBlt MMIO @ 0xc8200000 with size 0x200000
(II) VIA(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
(II) VIA(0): [drm] Detect H5s1 chipset: 000a chipid: 3371
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: open result is -1, (No such device or address)
drmOpenDevice: Open failed
[drm] failed to load kernel module "via_chrome9"
(EE) [drm] drmOpen failed.
(EE) VIA(0): [dri] DRIScreenInit failed. Disabling DRI.
(II) VIA(0): VIASetDisplayPath is Single
(II) VIA(0): Active Device is 0x2
(II) VIA(0): IGA: CRT=1, DFP=1, LCD=2
(II) VIA(0): lpVIAGraphicInfo->dwXServerEnabled is 1
(II) VIA(0): VIAInternalScreenInit
(II) VIA(0): Frame Buffer From (0,0) To (1280,2047)
(II) VIA(0): Using 2047 lines for offscreen memory.
(II) VIA(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
8x8 color pattern filled rectangles
CPU to Screen color expansion
Solid Lines
Dashed Lines
Image Writes
Setting up tile and stipple cache:
32 128x128 slots
14 256x256 slots
32 8x8 color pattern slots
(==) VIA(0): Backing store disabled
(==) VIA(0): Silken mouse enabled
(II) VIA(0): DPMS enabled
(II) VIA(0): direct rendering disabled
(II) VIA(0): lpVIAGraphicInfo->dwXServerEnabled is 1
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) AIGLX: Screen 0 is not DRI capable
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
compiled for 1.4.2, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(WW) Configured Mouse: No Device specified, looking for one...
(II) Configured Mouse: Setting Device option to "/dev/input/mice"
(--) Configured Mouse: Device: "/dev/input/mice"
(==) Configured Mouse: Protocol: "Auto"
(**) Option "CorePointer"
(**) Configured Mouse: always reports core events
(==) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Configured Mouse: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Generic Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "pl"
(**) Generic Keyboard: XkbLayout: "pl"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(II) evaluating device (Configured Mouse)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) evaluating device (Generic Keyboard)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(--) Configured Mouse: PnP-detected protocol: "ExplorerPS/2"
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
compiled for 4.3.99.902, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 2.0
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) AlpsPS/2 ALPS GlidePoint auto-dev sets device to /dev/input/event7
(**) Option "Device" "/dev/input/event7"
(--) AlpsPS/2 ALPS GlidePoint touchpad found
(**) AlpsPS/2 ALPS GlidePoint: always reports core events
(II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: MOUSE)
(--) AlpsPS/2 ALPS GlidePoint auto-dev sets device to /dev/input/event7
(**) Option "Device" "/dev/input/event7"
(--) AlpsPS/2 ALPS GlidePoint touchpad found
(II) VIA(0): VIALeaveVT
(II) Open ACPI successful (/var/run/acpid.socket)
(II) VIA(0): VIAEnterVT
(II) VIA(0): VIASetDisplayPath is Single
(II) VIA(0): Active Device is 0x2
(II) VIA(0): IGA: CRT=1, DFP=1, LCD=2
(II) VIA(0): lpVIAGraphicInfo->dwXServerEnabled is 1
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(--) AlpsPS/2 ALPS GlidePoint auto-dev sets device to /dev/input/event7
(**) Option "Device" "/dev/input/event7"
(--) AlpsPS/2 ALPS GlidePoint touchpad found
(II) VIA(0): VIALeaveVT
(II) Open ACPI successful (/var/run/acpid.socket)
(II) VIA(0): VIAEnterVT
(II) VIA(0): VIASetDisplayPath is Single
(II) VIA(0): Active Device is 0x2
(II) VIA(0): IGA: CRT=1, DFP=1, LCD=2
(II) VIA(0): lpVIAGraphicInfo->dwXServerEnabled is 1
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(--) AlpsPS/2 ALPS GlidePoint auto-dev sets device to /dev/input/event7
(**) Option "Device" "/dev/input/event7"
(--) AlpsPS/2 ALPS GlidePoint touchpad found
(II) VIA(0): VIALeaveVT
(II) Open ACPI successful (/var/run/acpid.socket)
(II) VIA(0): VIAEnterVT
(II) VIA(0): VIASetDisplayPath is Single
(II) VIA(0): Active Device is 0x2
(II) VIA(0): IGA: CRT=1, DFP=1, LCD=2
(II) VIA(0): lpVIAGraphicInfo->dwXServerEnabled is 1
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(--) AlpsPS/2 ALPS GlidePoint auto-dev sets device to /dev/input/event7
(**) Option "Device" "/dev/input/event7"
(--) AlpsPS/2 ALPS GlidePoint touchpad found
(II) VIA(0): VIALeaveVT
(II) Open ACPI successful (/var/run/acpid.socket)
(II) VIA(0): VIAEnterVT
(II) VIA(0): VIASetDisplayPath is Single
(II) VIA(0): Active Device is 0x2
(II) VIA(0): IGA: CRT=1, DFP=1, LCD=2
(II) VIA(0): lpVIAGraphicInfo->dwXServerEnabled is 1
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(--) AlpsPS/2 ALPS GlidePoint auto-dev sets device to /dev/input/event7
(**) Option "Device" "/dev/input/event7"
(--) AlpsPS/2 ALPS GlidePoint touchpad found
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: viafb triggers BUG at mm/vmalloc.c:294 [kernel 2.6.28.3]
2009-02-07 20:56 ` Alexey Dobriyan
2009-02-07 21:45 ` wixor
@ 2009-02-08 0:40 ` Arjan van de Ven
2009-02-08 10:09 ` wixor
1 sibling, 1 reply; 15+ messages in thread
From: Arjan van de Ven @ 2009-02-08 0:40 UTC (permalink / raw)
To: Alexey Dobriyan; +Cc: wixor, JosephChan, linux-kernel
On Sat, 7 Feb 2009 23:56:07 +0300
Alexey Dobriyan <adobriyan@gmail.com> wrote:
> Two more things.
>
> 1. In via_pci_probe(), there are two ioremap() calls. Insert printks
> before them to determine which of ioremaps is failing (I bet it's
> the first one, still...)
hmm that makes me wonder
the scripts/markup_oops.pl script currently only shows where in the C
code the EIP/top entry is... but that's just a choice, it could work on
arbitrary stack depth. That would be an easy add on.. easy to hack for
me if people think it's worth it...
--
Arjan van de Ven Intel Open Source Technology Centre
For development, discussion and tips for power savings,
visit http://www.lesswatts.org
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: viafb triggers BUG at mm/vmalloc.c:294 [kernel 2.6.28.3]
2009-02-08 0:40 ` Arjan van de Ven
@ 2009-02-08 10:09 ` wixor
2009-02-08 10:25 ` wixor
0 siblings, 1 reply; 15+ messages in thread
From: wixor @ 2009-02-08 10:09 UTC (permalink / raw)
To: Alexey Dobriyan; +Cc: Arjan van de Ven, JosephChan, linux-kernel
Okay, passing vmalloc=300M removed the BUG, still the screen is
looking the very same way it was before - rubbished. I guess I should
play with the module options now?
--
wixor
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: viafb triggers BUG at mm/vmalloc.c:294 [kernel 2.6.28.3]
2009-02-08 10:09 ` wixor
@ 2009-02-08 10:25 ` wixor
2009-02-09 5:59 ` Nick Piggin
0 siblings, 1 reply; 15+ messages in thread
From: wixor @ 2009-02-08 10:25 UTC (permalink / raw)
To: Alexey Dobriyan; +Cc: Arjan van de Ven, JosephChan, linux-kernel
No, it didn't help really. Even with vmalloc=300M after a couple
modprobe/rmmods i got the same BUG. And I didn't manage to get
anything on display. Moreover, rmmod doesn't bring back the vga
console.
--
wixor
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: viafb triggers BUG at mm/vmalloc.c:294 [kernel 2.6.28.3]
2009-02-08 10:25 ` wixor
@ 2009-02-09 5:59 ` Nick Piggin
2009-02-09 10:06 ` wixor
0 siblings, 1 reply; 15+ messages in thread
From: Nick Piggin @ 2009-02-09 5:59 UTC (permalink / raw)
To: wixor; +Cc: Alexey Dobriyan, Arjan van de Ven, JosephChan, linux-kernel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 1510 bytes --]
On Sunday 08 February 2009 21:25:13 wixor wrote:> No, it didn't help really. Even with vmalloc=300M after a couple> modprobe/rmmods i got the same BUG. And I didn't manage to get> anything on display. Moreover, rmmod doesn't bring back the vga> console.
Thanks for reporting. I have a fix for this bug which is anoverflow issue reported by XFS guys... I've just been holdingoff merging it because they still seem to have a problemwith vmap that I'm trying to track down.
But if you could test this patch, it would be appreciated.
Thanks,Nick
--- mm/vmalloc.c | 6 ++++++ 1 file changed, 6 insertions(+)
Index: linux-2.6/mm/vmalloc.c===================================================================--- linux-2.6.orig/mm/vmalloc.c+++ linux-2.6/mm/vmalloc.c@@ -334,6 +334,9 @@ retry: addr = ALIGN(vstart, align); spin_lock(&vmap_area_lock);+ if (addr + size < addr)+ goto overflow;+ /* XXX: could have a last_hole cache */ n = vmap_area_root.rb_node; if (n) {@@ -365,6 +368,8 @@ retry: while (addr + size > first->va_start && addr + size <= vend) { addr = ALIGN(first->va_end + PAGE_SIZE, align);+ if (addr + size < addr)+ goto overflow; n = rb_next(&first->rb_node); if (n)@@ -375,6 +380,7 @@ retry: } found: if (addr + size > vend) {+overflow: spin_unlock(&vmap_area_lock); if (!purged) { purge_vmap_area_lazy();\0ÿôèº{.nÇ+·®+%Ëÿ±éݶ\x17¥wÿº{.nÇ+·¥{±þG«éÿ{ayº\x1dÊÚë,j\a¢f£¢·hïêÿêçz_è®\x03(éÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?¨èÚ&£ø§~á¶iOæ¬z·vØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?I¥
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: viafb triggers BUG at mm/vmalloc.c:294 [kernel 2.6.28.3]
2009-02-09 5:59 ` Nick Piggin
@ 2009-02-09 10:06 ` wixor
2009-02-09 10:54 ` Nick Piggin
0 siblings, 1 reply; 15+ messages in thread
From: wixor @ 2009-02-09 10:06 UTC (permalink / raw)
To: Nick Piggin; +Cc: Alexey Dobriyan, Arjan van de Ven, JosephChan, linux-kernel
Yes, that is somehow better. BUG is gone, it says now
vmap allocation failed: use vmalloc=<size> to increase size
and then
ioremap failed.
The driver still doesn't work however.
--
wixor
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: viafb triggers BUG at mm/vmalloc.c:294 [kernel 2.6.28.3]
2009-02-09 10:06 ` wixor
@ 2009-02-09 10:54 ` Nick Piggin
2009-02-09 11:48 ` wixor
0 siblings, 1 reply; 15+ messages in thread
From: Nick Piggin @ 2009-02-09 10:54 UTC (permalink / raw)
To: wixor; +Cc: Alexey Dobriyan, Arjan van de Ven, JosephChan, linux-kernel
On Monday 09 February 2009 21:06:32 wixor wrote:
> Yes, that is somehow better. BUG is gone, it says now
> vmap allocation failed: use vmalloc=<size> to increase size
> and then
> ioremap failed.
> The driver still doesn't work however.
Quite possibly then it is a bad size being passed to ioremap.
(as you said you still have a few hundred GB of vmalloc space
free).
Could you printk the value of the 'size' variable, and also
call WARN() in the case of allocation failure?
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: viafb triggers BUG at mm/vmalloc.c:294 [kernel 2.6.28.3]
2009-02-09 10:54 ` Nick Piggin
@ 2009-02-09 11:48 ` wixor
2009-02-09 12:34 ` Nick Piggin
0 siblings, 1 reply; 15+ messages in thread
From: wixor @ 2009-02-09 11:48 UTC (permalink / raw)
To: Nick Piggin; +Cc: Alexey Dobriyan, Arjan van de Ven, JosephChan, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 600 bytes --]
Okay, I'm not quite sure what's happening here (i'm not kernel
developer). That's that I've done:
printk(KERN_DEBUG "alloc_vmap_area(%lu, %lu, %p,
%p)\n",size,align,vstart,vend);
at the very beginning of alloc_vmap_area,
printk(KERN_DEBUG "alloc_vmap_area: allocated %p -
%p\n",va->va_start, va->va_end);
at very end and
WARN(1,KERN_WARNING "alloc_vmap_area failed\n");
before returning EBUSY. Full dmesg attached. What still bugs me is
that video ram is allocated from system memory by bios. Does the
kernel know that and does it try to allocate the framebuffer in that
"video ram"?
[-- Attachment #2: dmesg --]
[-- Type: application/octet-stream, Size: 43477 bytes --]
BIOS EBDA/lowmem at: 0009dc00/0009dc00
Linux version 2.6.28.3-dsdt-fix (root@wixor-laptop) (gcc version 4.3.3 (Debian 4.3.3-3) ) #17 Mon Feb 9 12:37:00 CET 2009
KERNEL supported cpus:
Intel GenuineIntel
AMD AuthenticAMD
NSC Geode by NSC
Cyrix CyrixInstead
Centaur CentaurHauls
Transmeta GenuineTMx86
Transmeta TransmetaCPU
UMC UMC UMC UMC
PAT WC disabled due to known CPU erratum.
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000002fe90000 (usable)
BIOS-e820: 000000002fe90000 - 000000002fe9f000 (ACPI data)
BIOS-e820: 000000002fe9f000 - 000000002ff00000 (ACPI NVS)
BIOS-e820: 000000002ff00000 - 0000000040000000 (reserved)
BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
debug: ignoring loglevel setting.
DMI present.
last_pfn = 0x2fe90 max_arch_pfn = 0x1000000
Scanning 1 areas for low memory corruption
modified physical RAM map:
modified: 0000000000000000 - 0000000000001000 (usable)
modified: 0000000000001000 - 0000000000010000 (reserved)
modified: 0000000000010000 - 000000000008ec00 (usable)
modified: 000000000009dc00 - 00000000000a0000 (reserved)
modified: 00000000000e0000 - 0000000000100000 (reserved)
modified: 0000000000100000 - 000000002fe90000 (usable)
modified: 000000002fe90000 - 000000002fe9f000 (ACPI data)
modified: 000000002fe9f000 - 000000002ff00000 (ACPI NVS)
modified: 000000002ff00000 - 0000000040000000 (reserved)
modified: 00000000fec00000 - 00000000fec10000 (reserved)
modified: 00000000fee00000 - 00000000fee01000 (reserved)
modified: 00000000fff00000 - 0000000100000000 (reserved)
kernel direct mapping tables up to 2fe90000 @ 10000-16000
NX (Execute Disable) protection: active
ACPI: RSDP 000F73B0, 0014 (r0 PTLTD )
ACPI: RSDT 2FE991B9, 003C (r1 FSC PC 6040000 LTP 0)
ACPI: FACP 2FE9ED7E, 0074 (r1 VN896 PTLTW 6040000 PTL_ F4240)
ACPI: DSDT 2FE998FE, 5480 (r1 FIC LM10W 6040000 MSFT 100000E)
ACPI: FACS 2FE9FFC0, 0040
ACPI: APIC 2FE9EDF2, 005C (r1 PTLTD APIC 6040000 LTP 0)
ACPI: MCFG 2FE9EE4E, 003C (r1 PTLTD MCFG 6040000 LTP 0)
ACPI: SLIC 2FE9EE8A, 0176 (r1 FSC PC 6040000 0)
ACPI: SSDT 2FE9970E, 01F0 (r1 PmRef Cpu0Cst 3001 INTL 20050228)
ACPI: SSDT 2FE991F5, 0519 (r1 PmRef CpuPm 3000 INTL 20050228)
ACPI: Local APIC address 0xfee00000
766MB LOWMEM available.
mapped low ram: 0 - 2fe90000
low ram: 00000000 - 2fe90000
bootmap 00013000 - 00018fd4
(6 early reservations) ==> bootmem [0000000000 - 002fe90000]
#0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
#1 [0000100000 - 0000420fb8] TEXT DATA BSS ==> [0000100000 - 0000420fb8]
#2 [0000421000 - 0000428000] INIT_PG_TABLE ==> [0000421000 - 0000428000]
#3 [000009dc00 - 0000100000] BIOS reserved ==> [000009dc00 - 0000100000]
#4 [0000010000 - 0000013000] PGTABLE ==> [0000010000 - 0000013000]
#5 [0000013000 - 0000019000] BOOTMAP ==> [0000013000 - 0000019000]
Zone PFN ranges:
DMA 0x00000000 -> 0x00001000
Normal 0x00001000 -> 0x0002fe90
Movable zone start PFN for each node
early_node_map[3] active PFN ranges
0: 0x00000000 -> 0x00000001
0: 0x00000010 -> 0x0000008e
0: 0x00000100 -> 0x0002fe90
On node 0 totalpages: 196111
free_area_init_node: node 0, pgdat c038cf60, node_mem_map c1000000
DMA zone: 32 pages used for memmap
DMA zone: 0 pages reserved
DMA zone: 3935 pages, LIFO batch:0
Normal zone: 1502 pages used for memmap
Normal zone: 190642 pages, LIFO batch:31
Movable zone: 0 pages used for memmap
ACPI: PM-Timer IO Port: 0x4008
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 1, version 3, address 0xfec00000, GSI 0-23
ACPI: IOAPIC (id[0x02] address[0xfecc0000] gsi_base[24])
IOAPIC[1]: apic_id 2, version 3, address 0xfecc0000, GSI 24-47
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ9 used by override.
ACPI: IRQ10 used by override.
Enabling APIC mode: Flat. Using 2 I/O APICs
PM: Registered nosave memory: 0000000000001000 - 0000000000010000
PM: Registered nosave memory: 000000000008e000 - 000000000009e000
PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000)
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 194577
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.28.3-dsdt-fix root=/dev/sda1 ro hpet=force clocksource=hpet 3 ignore_loglevel
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
PID hash table entries: 4096 (order: 12, 16384 bytes)
TSC: PIT calibration matches PMTIMER. 1 loops
Detected 1995.005 MHz processor.
Console: colour VGA+ 80x25
console [tty0] enabled
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Scanning for low memory corruption every 60 seconds
Memory: 774076k/784960k available (1948k kernel code, 10204k reserved, 705k data, 236k init, 0k highmem)
virtual kernel memory layout:
fixmap : 0xfffac000 - 0xfffff000 ( 332 kB)
vmalloc : 0xf0690000 - 0xfffaa000 ( 249 MB)
lowmem : 0xc0000000 - 0xefe90000 ( 766 MB)
.init : 0xc039a000 - 0xc03d5000 ( 236 kB)
.data : 0xc02e73bf - 0xc0397a48 ( 705 kB)
.text : 0xc0100000 - 0xc02e73bf (1948 kB)
Checking if this processor honours the WP bit even in supervisor mode...Ok.
SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.01 BogoMIPS (lpj=19950050)
Mount-cache hash table entries: 512
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 1024K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
using mwait in idle threads.
CPU: Intel(R) Celeron(R) M CPU 450 @ 2.00GHz stepping 0c
Checking 'hlt' instruction... OK.
Freeing SMP alternatives: 0k freed
ACPI: Core revision 20080926
alloc_vmap_area(28672, 32768, f0690000, fffaa000)
alloc_vmap_area: allocated f0690000 - f0697000
ACPI: Override [DSDT-LM10W ], this is unsafe: tainting kernel
ACPI: Table DSDT replaced by host OS
ACPI: DSDT 00000000, 49CA (r1 FIC LM10W 6040000 INTL 20061109)
ACPI: DSDT override uses original SSDTs unless "acpi_no_auto_ssdt"
alloc_vmap_area(8192, 8192, f0690000, fffaa000)
alloc_vmap_area: allocated f0698000 - f069a000
alloc_vmap_area(8192, 8192, f0690000, fffaa000)
alloc_vmap_area: allocated f0690000 - f0692000
..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1
..MP-BIOS bug: 8254 timer not connected to IO-APIC
...trying to set up timer (IRQ0) through the 8259A ...
..... (found apic 0 pin 0) ...
....... works.
net_namespace: 504 bytes
NET: Registered protocol family 16
ACPI: bus type pci registered
alloc_vmap_area(8192, 8192, f0690000, fffaa000)
alloc_vmap_area: allocated f0694000 - f0696000
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: Not using MMCONFIG.
PCI: BIOS BUG #81[00000000] found
PCI: Using configuration type 1 for base access
alloc_vmap_area(8192, 8192, f0690000, fffaa000)
alloc_vmap_area: allocated f069c000 - f069e000
ACPI: EC: Look up EC in DSDT
alloc_vmap_area(8192, 8192, f0690000, fffaa000)
alloc_vmap_area: allocated f06a0000 - f06a2000
ACPI: Interpreter enabled
ACPI: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
PCI: Using MMCONFIG for extended config space
ACPI: No dock devices found.
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:00.0: reg 10 32bit mmio: [0xc0000000-0xc7ffffff]
pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
pci 0000:00:02.0: PME# disabled
pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
pci 0000:00:03.0: PME# disabled
pci 0000:00:0f.0: reg 10 io port: [0x60b8-0x60bf]
pci 0000:00:0f.0: reg 14 io port: [0x60b0-0x60b3]
pci 0000:00:0f.0: reg 18 io port: [0x6008-0x600f]
pci 0000:00:0f.0: reg 1c io port: [0x6004-0x6007]
pci 0000:00:0f.0: reg 20 io port: [0x6010-0x601f]
pci 0000:00:0f.0: reg 24 io port: [0x6400-0x64ff]
pci 0000:00:0f.1: reg 20 io port: [0x60a0-0x60af]
pci 0000:00:10.0: reg 20 io port: [0x6020-0x603f]
pci 0000:00:10.0: supports D1 D2
pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:10.0: PME# disabled
pci 0000:00:10.1: reg 20 io port: [0x6040-0x605f]
pci 0000:00:10.1: supports D1 D2
pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:10.1: PME# disabled
pci 0000:00:10.2: reg 20 io port: [0x6060-0x607f]
pci 0000:00:10.2: supports D1 D2
pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:10.2: PME# disabled
pci 0000:00:10.3: reg 20 io port: [0x6080-0x609f]
pci 0000:00:10.3: supports D1 D2
pci 0000:00:10.3: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:10.3: PME# disabled
pci 0000:00:10.4: reg 10 32bit mmio: [0xc9400000-0xc94000ff]
pci 0000:00:10.4: supports D1 D2
pci 0000:00:10.4: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:10.4: PME# disabled
pci 0000:00:11.0: Force enabled HPET at 0xfed00000
pci 0000:00:12.0: reg 10 io port: [0x6800-0x68ff]
pci 0000:00:12.0: reg 14 32bit mmio: [0xc9400400-0xc94004ff]
pci 0000:00:12.0: supports D1 D2
pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:00:12.0: PME# disabled
pci 0000:01:00.0: reg 10 32bit mmio: [0xa0000000-0xbfffffff]
pci 0000:01:00.0: reg 14 32bit mmio: [0xc8000000-0xc8ffffff]
pci 0000:01:00.0: reg 30 32bit mmio: [0x000000-0x00ffff]
pci 0000:01:00.0: supports D1 D2
pci 0000:00:01.0: bridge 32bit mmio: [0xc8000000-0xc8ffffff]
pci 0000:00:01.0: bridge 32bit mmio pref: [0xa0000000-0xbfffffff]
pci 0000:00:03.0: bridge io port: [0x7000-0x7fff]
pci 0000:00:03.0: bridge 32bit mmio: [0xc9000000-0xc90fffff]
pci 0000:04:01.0: reg 10 64bit mmio: [0xc9100000-0xc9103fff]
pci 0000:04:01.0: PME# supported from D0 D3hot D3cold
pci 0000:04:01.0: PME# disabled
pci 0000:00:13.0: bridge 32bit mmio: [0xc9100000-0xc91fffff]
pci 0000:05:01.0: reg 10 32bit mmio: [0xc9000000-0xc900ffff]
pci 0000:00:13.1: transparent bridge
pci 0000:00:13.1: bridge 32bit mmio: [0xc9000000-0xc90fffff]
bus 00 -> node 0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGC._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE0C._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.SP2P._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2PE._PRT]
ACPI: PCI Interrupt Link [ALKA] (IRQs 16 17 18 19 20 21 22 23) *9, disabled.
ACPI: PCI Interrupt Link [ALKB] (IRQs 16 17 18 19 20 21 22 23) *10, disabled.
ACPI: PCI Interrupt Link [ALKC] (IRQs 22) *11, disabled.
ACPI: PCI Interrupt Link [ALKD] (IRQs 21) *3, disabled.
ACPI: PCI Interrupt Link [LNKA] (IRQs *9 10 11 12)
ACPI: PCI Interrupt Link [LNKB] (IRQs 9 *10 11 12)
ACPI: PCI Interrupt Link [LNKC] (IRQs 9 10 *11 12)
ACPI: PCI Interrupt Link [LNKD] (IRQs 9 10 11 12) *3
alloc_vmap_area(8192, 8192, f0690000, fffaa000)
alloc_vmap_area: allocated f06a4000 - f06a6000
alloc_vmap_area(8192, 8192, f0690000, fffaa000)
alloc_vmap_area: allocated f06a8000 - f06aa000
alloc_vmap_area(8192, 8192, f0690000, fffaa000)
alloc_vmap_area: allocated f06ac000 - f06ae000
SCSI subsystem initialized
libata version 3.00 loaded.
PCI: Using ACPI for IRQ routing
pci 0000:00:13.1: BAR 8: can't allocate resource
pci 0000:05:01.0: BAR 0: can't allocate resource
alloc_vmap_area(8192, 8192, f0690000, fffaa000)
alloc_vmap_area: allocated f06b0000 - f06b2000
hpet clockevent registered
HPET: 3 timers in total, 0 timers will be used for per-cpu timer
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
hpet0: 3 comparators, 32-bit 14.318180 MHz counter
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 10 devices
ACPI: ACPI bus type pnp unregistered
system 00:01: iomem range 0xe0000000-0xefffffff has been reserved
system 00:01: iomem range 0xf0012000-0xf0012fff has been reserved
system 00:01: iomem range 0xf0013000-0xf0013fff has been reserved
system 00:06: iomem range 0x0-0x9ffff could not be reserved
system 00:06: iomem range 0xc0000-0xcffff could not be reserved
system 00:06: iomem range 0xe0000-0xfffff could not be reserved
system 00:06: iomem range 0xe0000000-0xe01010ff has been reserved
system 00:06: iomem range 0xe00100ff-0xe00190fe has been reserved
system 00:06: iomem range 0xe00700ff-0xe007a0fe has been reserved
system 00:06: iomem range 0xe00800ff-0xe00a00fe has been reserved
system 00:06: iomem range 0xe01000ff-0xe06000fe could not be reserved
system 00:06: iomem range 0xf00120ff-0xf00140fe could not be reserved
system 00:06: iomem range 0xffb80000-0xffc7ffff has been reserved
system 00:06: iomem range 0xfff00000-0xffffffff has been reserved
system 00:06: iomem range 0xffee0000-0xffefffff has been reserved
system 00:06: iomem range 0xfec00000-0xfec0ffff has been reserved
system 00:06: iomem range 0xfee00000-0xfee0ffff could not be reserved
system 00:07: ioport range 0x4d0-0x4d1 has been reserved
system 00:07: ioport range 0xfe10-0xfe11 has been reserved
system 00:07: ioport range 0xfe00-0xfe00 has been reserved
system 00:07: ioport range 0x4000-0x407f has been reserved
system 00:07: ioport range 0x4100-0x411f has been reserved
Switched to high resolution mode on CPU 0
pci 0000:01:00.0: BAR 6: can't allocate mem resource [0xc0000000-0xbfffffff]
pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
pci 0000:00:01.0: IO window: disabled
pci 0000:00:01.0: MEM window: 0xc8000000-0xc8ffffff
pci 0000:00:01.0: PREFETCH window: 0x000000a0000000-0x000000bfffffff
pci 0000:00:02.0: PCI bridge, secondary bus 0000:02
pci 0000:00:02.0: IO window: disabled
pci 0000:00:02.0: MEM window: disabled
pci 0000:00:02.0: PREFETCH window: disabled
pci 0000:00:03.0: PCI bridge, secondary bus 0000:03
pci 0000:00:03.0: IO window: 0x7000-0x7fff
pci 0000:00:03.0: MEM window: 0xc9000000-0xc90fffff
pci 0000:00:03.0: PREFETCH window: disabled
pci 0000:00:13.0: PCI bridge, secondary bus 0000:04
pci 0000:00:13.0: IO window: disabled
pci 0000:00:13.0: MEM window: 0xc9100000-0xc91fffff
pci 0000:00:13.0: PREFETCH window: disabled
pci 0000:00:13.1: PCI bridge, secondary bus 0000:05
pci 0000:00:13.1: IO window: disabled
pci 0000:00:13.1: MEM window: 0x50000000-0x500fffff
pci 0000:00:13.1: PREFETCH window: disabled
pci 0000:00:01.0: setting latency timer to 64
pci 0000:00:02.0: PCI INT A -> GSI 27 (level, low) -> IRQ 27
pci 0000:00:02.0: setting latency timer to 64
pci 0000:00:03.0: PCI INT A -> GSI 31 (level, low) -> IRQ 31
pci 0000:00:03.0: setting latency timer to 64
pci 0000:00:13.0: setting latency timer to 64
pci 0000:00:13.1: setting latency timer to 64
bus: 00 index 0 io port: [0x00-0xffff]
bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
bus: 01 index 0 mmio: [0x0-0x0]
bus: 01 index 1 mmio: [0xc8000000-0xc8ffffff]
bus: 01 index 2 mmio: [0xa0000000-0xbfffffff]
bus: 01 index 3 mmio: [0x0-0x0]
bus: 02 index 0 mmio: [0x0-0x0]
bus: 02 index 1 mmio: [0x0-0x0]
bus: 02 index 2 mmio: [0x0-0x0]
bus: 02 index 3 mmio: [0x0-0x0]
bus: 03 index 0 io port: [0x7000-0x7fff]
bus: 03 index 1 mmio: [0xc9000000-0xc90fffff]
bus: 03 index 2 mmio: [0x0-0x0]
bus: 03 index 3 mmio: [0x0-0x0]
bus: 04 index 0 mmio: [0x0-0x0]
bus: 04 index 1 mmio: [0xc9100000-0xc91fffff]
bus: 04 index 2 mmio: [0x0-0x0]
bus: 04 index 3 mmio: [0x0-0x0]
bus: 05 index 0 mmio: [0x0-0x0]
bus: 05 index 1 mmio: [0x50000000-0x500fffff]
bus: 05 index 2 mmio: [0x0-0x0]
bus: 05 index 3 io port: [0x00-0xffff]
bus: 05 index 4 mmio: [0x000000-0xffffffffffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
msgmni has been set to 1512
io scheduler noop registered
io scheduler anticipatory registered (default)
PCI: VIA PCI bridge detected.Disabling DAC.
alloc_vmap_area(8192, 8192, f0690000, fffaa000)
alloc_vmap_area: allocated f06b4000 - f06b6000
pci 0000:00:10.4: EHCI: BIOS handoff failed (BIOS bug?) 01010001
pci 0000:01:00.0: Boot video device
pcieport-driver 0000:00:02.0: setting latency timer to 64
pcieport-driver 0000:00:02.0: found MSI capability
pcieport-driver 0000:00:02.0: irq 287 for MSI/MSI-X
pci_express 0000:00:02.0:pcie00: allocate port service
pci_express 0000:00:02.0:pcie01: allocate port service
pci_express 0000:00:02.0:pcie02: allocate port service
pci_express 0000:00:02.0:pcie03: allocate port service
pcieport-driver 0000:00:03.0: setting latency timer to 64
pcieport-driver 0000:00:03.0: found MSI capability
pcieport-driver 0000:00:03.0: irq 286 for MSI/MSI-X
pci_express 0000:00:03.0:pcie00: allocate port service
pci_express 0000:00:03.0:pcie01: allocate port service
pci_express 0000:00:03.0:pcie02: allocate port service
pci_express 0000:00:03.0:pcie03: allocate port service
aer 0000:00:02.0:pcie01: AER service couldn't init device: no _OSC support
aer 0000:00:03.0:pcie01: AER service couldn't init device: no _OSC support
Driver 'sd' needs updating - please use bus_type methods
sata_via 0000:00:0f.0: version 2.4
sata_via 0000:00:0f.0: PCI INT B -> GSI 21 (level, low) -> IRQ 21
sata_via 0000:00:0f.0: routed to hard irq line 10
sata_via 0000:00:0f.0: setting latency timer to 64
scsi0 : sata_via
scsi1 : sata_via
ata1: SATA max UDMA/133 cmd 0x60b8 ctl 0x60b0 bmdma 0x6010 irq 21
ata2: SATA max UDMA/133 cmd 0x6008 ctl 0x6004 bmdma 0x6018 irq 21
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.00: ATA-7: ST980811AS, 3.ALE, max UDMA/133
ata1.00: 156301488 sectors, multi 16: LBA48 NCQ (depth 0/32)
ata1.00: configured for UDMA/133
ata2: SATA link down 1.5 Gbps (SStatus 0 SControl 300)
scsi 0:0:0:0: Direct-Access ATA ST980811AS 3.AL PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors: (80.0 GB/74.5 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors: (80.0 GB/74.5 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sda: sda1 sda2
sd 0:0:0:0: [sda] Attached SCSI disk
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
i8042.c: Detected active multiplexing controller, rev 1.1.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX0 port at 0x60,0x64 irq 12
serio: i8042 AUX1 port at 0x60,0x64 irq 12
serio: i8042 AUX2 port at 0x60,0x64 irq 12
serio: i8042 AUX3 port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
cpuidle: using governor ladder
cpuidle: using governor menu
TCP cubic registered
Using IPI Shortcut mode
input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
EXT4-fs: barriers enabled
kjournald2 starting. Commit interval 5 seconds
EXT4-fs: delayed allocation enabled
EXT4-fs: file extents enabled
EXT4-fs: mballoc enabled
EXT4-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext4 filesystem) readonly.
Freeing unused kernel memory: 236k freed
Write protecting the kernel text: 1952k
Write protecting the kernel read-only data: 524k
alloc_vmap_area(32768, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06b3000 - f06bb000
alloc_vmap_area(28672, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06bc000 - f06c3000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06c4000 - f06c6000
NET: Registered protocol family 1
alloc_vmap_area(40960, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06c7000 - f06d1000
alloc_vmap_area(36864, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06d2000 - f06db000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06dc000 - f06de000
Linux agpgart interface v0.103
alloc_vmap_area(20480, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06df000 - f06e4000
alloc_vmap_area(12288, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06e5000 - f06e8000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06e9000 - f06eb000
agpgart: Detected VIA P4M900 chipset
alloc_vmap_area(20480, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06b3000 - f06b8000
agpgart-via 0000:00:00.0: AGP aperture is 128M @ 0xc0000000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06b9000 - f06bb000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06c4000 - f06c6000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06c7000 - f06c9000
alloc_vmap_area(20480, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06ca000 - f06cf000
alloc_vmap_area(16384, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06dc000 - f06e0000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06d0000 - f06d2000
alloc_vmap_area(49152, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06ec000 - f06f8000
alloc_vmap_area(40960, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06f9000 - f0703000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06e1000 - f06e3000
ACPI: processor limited to max C-state 1
ACPI: CPU0 (power states: C1[C1] C2[C2])
processor ACPI_CPU:00: registered as cooling_device0
alloc_vmap_area(16384, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0704000 - f0708000
alloc_vmap_area(12288, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0709000 - f070c000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f070d000 - f070f000
input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
alloc_vmap_area(28672, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0710000 - f0717000
alloc_vmap_area(20480, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0718000 - f071d000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f071e000 - f0720000
alloc_vmap_area(12288, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0721000 - f0724000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0725000 - f0727000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0728000 - f072a000
ACPI: AC Adapter [ACAD] (on-line)
alloc_vmap_area(20480, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f072b000 - f0730000
alloc_vmap_area(16384, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0731000 - f0735000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0736000 - f0738000
ACPI: Power Button (FF) [PWRF]
ACPI: Battery Slot [BAT0] (battery present)
input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
thermal LNXTHERM:01: registered as thermal_zone0
ACPI: Power Button (CM) [PWRB]
input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
ACPI: Lid Switch [LID]
ACPI: Thermal Zone [THRM] (47 C)
alloc_vmap_area(12288, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0739000 - f073c000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f073d000 - f073f000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0740000 - f0742000
alloc_vmap_area(12288, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0743000 - f0746000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0747000 - f0749000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f074a000 - f074c000
alloc_vmap_area(12288, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f074d000 - f0750000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0751000 - f0753000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0754000 - f0756000
alloc_vmap_area(28672, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0757000 - f075e000
alloc_vmap_area(24576, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f075f000 - f0765000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0766000 - f0768000
fan PNP0C0B:00: registered as cooling_device1
ACPI: Fan [FAN] (on)
acpi device:1d: registered as cooling_device2
input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:1a/device:1b/input/input4
alloc_vmap_area(16384, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0769000 - f076d000
ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
alloc_vmap_area(16384, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f076e000 - f0772000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0773000 - f0775000
pata_via 0000:00:0f.1: version 0.3.3
pata_via 0000:00:0f.1: power state changed by ACPI to D0
pata_via 0000:00:0f.1: setting latency timer to 64
alloc_vmap_area(147456, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0776000 - f079a000
scsi2 : pata_via
scsi3 : pata_via
ata3: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x60a0 irq 14
ata4: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0x60a8 irq 15
ata3: port disabled. ignoring.
alloc_vmap_area(126976, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f079b000 - f07ba000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f07bb000 - f07bd000
alloc_vmap_area(32768, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f07be000 - f07c6000
alloc_vmap_area(28672, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f07c7000 - f07ce000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f07cf000 - f07d1000
alloc_vmap_area(12288, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f07d2000 - f07d5000
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
alloc_vmap_area(12288, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f07d6000 - f07d9000
alloc_vmap_area(36864, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f07da000 - f07e3000
alloc_vmap_area(28672, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f07e4000 - f07eb000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f07ec000 - f07ee000
via-rhine.c:v1.10-LK1.4.3 2007-03-06 Written by Donald Becker
alloc_vmap_area(20480, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f07ef000 - f07f4000
alloc_vmap_area(12288, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f07f5000 - f07f8000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f07f9000 - f07fb000
alloc_vmap_area(32768, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f07fc000 - f0804000
alloc_vmap_area(28672, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0805000 - f080c000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f080d000 - f080f000
uhci_hcd: USB Universal Host Controller Interface driver
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0810000 - f0812000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0813000 - f0815000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0816000 - f0818000
alloc_vmap_area(212992, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0819000 - f084d000
ata4.00: ATAPI: Optiarc DVD RW AD-7540A, 1.42, max UDMA/33
alloc_vmap_area(196608, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f084e000 - f087e000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f087f000 - f0881000
ath_hal: module license 'Proprietary' taints kernel.
ath_hal: 0.9.18.0 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
alloc_vmap_area(229376, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0882000 - f08ba000
alloc_vmap_area(196608, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f08bb000 - f08eb000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f08ec000 - f08ee000
wlan: 0.9.4.1
alloc_vmap_area(57344, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f08ef000 - f08fd000
ata4.00: configured for UDMA/33
alloc_vmap_area(45056, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f08fe000 - f0909000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f090a000 - f090c000
alloc_vmap_area(16384, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f090d000 - f0911000
scsi 3:0:0:0: CD-ROM Optiarc DVD RW AD-7540A 1.42 PQ: 0 ANSI: 5
via-rhine 0000:00:12.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
alloc_vmap_area(8192, 8192, f0690000, fffaa000)
alloc_vmap_area: allocated f0912000 - f0914000
eth0: VIA Rhine II at 0xc9400400, 00:14:0b:0f:ba:c3, IRQ 23.
eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 45e1.
uhci_hcd 0000:00:10.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
uhci_hcd 0000:00:10.0: setting latency timer to 64
uhci_hcd 0000:00:10.0: UHCI Host Controller
uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
uhci_hcd 0000:00:10.0: irq 20, io base 0x00006020
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
uhci_hcd 0000:00:10.1: PCI INT B -> GSI 22 (level, low) -> IRQ 22
uhci_hcd 0000:00:10.1: setting latency timer to 64
uhci_hcd 0000:00:10.1: UHCI Host Controller
uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:10.1: irq 22, io base 0x00006040
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
uhci_hcd 0000:00:10.2: PCI INT C -> GSI 21 (level, low) -> IRQ 21
uhci_hcd 0000:00:10.2: setting latency timer to 64
uhci_hcd 0000:00:10.2: UHCI Host Controller
uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:10.2: irq 21, io base 0x00006060
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
uhci_hcd 0000:00:10.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
uhci_hcd 0000:00:10.3: setting latency timer to 64
uhci_hcd 0000:00:10.3: UHCI Host Controller
uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:10.3: irq 23, io base 0x00006080
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
alloc_vmap_area(12288, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06b9000 - f06bc000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06c7000 - f06c9000
alloc_vmap_area(16384, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06ca000 - f06ce000
alloc_vmap_area(12288, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06cf000 - f06d2000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06e1000 - f06e3000
alloc_vmap_area(28672, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06e9000 - f06f0000
alloc_vmap_area(24576, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06f1000 - f06f7000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0704000 - f0706000
alloc_vmap_area(45056, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f070d000 - f0718000
alloc_vmap_area(40960, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0754000 - f075e000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0707000 - f0709000
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
ehci_hcd 0000:00:10.4: PCI INT C -> GSI 21 (level, low) -> IRQ 21
alloc_vmap_area(8192, 8192, f0690000, fffaa000)
alloc_vmap_area: allocated f071e000 - f0720000
ehci_hcd 0000:00:10.4: setting latency timer to 64
ehci_hcd 0000:00:10.4: EHCI Host Controller
ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 5
ehci_hcd 0000:00:10.4: irq 21, io mem 0xc9400000
alloc_vmap_area(16384, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06c7000 - f06cb000
alloc_vmap_area(16384, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06e1000 - f06e5000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06cc000 - f06ce000
alloc_vmap_area(114688, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0776000 - f0792000
ehci_hcd 0000:00:10.4: USB 2.0 started, EHCI 1.00
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 8 ports detected
alloc_vmap_area(98304, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0816000 - f082e000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06e9000 - f06eb000
ath_pci: 0.9.4.1
ath_pci 0000:05:01.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
alloc_vmap_area(69632, 131072, f0690000, fffaa000)
alloc_vmap_area: allocated f0880000 - f0891000
alloc_vmap_area(57344, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0776000 - f0784000
alloc_vmap_area(49152, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0785000 - f0791000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06c7000 - f06c9000
alloc_vmap_area(73728, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f082f000 - f0841000
alloc_vmap_area(65536, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0892000 - f08a2000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06ca000 - f06cc000
alloc_vmap_area(20480, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06ec000 - f06f1000
alloc_vmap_area(16384, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f070d000 - f0711000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0704000 - f0706000
ath_rate_sample: 1.2 (0.9.4.1)
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0712000 - f0714000
wifi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
wifi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
wifi0: H/W encryption support: WEP AES AES_CCM TKIP
wifi0: mac 7.8 phy 4.5 radio 5.6
wifi0: Use hw queue 1 for WME_AC_BE traffic
wifi0: Use hw queue 0 for WME_AC_BK traffic
wifi0: Use hw queue 2 for WME_AC_VI traffic
wifi0: Use hw queue 3 for WME_AC_VO traffic
wifi0: Use hw queue 8 for CAB traffic
wifi0: Use hw queue 9 for beacons
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0715000 - f0717000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0721000 - f0723000
input: PC Speaker as /devices/platform/pcspkr/input/input5
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0728000 - f072a000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f072b000 - f072d000
alloc_vmap_area(24576, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0736000 - f073c000
alloc_vmap_area(20480, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0740000 - f0745000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f072e000 - f0730000
alloc_vmap_area(20480, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f074a000 - f074f000
alloc_vmap_area(16384, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0766000 - f076a000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f076b000 - f076d000
rtc_cmos 00:04: RTC can wake from S4
rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0792000 - f0794000
alloc_vmap_area(528384, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0915000 - f0996000
alloc_vmap_area(405504, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0997000 - f09fa000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0795000 - f0797000
HDA Intel 0000:04:01.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
alloc_vmap_area(20480, 32768, f0690000, fffaa000)
alloc_vmap_area: allocated f07c0000 - f07c5000
HDA Intel 0000:04:01.0: setting latency timer to 64
HDA Intel 0000:04:01.0: PCI: Disallowing DAC for device
alloc_vmap_area(20480, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06c7000 - f06cc000
alloc_vmap_area(16384, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06ec000 - f06f0000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f06cd000 - f06cf000
alloc_vmap_area(49152, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0773000 - f077f000
alloc_vmap_area(69632, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f082f000 - f0840000
alloc_vmap_area(69632, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f08a3000 - f08b4000
alloc_vmap_area(69632, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f08ec000 - f08fd000
wifi0: Atheros 5212: mem=0x50000000, irq=18
alloc_vmap_area(40960, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f07da000 - f07e4000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0704000 - f0706000
input: PS/2 Mouse as /devices/platform/i8042/serio4/input/input6
alloc_vmap_area(24576, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0736000 - f073c000
udev: renamed network interface ath0 to wlan0
alloc_vmap_area(20480, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f074a000 - f074f000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0707000 - f0709000
Driver 'sr' needs updating - please use bus_type methods
sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 3:0:0:0: Attached scsi CD-ROM sr0
input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio4/input/input7
alloc_vmap_area(995328, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f09fb000 - f0aee000
Adding 1975984k swap on /dev/sda2. Priority:-1 extents:1 across:1975984k
EXT4 FS on sda1, internal journal on sda1:8
alloc_vmap_area(24576, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f07cf000 - f07d5000
alloc_vmap_area(20480, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0780000 - f0785000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0712000 - f0714000
loop: module loaded
alloc_vmap_area(12288, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0728000 - f072b000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f072e000 - f0730000
alloc_vmap_area(12288, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f076b000 - f076e000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0792000 - f0794000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0798000 - f079a000
p4-clockmod: P4/Xeon(TM) CPU On-Demand Clock Modulation available
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
alloc_vmap_area(24576, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f07ec000 - f07f2000
alloc_vmap_area(24576, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f07f9000 - f07ff000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f07bb000 - f07bd000
NET: Registered protocol family 17
alloc_vmap_area(12288, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0800000 - f0803000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f07be000 - f07c0000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f07f3000 - f07f5000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f080d000 - f080f000
alloc_vmap_area(12288, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0810000 - f0813000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0841000 - f0843000
alloc_vmap_area(12288, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0844000 - f0847000
alloc_vmap_area(12288, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0848000 - f084b000
alloc_vmap_area(45056, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0915000 - f0920000
alloc_vmap_area(36864, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f0921000 - f092a000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f084c000 - f084e000
alloc_vmap_area(126976, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f092b000 - f094a000
alloc_vmap_area(94208, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f094b000 - f0962000
alloc_vmap_area(8192, 1, f0690000, fffaa000)
alloc_vmap_area: allocated f08b5000 - f08b7000
VIA Graphics Intergration Chipset framebuffer 2.4 initializing
VIAFB PCI Probe!!
parse_lcd_port: viafb_lcd_port:,interface:0
parse_dvi_port: viafb_dvi_port:,interface:0
before first ioremap
I2C bus via_i2c registered.
TMDS Chip = 0
viafb_init_dvi_size()
viaparinfo->tmds_setting_info->get_dvi_size_method 2
dvi_get_panel_info!
viafb_dvi_sense!!
viafb_dvi_query_EDID!!
viafb_dvi_query_EDID!!
dvi panel size is 0
viafb_lvds_identify_vt1636.
viafb_lvds_identify_vt1636.
viafb_init_lcd_size()
viaparinfo->lvds_setting_info->get_lcd_size_method 2
Get LCD Size method by VGA BIOS !!
fp_get_panel_id()
LCD Panel_ID = 1
LCD Panel Size = 1
LVDS Chip = 0
LVDS1 output_interface = 5
LVDS2 output_interface = 5
Device ID = 3364
FB Size = 6000
Get FB info from PCI system!
fb_base = a0000000
fb_len = 10000000
alloc_vmap_area(268439552, 524288, f0690000, fffaa000)
vmap allocation failed: use vmalloc=<size> to increase size.
------------[ cut here ]------------
WARNING: at mm/vmalloc.c:395 alloc_vmap_area+0x25d/0x2a0()
alloc_vmap_area failed
Modules linked in: viafb(+) fb i2c_algo_bit cfbcopyarea cfbimgblt cfbfillrect af_packet p4_clockmod speedstep_lib loop sr_mod cdrom wlan_scan_sta snd_hda_intel rtc_cmos rtc_core rtc_lib pcspkr ath_rate_sample snd_pcm psmouse ath_pci evdev ehci_hcd snd_timer snd_page_alloc snd_hwdep snd wlan ath_hal(P) soundcore uhci_hcd i2c_viapro via_rhine mii i2c_core usbcore pata_via video backlight output fan battery ac thermal button processor thermal_sys hwmon via_agp agpgart unix
Pid: 1740, comm: modprobe Tainted: P A 2.6.28.3-dsdt-fix #17
Call Trace:
[<c01200df>] warn_slowpath+0x6f/0x90
[<c0243ba0>] vt_console_print+0x0/0x2f0
[<c0120383>] __call_console_drivers+0x43/0x50
[<c01111e0>] lapic_next_event+0x10/0x20
[<c013ae00>] clockevents_program_event+0x0/0x160
[<c01f78e7>] rb_erase+0x197/0x2e0
[<c0162917>] __purge_vmap_area_lazy+0xd7/0x130
[<c02e48f1>] printk+0x17/0x1e
[<c0162d8d>] alloc_vmap_area+0x25d/0x2a0
[<c0162e7d>] __get_vm_area_node+0xad/0x160
[<c0162fbc>] get_vm_area_caller+0x3c/0x50
[<f08b52ba>] viafb_init+0x2ba/0xf40 [viafb]
[<c0116e53>] __ioremap_caller+0x1c3/0x350
[<c0205209>] pci_get_subsys+0x59/0x80
[<f08b52ba>] viafb_init+0x2ba/0xf40 [viafb]
[<c0117138>] ioremap_nocache+0x18/0x20
[<f08b52ba>] viafb_init+0x2ba/0xf40 [viafb]
[<f08b52ba>] viafb_init+0x2ba/0xf40 [viafb]
[<f08b5000>] viafb_init+0x0/0xf40 [viafb]
[<c0101126>] do_one_initcall+0x36/0x1b0
[<c01b0330>] sysfs_ilookup_test+0x0/0x10
[<c01b0771>] __sysfs_add_one+0x11/0xa0
[<c01b0ad4>] sysfs_addrm_finish+0x14/0x1b0
[<c0163160>] __vunmap+0xb0/0xe0
[<c01426ea>] load_module+0x128a/0x13f0
[<c01429ab>] sys_init_module+0x8b/0x1b0
[<c0103261>] sysenter_do_call+0x12/0x25
---[ end trace 50707fb0d4241851 ]---
ioremap failed
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: viafb triggers BUG at mm/vmalloc.c:294 [kernel 2.6.28.3]
2009-02-09 11:48 ` wixor
@ 2009-02-09 12:34 ` Nick Piggin
0 siblings, 0 replies; 15+ messages in thread
From: Nick Piggin @ 2009-02-09 12:34 UTC (permalink / raw)
To: wixor; +Cc: Alexey Dobriyan, Arjan van de Ven, JosephChan, linux-kernel
On Monday 09 February 2009 22:48:22 wixor wrote:
> Okay, I'm not quite sure what's happening here (i'm not kernel
> developer). That's that I've done:
> printk(KERN_DEBUG "alloc_vmap_area(%lu, %lu, %p,
> %p)\n",size,align,vstart,vend);
> at the very beginning of alloc_vmap_area,
> printk(KERN_DEBUG "alloc_vmap_area: allocated %p -
> %p\n",va->va_start, va->va_end);
> at very end and
> WARN(1,KERN_WARNING "alloc_vmap_area failed\n");
Great, thanks.
alloc_vmap_area(268439552, 524288, f0690000, fffaa000)
vmap allocation failed: use vmalloc=<size> to increase size.
------------[ cut here ]------------
WARNING: at mm/vmalloc.c:395 alloc_vmap_area+0x25d/0x2a0()
alloc_vmap_area failed
Modules linked in: viafb(+) fb i2c_algo_bit cfbcopyarea cfbimgblt cfbfillrect
af_packet p4_clockmod speedstep_lib loop sr_mod cdrom wlan_scan_sta
snd_hda_intel rtc_cmos rtc_core rtc_lib pcspkr ath_rate_sample snd_pcm psmouse
ath_pci evdev ehci_hcd snd_timer snd_page_alloc snd_hwdep snd wlan ath_hal(P)
soundcore uhci_hcd i2c_viapro via_rhine mii i2c_core usbcore pata_via video
backlight output fan battery ac thermal button processor thermal_sys hwmon
via_agp agpgart unix
Pid: 1740, comm: modprobe Tainted: P A 2.6.28.3-dsdt-fix #17
Call Trace:
[<c01200df>] warn_slowpath+0x6f/0x90
[<c0243ba0>] vt_console_print+0x0/0x2f0
[<c0120383>] __call_console_drivers+0x43/0x50
[<c01111e0>] lapic_next_event+0x10/0x20
...
[<f08b52ba>] viafb_init+0x2ba/0xf40 [viafb]
[<c0116e53>] __ioremap_caller+0x1c3/0x350
[<c0205209>] pci_get_subsys+0x59/0x80
[<f08b52ba>] viafb_init+0x2ba/0xf40 [viafb]
[<c0117138>] ioremap_nocache+0x18/0x20
[<f08b52ba>] viafb_init+0x2ba/0xf40 [viafb]
[<f08b52ba>] viafb_init+0x2ba/0xf40 [viafb]
[<f08b5000>] viafb_init+0x0/0xf40 [viafb]
[<c0101126>] do_one_initcall+0x36/0x1b0
So this path is trying to allocate 256MB of vmalloc space. Even if you did
have enough to satisfy the request, it would leave almost nothing left and
use up a huge amount of precious 32-bit kernel virtual memory.
Does viafb really need to ioremap 256MB? This isn't going to work so
well on 32-bit systems... Either we should come up with a way to window
into the memory, or otherwise add some sane limits for 32-bit.
> before returning EBUSY. Full dmesg attached. What still bugs me is
> that video ram is allocated from system memory by bios. Does the
> kernel know that and does it try to allocate the framebuffer in that
> "video ram"?
I'm not the one to ask here, but perhaps if you can turn down the memory
size in the BIOS, the driver will use less KVA.
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2009-02-09 12:35 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-07 19:44 viafb triggers BUG at mm/vmalloc.c:294 [kernel 2.6.28.3] wixor
2009-02-07 20:06 ` Alexey Dobriyan
2009-02-07 20:17 ` wixor
2009-02-07 20:56 ` Alexey Dobriyan
2009-02-07 21:45 ` wixor
2009-02-07 22:46 ` Alexey Dobriyan
2009-02-07 22:52 ` wixor
2009-02-08 0:40 ` Arjan van de Ven
2009-02-08 10:09 ` wixor
2009-02-08 10:25 ` wixor
2009-02-09 5:59 ` Nick Piggin
2009-02-09 10:06 ` wixor
2009-02-09 10:54 ` Nick Piggin
2009-02-09 11:48 ` wixor
2009-02-09 12:34 ` Nick Piggin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox