* Cyclictest expected results
@ 2007-09-30 15:37 Jaswinder Singh
2007-09-30 18:32 ` Robert Schwebel
0 siblings, 1 reply; 14+ messages in thread
From: Jaswinder Singh @ 2007-09-30 15:37 UTC (permalink / raw)
To: linux-rt-users; +Cc: tglx
Hello all,
I am testing Cyclictest. And looking for results as in :
http://rt.wiki.kernel.org/index.php/Cyclictest
Here are my results on Intel Pentium 4 :
Command line : ./cyclictest -t 1 -p 80 -i 10000 -l 10000 -q
2.6.23-rc4 :
WARNING: High resolution timers not available
T: 0 ( 1999) P:80 I:10000 C: 10000 Min: 110 Act: 5556 Avg: 5952 Max: 8021
2.6.23-rc4-rt1 :
WARNING: High resolution timers not available
T: 0 (13711) P:80 I:10000 C: 10000 Min: 999 Act: 5991 Avg: 3823 Max: 6493
2.6.23-rc8 :
WARNING: High resolution timers not available
T: 0 ( 1966) P:80 I:10000 C: 10000 Min: 83 Act: 4823 Avg: 6011 Max: 8029
2.6.23-rc8-rt1 :
WARNING: High resolution timers not available
T: 0 ( 2003) P:80 I:10000 C: 10000 Min: 1500 Act: 6129 Avg: 4502 Max: 7832
Command line : ./cyclictest -t 1 -p 80 -n -i 10000 -l 10000 -q
2.6.23-rc4 :
WARNING: High resolution timers not available
T: 0 ( 2005) P:80 I:10000 C: 10000 Min: 56 Act: 4827 Avg: 5998 Max: 8016
2.6.23-rc4-rt1 :
WARNING: High resolution timers not available
T: 0 (13668) P:80 I:10000 C: 10000 Min: 389 Act: 3793 Avg: 3819 Max: 7640
2.6.23-rc8 :
WARNING: High resolution timers not available
T: 0 ( 1982) P:80 I:10000 C: 10000 Min: 519 Act: 6121 Avg: 6035 Max: 8017
2.6.23-rc8-rt1 :
WARNING: High resolution timers not available
T: 0 ( 2007) P:80 I:10000 C: 10000 Min: 901 Act: 6334 Avg: 3956 Max: 6957
>From where I can get Linux-2.6.16-hrt5 and Linux-2.6.16-rt12 patches.
CONFIG_HIGH_RES_TIMERS=y are defined in .config then why I am getting
"WARNING: High resolution timers not available".
Why my results are not so impressive in realtime even though I defined:
CONFIG_PREEMPT_RT=y
CONFIG_PREEMPT=y
CONFIG_PREEMPT_SOFTIRQS=y
CONFIG_PREEMPT_HARDIRQS=y
CONFIG_PREEMPT_BKL=y
Min, Avg and Max are showing cyclic latencies. Ideally It should be
ZERO. Am I right ?
Thank you,
Jaswinder Singh.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Cyclictest expected results
2007-09-30 15:37 Cyclictest expected results Jaswinder Singh
@ 2007-09-30 18:32 ` Robert Schwebel
2007-09-30 22:00 ` Thomas Gleixner
0 siblings, 1 reply; 14+ messages in thread
From: Robert Schwebel @ 2007-09-30 18:32 UTC (permalink / raw)
To: Jaswinder Singh; +Cc: linux-rt-users
On Sun, Sep 30, 2007 at 09:07:19PM +0530, Jaswinder Singh wrote:
> Here are my results on Intel Pentium 4 :
>
> Command line : ./cyclictest -t 1 -p 80 -i 10000 -l 10000 -q
Can you post the output of /proc/timer_list?
> 2.6.23-rc8-rt1 :
> WARNING: High resolution timers not available
> T: 0 ( 2003) P:80 I:10000 C: 10000 Min: 1500 Act: 6129 Avg: 4502 Max: 7832
That one should give you sane results.
> From where I can get Linux-2.6.16-hrt5 and Linux-2.6.16-rt12 patches.
I don't think it makes much sense to play with such an old kernel any more.
> CONFIG_HIGH_RES_TIMERS=y are defined in .config then why I am getting
> "WARNING: High resolution timers not available".
>
> Why my results are not so impressive in realtime even though I defined:
> CONFIG_PREEMPT_RT=y
> CONFIG_PREEMPT=y
> CONFIG_PREEMPT_SOFTIRQS=y
> CONFIG_PREEMPT_HARDIRQS=y
> CONFIG_PREEMPT_BKL=y
Doesn't look too bad. Are you sure you actually _bootet_ that kernel? :)
> Min, Avg and Max are showing cyclic latencies. Ideally It should be
> ZERO. Am I right ?
You won't get zero. On x86 these latencies should be well below 100 us
maximum time, with an average in the lower 10 us range.
Robert
--
Pengutronix - Linux Solutions for Science and Industry
Entwicklungszentrum Nord http://www.pengutronix.de
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Cyclictest expected results
2007-09-30 18:32 ` Robert Schwebel
@ 2007-09-30 22:00 ` Thomas Gleixner
2007-09-30 22:26 ` Robert Schwebel
2007-10-01 3:30 ` Jaswinder Singh
0 siblings, 2 replies; 14+ messages in thread
From: Thomas Gleixner @ 2007-09-30 22:00 UTC (permalink / raw)
To: Robert Schwebel; +Cc: Jaswinder Singh, linux-rt-users
On Sun, 30 Sep 2007, Robert Schwebel wrote:
> On Sun, Sep 30, 2007 at 09:07:19PM +0530, Jaswinder Singh wrote:
> > Here are my results on Intel Pentium 4 :
> >
> > Command line : ./cyclictest -t 1 -p 80 -i 10000 -l 10000 -q
>
> Can you post the output of /proc/timer_list?
The output of /sys/devices/system/clocksource/clocksource0/available_clocksource
and a full boot log are more interesting.
> > 2.6.23-rc8-rt1 :
> > WARNING: High resolution timers not available
We need to know, why the box did not switch into high resolution timer
mode, which is not visible from the /proc/timer_list output.
> > T: 0 ( 2003) P:80 I:10000 C: 10000 Min: 1500 Act: 6129 Avg: 4502 Max: 7832
>
> That one should give you sane results.
Those results _are_ sane for a non high resolution timer kernel.
> > CONFIG_HIGH_RES_TIMERS=y are defined in .config then why I am getting
> > "WARNING: High resolution timers not available".
We need to look at the information I requested above. I'm not good in
witchcraft :)
tglx
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Cyclictest expected results
2007-09-30 22:00 ` Thomas Gleixner
@ 2007-09-30 22:26 ` Robert Schwebel
2007-09-30 23:14 ` Thomas Gleixner
2007-10-01 3:30 ` Jaswinder Singh
1 sibling, 1 reply; 14+ messages in thread
From: Robert Schwebel @ 2007-09-30 22:26 UTC (permalink / raw)
To: Thomas Gleixner; +Cc: Jaswinder Singh, linux-rt-users
On Mon, Oct 01, 2007 at 12:00:58AM +0200, Thomas Gleixner wrote:
> > Can you post the output of /proc/timer_list?
>
> The output of /sys/devices/system/clocksource/clocksource0/available_clocksource
> and a full boot log are more interesting.
>
> > > 2.6.23-rc8-rt1 :
> > > WARNING: High resolution timers not available
>
> We need to know, why the box did not switch into high resolution timer
> mode, which is not visible from the /proc/timer_list output.
Hmm, it would show which clock event devices are currently selected.
> > > T: 0 ( 2003) P:80 I:10000 C: 10000 Min: 1500 Act: 6129 Avg: 4502 Max: 7832
> >
> > That one should give you sane results.
>
> Those results _are_ sane for a non high resolution timer kernel.
Yup, sure. It's probably not what the original poster considered to be
sane for a hrt realtime system :)
On Mon, Oct 01, 2007 at 12:03:23AM +0200, Thomas Gleixner wrote:
> On Sun, 30 Sep 2007, Robert Schwebel wrote:
> ....
>
> Please do not trim the CC list.
Oh, sorry, no offense intended. I assumed you'd read your core mailing
lists anyway :)
Robert
--
Pengutronix - Linux Solutions for Science and Industry
Entwicklungszentrum Nord http://www.pengutronix.de
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Cyclictest expected results
2007-09-30 22:26 ` Robert Schwebel
@ 2007-09-30 23:14 ` Thomas Gleixner
0 siblings, 0 replies; 14+ messages in thread
From: Thomas Gleixner @ 2007-09-30 23:14 UTC (permalink / raw)
To: Robert Schwebel; +Cc: Jaswinder Singh, linux-rt-users
On Mon, 1 Oct 2007, Robert Schwebel wrote:
> On Mon, Oct 01, 2007 at 12:00:58AM +0200, Thomas Gleixner wrote:
> > > Can you post the output of /proc/timer_list?
> >
> > The output of /sys/devices/system/clocksource/clocksource0/available_clocksource
> > and a full boot log are more interesting.
> >
> > > > 2.6.23-rc8-rt1 :
> > > > WARNING: High resolution timers not available
> >
> > We need to know, why the box did not switch into high resolution timer
> > mode, which is not visible from the /proc/timer_list output.
>
> Hmm, it would show which clock event devices are currently selected.
Right. But it does not tell us _why_.
> > > > T: 0 ( 2003) P:80 I:10000 C: 10000 Min: 1500 Act: 6129 Avg: 4502 Max: 7832
> > >
> > > That one should give you sane results.
> >
> > Those results _are_ sane for a non high resolution timer kernel.
>
> Yup, sure. It's probably not what the original poster considered to be
> sane for a hrt realtime system :)
Well, it is not hrt enabled for whatever reason.
> On Mon, Oct 01, 2007 at 12:03:23AM +0200, Thomas Gleixner wrote:
> > On Sun, 30 Sep 2007, Robert Schwebel wrote:
> > ....
> >
> > Please do not trim the CC list.
>
> Oh, sorry, no offense intended. I assumed you'd read your core mailing
> lists anyway :)
In general it's not a good idea to trim cc lists, but assumptions of
other peoples mail reading habits are definitely a _bad_ idea.
Thanks,
tglx
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Cyclictest expected results
2007-09-30 22:00 ` Thomas Gleixner
2007-09-30 22:26 ` Robert Schwebel
@ 2007-10-01 3:30 ` Jaswinder Singh
2007-10-02 6:54 ` Robert Schwebel
1 sibling, 1 reply; 14+ messages in thread
From: Jaswinder Singh @ 2007-10-01 3:30 UTC (permalink / raw)
To: Thomas Gleixner; +Cc: Robert Schwebel, linux-rt-users
[-- Attachment #1: Type: text/plain, Size: 1305 bytes --]
On 10/1/07, Thomas Gleixner <tglx@linutronix.de> wrote:
> On Sun, 30 Sep 2007, Robert Schwebel wrote:
> > On Sun, Sep 30, 2007 at 09:07:19PM +0530, Jaswinder Singh wrote:
> > > Here are my results on Intel Pentium 4 :
> > >
> > > Command line : ./cyclictest -t 1 -p 80 -i 10000 -l 10000 -q
> >
> > Can you post the output of /proc/timer_list?
>
> The output of /sys/devices/system/clocksource/clocksource0/available_clocksource
> and a full boot log are more interesting.
>
/sys/devices/system/clocksource/clocksource0/available_clocksource :
tsc pit jiffies
full information is attached, please let me know if required more information.
> > > 2.6.23-rc8-rt1 :
> > > WARNING: High resolution timers not available
>
> We need to know, why the box did not switch into high resolution timer
> mode, which is not visible from the /proc/timer_list output.
>
> > > T: 0 ( 2003) P:80 I:10000 C: 10000 Min: 1500 Act: 6129 Avg: 4502 Max: 7832
> >
> > That one should give you sane results.
>
> Those results _are_ sane for a non high resolution timer kernel.
>
> > > CONFIG_HIGH_RES_TIMERS=y are defined in .config then why I am getting
> > > "WARNING: High resolution timers not available".
>
> We need to look at the information I requested above. I'm not good in
> witchcraft :)
>
> tglx
>
[-- Attachment #2: 2.6.23-rc8-rt1 --]
[-- Type: text/plain, Size: 18144 bytes --]
dmesg:
Linux version 2.6.23-rc8-rt1 (rt@rd.satnam) (gcc version 4.1.1 20061011 (Red Hat 4.1.1-30)) #2 PREEMPT RT Sun Sep 30 13:31:47 IST 2007
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003fe40000 (usable)
BIOS-e820: 000000003fe40000 - 000000003fe50000 (ACPI data)
BIOS-e820: 000000003fe50000 - 000000003ff00000 (ACPI NVS)
Warning only 896MB will be used.
Use a HIGHMEM enabled kernel.
896MB LOWMEM available.
Entering add_active_range(0, 0, 229376) 0 entries of 256 used
Zone PFN ranges:
DMA 0 -> 4096
Normal 4096 -> 229376
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
0: 0 -> 229376
On node 0 totalpages: 229376
DMA zone: 32 pages used for memmap
DMA zone: 0 pages reserved
DMA zone: 4064 pages, LIFO batch:0
Normal zone: 1760 pages used for memmap
Normal zone: 223520 pages, LIFO batch:31
Movable zone: 0 pages used for memmap
DMI 2.3 present.
Allocating PCI resources starting at 40000000 (gap: 3ff00000:c0100000)
Real-Time Preemption Support (C) 2004-2007 Ingo Molnar
Built 1 zonelists in Zone order. Total pages: 227584
Kernel command line: ro root=/dev/hda13 rhgb
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
WARNING: experimental RCU implementation.
CPU 0 irqstacks, hard=c0455000 soft=c0454000
PID hash table entries: 4096 (order: 12, 16384 bytes)
Detected 2400.216 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)
Memory: 903688k/917504k available (2433k kernel code, 13132k reserved, 772k data, 184k init, 0k highmem)
virtual kernel memory layout:
fixmap : 0xffffa000 - 0xfffff000 ( 20 kB)
vmalloc : 0xf8800000 - 0xffff8000 ( 119 MB)
lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
.init : 0xc0423000 - 0xc0451000 ( 184 kB)
.data : 0xc036049a - 0xc0421844 ( 772 kB)
.text : 0xc0100000 - 0xc036049a (2433 kB)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 4804.10 BogoMIPS (lpj=9608207)
Mount-cache hash table entries: 512
CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000 0000041d 00000000 00000000 00000000
monitor/mwait feature present.
using mwait in idle threads.
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 1024K
CPU: After all inits, caps: bfebfbff 00000000 00000000 0000b180 0000041d 00000000 00000000 00000000
Compat vDSO mapped to ffffe000.
CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz stepping 03
Checking 'hlt' instruction... OK.
khelper used greatest stack depth: 3372 bytes left
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=1
PCI: Using configuration type 1
Setting up standard PCI resources
khelper used greatest stack depth: 3312 bytes left
khelper used greatest stack depth: 3152 bytes left
Generic PHY: Registered new driver
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI quirk: region 0400-047f claimed by ICH4 ACPI/GPIO/TCO
PCI quirk: region 0480-04bf claimed by ICH4 GPIO
PCI: Transparent bridge - 0000:00:1e.0
PCI: Using IRQ router PIIX/ICH [8086/24c0] at 0000:00:1f.0
PCI: setting IRQ 9 as level-triggered
PCI: Found IRQ 9 for device 0000:00:1f.1
PCI: Sharing IRQ 9 with 0000:00:1d.2
PCI: Bridge: 0000:00:1e.0
IO window: d000-dfff
MEM window: ff800000-ff8fffff
PREFETCH window: e6a00000-e6afffff
PCI: Setting latency timer of device 0000:00:1e.0 to 64
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 65536 (order: 9, 3407872 bytes)
TCP bind hash table entries: 65536 (order: 9, 2883584 bytes)
TCP: Hash tables configured (established 65536 bind 65536)
TCP reno registered
checking if image is initramfs... it is
Freeing initrd memory: 1353k freed
IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk>
JFS: nTxBlock = 7072, nTxLock = 56583
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
Boot video device is 0000:00:02.0
PCI: Firmware left 0000:01:08.0 e100 interrupts enabled, disabling
vga16fb: initializing
vga16fb: mapped to 0xc00a0000
Console: switching to colour frame buffer device 80x30
fb0: VGA16 VGA frame buffer device
fb1: Virtual frame buffer device, using 1024K of video memory
Real Time Clock Driver v1.12ac
Non-volatile memory driver v1.2
intel_rng: Firmware space is locked read-only. If you can't or
intel_rng: don't want to disable this in firmware setup, and if
intel_rng: you are certain that your system has a functional
intel_rng: RNG, try using the 'no_fwh_detect' option.
Linux agpgart interface v0.102
agpgart: Detected an Intel 830M Chipset.
agpgart: Detected 892K stolen memory.
agpgart: AGP aperture is 128M @ 0xf0000000
[drm] Initialized drm 1.1.0 20060810
PCI: setting IRQ 11 as level-triggered
PCI: Found IRQ 11 for device 0000:00:02.0
PCI: Sharing IRQ 11 with 0000:00:1d.0
[drm] Initialized i830 1.3.2 20021108 on minor 0
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
parport0: PC-style at 0x378 [PCSPP(,...)]
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 16384K size 4096 blocksize
loop: module loaded
eepro100.c:v1.09j-t 9/29/99 Donald Becker
eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin <saw@saw.sw.com.sg> and others
PCI: Found IRQ 11 for device 0000:01:08.0
eth0: 0000:01:08.0, 00:11:11:1B:72:9F, IRQ 11.
Board assembly 000000-000, Physical connectors present: RJ45
Primary interface chip i82555 PHY #1.
General self-test: passed.
Serial sub-system self-test: passed.
Internal registers self-test: passed.
ROM checksum self-test: passed (0x04f4518b).
e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI
e100: Copyright(c) 1999-2006 Intel Corporation
fealnx.c:v2.52 Sep-11-2006
PCI: Found IRQ 11 for device 0000:01:00.0
eth1: 100/10M Ethernet PCI Adapter at 0001d800, 00:40:95:78:00:b7, IRQ 11.
LXT970: Registered new driver
LXT971: Registered new driver
Linux video capture interface: v2.00
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH4: IDE controller at PCI slot 0000:00:1f.1
PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
PCI: Found IRQ 9 for device 0000:00:1f.1
PCI: Sharing IRQ 9 with 0000:00:1d.2
ICH4: chipset revision 1
ICH4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:DMA, hdd:DMA
Probing IDE interface ide0...
hda: ST3400833A, ATA DISK drive
hda: selected mode 0x45
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: ATAPI-CD ROM-DRIVE-52MAX, ATAPI CD/DVD-ROM drive
hdd: HL-DT-ST GCE-8525B, ATAPI CD/DVD-ROM drive
hdc: selected mode 0x42
hdd: selected mode 0x42
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 512KiB
hda: 781422768 sectors (400088 MB) w/8192KiB Cache, CHS=48641/255/63, UDMA(100)
hda: cache flushes supported
hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 hda10 hda11 hda12 hda13 hda14 hda15 >
hdc: ATAPI 52X CD-ROM drive, 128kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
hdd: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
ide-floppy driver 0.99.newide
PCI: setting IRQ 10 as level-triggered
PCI: Found IRQ 10 for device 0000:00:1d.7
PCI: Setting latency timer of device 0000:00:1d.7 to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: debug port 1
PCI: cache line size of 128 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: irq 10, io mem 0xffa7fc00
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
USB Universal Host Controller Interface driver v3.0
PCI: Found IRQ 11 for device 0000:00:1d.0
PCI: Sharing IRQ 11 with 0000:00:02.0
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 11, io base 0x0000e800
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
PCI: setting IRQ 5 as level-triggered
PCI: Found IRQ 5 for device 0000:00:1d.1
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 5, io base 0x0000e880
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
PCI: Found IRQ 9 for device 0000:00:1d.2
PCI: Sharing IRQ 9 with 0000:00:1f.1
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.2: irq 9, io base 0x0000ec00
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
usbcore: registered new interface driver libusual
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
input: AT Translated Set 2 keyboard as /class/input/input0
input: PC Speaker as /class/input/input1
input: ImPS/2 Generic Wheel Mouse as /class/input/input2
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
Netfilter messages via NETLINK v0.30.
ip_tables: (C) 2000-2006 Netfilter Core Team
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
NET: Registered protocol family 15
Using IPI Shortcut mode
Freeing unused kernel memory: 184k freed
Write protecting the kernel text: 2436k
Write protecting the kernel read-only data: 587k
uhci_hcd: disagrees about version of symbol struct_module
insmod used greatest stack depth: 2668 bytes left
ohci_hcd: disagrees about version of symbol struct_module
ehci_hcd: disagrees about version of symbol struct_module
end_request: I/O error, dev fd0, sector 0
jbd: disagrees about version of symbol struct_module
ext3: disagrees about version of symbol struct_module
end_request: I/O error, dev fd0, sector 0
end_request: I/O error, dev fd0, sector 0
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
modprobe used greatest stack depth: 2552 bytes left
uname used greatest stack depth: 2232 bytes left
mount used greatest stack depth: 2084 bytes left
awk used greatest stack depth: 1820 bytes left
EXT3 FS on hda13, internal journal
kjournald starting. Commit interval 5 seconds
EXT3 FS on hda11, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS on hda12, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
Adding 1052216k swap on /dev/hda15. Priority:-1 extents:1 across:1052216k
rc.sysinit used greatest stack depth: 1628 bytes left
autofs: kernel does not match daemon version
autofs: kernel does not match daemon version
mtrr: base(0xf0020000) is not aligned on a size(0x300000) boundary
[drm:drm_unlock] *ERROR* Process 2037 using kernel context 0
cmdline:
ro root=/dev/hda13 rhgb
cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 3
model name : Intel(R) Pentium(R) 4 CPU 2.40GHz
stepping : 3
cpu MHz : 2400.216
cache size : 1024 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc pebs bts sync_rdtsc pni monitor ds_cpl cid
bogomips : 4804.10
clflush size : 64
devices:
Character devices:
1 mem
4 /dev/vc/0
4 tty
4 ttyS
5 /dev/tty
5 /dev/console
5 /dev/ptmx
7 vcs
10 misc
13 input
14 sound
29 fb
81 video4linux
128 ptm
136 pts
180 usb
189 usb_device
203 cpu/cpuid
226 drm
254 usb_endpoint
Block devices:
1 ramdisk
2 fd
3 ide0
7 loop
22 ide1
254 pktcdvd
iomem:
00000000-0009fbff : System RAM
0009fc00-0009ffff : reserved
000a0000-000bffff : Video RAM area
000c0000-000c7fff : Video ROM
000f0000-000fffff : System ROM
00100000-3fe3ffff : System RAM
00100000-00360499 : Kernel code
0036049a-00421843 : Kernel data
3fe40000-3fe4ffff : ACPI Tables
3fe50000-3fefffff : ACPI Non-volatile Storage
40000000-400003ff : 0000:00:1f.1
e6a00000-e6afffff : PCI Bus #01
e6a00000-e6a0ffff : 0000:01:00.0
f0000000-f7ffffff : 0000:00:02.0
f8000000-fbffffff : 0000:00:00.0
ff800000-ff8fffff : PCI Bus #01
ff8fe000-ff8fefff : 0000:01:08.0
ff8fe000-ff8fefff : eepro100
ff8ffc00-ff8fffff : 0000:01:00.0
ff8ffc00-ff8fffff : \x01
ffa7f400-ffa7f4ff : 0000:00:1f.5
ffa7f800-ffa7f9ff : 0000:00:1f.5
ffa7fc00-ffa7ffff : 0000:00:1d.7
ffa7fc00-ffa7ffff : ehci_hcd
ffa80000-ffafffff : 0000:00:02.0
ioports:
0000-001f : dma1
0020-0021 : pic1
0040-0043 : timer0
0050-0053 : timer1
0060-006f : keyboard
0070-0077 : rtc
0080-008f : dma page reg
00a0-00a1 : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : 0000:00:1f.1
0170-0177 : ide1
01f0-01f7 : 0000:00:1f.1
01f0-01f7 : ide0
0376-0376 : 0000:00:1f.1
0376-0376 : ide1
0378-037a : parport0
03c0-03df : vga+
03f2-03f5 : floppy
03f6-03f6 : 0000:00:1f.1
03f6-03f6 : ide0
03f7-03f7 : floppy DIR
03f8-03ff : serial
0400-047f : 0000:00:1f.0
0480-04bf : 0000:00:1f.0
0cf8-0cff : PCI conf1
d000-dfff : PCI Bus #01
d480-d4bf : 0000:01:08.0
d480-d4bf : eepro100
d800-d8ff : 0000:01:00.0
d800-d8ff : \x01
dc00-dc1f : 0000:01:01.0
e000-e01f : 0000:00:1f.3
e080-e0bf : 0000:00:1f.5
e400-e4ff : 0000:00:1f.5
e800-e81f : 0000:00:1d.0
e800-e81f : uhci_hcd
e880-e89f : 0000:00:1d.1
e880-e89f : uhci_hcd
ec00-ec1f : 0000:00:1d.2
ec00-ec1f : uhci_hcd
ffa0-ffaf : 0000:00:1f.1
ffa0-ffa7 : ide0
ffa8-ffaf : ide1
interrupts:
CPU0
0: 298299 XT-PIC-XT timer
1: 2077 XT-PIC-XT i8042
2: 0 XT-PIC-XT cascade
5: 0 XT-PIC-XT uhci_hcd:usb3
6: 7 XT-PIC-XT floppy
8: 1 XT-PIC-XT rtc
9: 0 XT-PIC-XT uhci_hcd:usb4
10: 0 XT-PIC-XT ehci_hcd:usb1
11: 1628 XT-PIC-XT uhci_hcd:usb2, eth0
12: 37621 XT-PIC-XT i8042
14: 10233 XT-PIC-XT ide0
15: 21175 XT-PIC-XT ide1
NMI: 0
ERR: 0
modules:
version:
Linux version 2.6.23-rc8-rt1 (rt@rd.satnam) (gcc version 4.1.1 20061011 (Red Hat 4.1.1-30)) #2 PREEMPT RT Sun Sep 30 13:31:47 IST 2007
timer_list:
Timer List Version: v0.3
HRTIMER_MAX_CLOCK_BASES: 2
now at 1193271161248 nsecs
cpu: 0
clock 0:
.index: 0
.resolution: 4000250 nsecs
.get_time: ktime_get_real
.offset: 0 nsecs
active timers:
clock 1:
.index: 1
.resolution: 4000250 nsecs
.get_time: ktime_get
.offset: 0 nsecs
active timers:
#0: <e5633ee0>, it_real_fn, S:01
# expires at 1193275263771 nsecs [in 4102523 nsecs]
#1: <e5633ee0>, hrtimer_wakeup, S:01
# expires at 1193302026442 nsecs [in 30865194 nsecs]
#2: <e5633ee0>, hrtimer_wakeup, S:01
# expires at 1193338026408 nsecs [in 66865160 nsecs]
#3: <e5633ee0>, hrtimer_wakeup, S:01
# expires at 1193362026562 nsecs [in 90865314 nsecs]
#4: <e5633ee0>, hrtimer_wakeup, S:01
# expires at 1194117073861 nsecs [in 845912613 nsecs]
#5: <e5633ee0>, hrtimer_wakeup, S:01
# expires at 1194346898309 nsecs [in 1075737061 nsecs]
#6: <e5633ee0>, hrtimer_wakeup, S:01
# expires at 1194437487116 nsecs [in 1166325868 nsecs]
#7: <e5633ee0>, hrtimer_wakeup, S:01
# expires at 1195622558018 nsecs [in 2351396770 nsecs]
#8: <e5633ee0>, hrtimer_wakeup, S:01
# expires at 1196175009214 nsecs [in 2903847966 nsecs]
#9: <e5633ee0>, hrtimer_wakeup, S:01
# expires at 1196388756498 nsecs [in 3117595250 nsecs]
#10: <e5633ee0>, hrtimer_wakeup, S:01
# expires at 1197774687024 nsecs [in 4503525776 nsecs]
#11: <e5633ee0>, it_real_fn, S:01
# expires at 1200142786092 nsecs [in 6871624844 nsecs]
#12: <e5633ee0>, it_real_fn, S:01
# expires at 1219674722858 nsecs [in 26403561610 nsecs]
#13: <e5633ee0>, hrtimer_wakeup, S:01
# expires at 1223199041352 nsecs [in 29927880104 nsecs]
#14: <e5633ee0>, hrtimer_wakeup, S:01
# expires at 1251567138829 nsecs [in 58295977581 nsecs]
#15: <e5633ee0>, it_real_fn, S:01
# expires at 3923151179837 nsecs [in 2729880018589 nsecs]
.expires_next : 9223372036854775807 nsecs
.hres_active : 0
.nr_events : 0
.nohz_mode : 0
.idle_tick : 0 nsecs
.tick_stopped : 0
.idle_jiffies : 0
.idle_calls : 0
.idle_sleeps : 0
.idle_entrytime : 0 nsecs
.idle_sleeptime : 0 nsecs
.last_jiffies : 0
.next_jiffies : 0
.idle_expires : 0 nsecs
jiffies: 223300
Tick Device: mode: 0
Clock Event Device: pit
max_delta_ns: 27461866
min_delta_ns: 12571
mult: 5124677
shift: 32
mode: 2
next_event: 0 nsecs
set_next_event: pit_next_event
set_mode: init_pit_timer
event_handler: tick_handle_periodic
/sys/devices/system/clocksource/clocksource0/available_clocksource
tsc pit jiffies
[-- Attachment #3: 2.6.23-rc4-rt1 --]
[-- Type: text/plain, Size: 16994 bytes --]
dmesg:
Linux version 2.6.23-rc4-rt1 (rt@rd.satnam) (gcc version 4.1.1 20061011 (Red Hat 4.1.1-30)) #2 PREEMPT RT Sun Sep 30 19:16:54 IST 2007
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003fe40000 (usable)
BIOS-e820: 000000003fe40000 - 000000003fe50000 (ACPI data)
BIOS-e820: 000000003fe50000 - 000000003ff00000 (ACPI NVS)
Warning only 896MB will be used.
Use a HIGHMEM enabled kernel.
896MB LOWMEM available.
Entering add_active_range(0, 0, 229376) 0 entries of 256 used
Zone PFN ranges:
DMA 0 -> 4096
Normal 4096 -> 229376
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
0: 0 -> 229376
On node 0 totalpages: 229376
DMA zone: 32 pages used for memmap
DMA zone: 0 pages reserved
DMA zone: 4064 pages, LIFO batch:0
Normal zone: 1760 pages used for memmap
Normal zone: 223520 pages, LIFO batch:31
Movable zone: 0 pages used for memmap
DMI 2.3 present.
Allocating PCI resources starting at 40000000 (gap: 3ff00000:c0100000)
Real-Time Preemption Support (C) 2004-2007 Ingo Molnar
Built 1 zonelists in Zone order. Total pages: 227584
Kernel command line: ro root=/dev/hda13 rhgb
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
WARNING: experimental RCU implementation.
CPU 0 irqstacks, hard=c0456000 soft=c0455000
PID hash table entries: 4096 (order: 12, 16384 bytes)
Detected 2400.293 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)
Memory: 903684k/917504k available (2432k kernel code, 13136k reserved, 777k data, 184k init, 0k highmem)
virtual kernel memory layout:
fixmap : 0xffffa000 - 0xfffff000 ( 20 kB)
vmalloc : 0xf8800000 - 0xffff8000 ( 119 MB)
lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
.init : 0xc0424000 - 0xc0452000 ( 184 kB)
.data : 0xc03602aa - 0xc0422844 ( 777 kB)
.text : 0xc0100000 - 0xc03602aa (2432 kB)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 4804.46 BogoMIPS (lpj=9608937)
Mount-cache hash table entries: 512
CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000 0000041d 00000000 00000000 00000000
monitor/mwait feature present.
using mwait in idle threads.
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 1024K
CPU: After all inits, caps: bfebfbff 00000000 00000000 0000b180 0000041d 00000000 00000000 00000000
Compat vDSO mapped to ffffe000.
CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz stepping 03
Checking 'hlt' instruction... OK.
khelper used greatest stack depth: 3372 bytes left
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=1
PCI: Using configuration type 1
Setting up standard PCI resources
khelper used greatest stack depth: 3312 bytes left
khelper used greatest stack depth: 3152 bytes left
Generic PHY: Registered new driver
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI quirk: region 0400-047f claimed by ICH4 ACPI/GPIO/TCO
PCI quirk: region 0480-04bf claimed by ICH4 GPIO
PCI: Transparent bridge - 0000:00:1e.0
PCI: Using IRQ router PIIX/ICH [8086/24c0] at 0000:00:1f.0
PCI: setting IRQ 9 as level-triggered
PCI: Found IRQ 9 for device 0000:00:1f.1
PCI: Sharing IRQ 9 with 0000:00:1d.2
PCI: Bridge: 0000:00:1e.0
IO window: d000-dfff
MEM window: ff800000-ff8fffff
PREFETCH window: e6a00000-e6afffff
PCI: Setting latency timer of device 0000:00:1e.0 to 64
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 65536 (order: 9, 3407872 bytes)
TCP bind hash table entries: 65536 (order: 9, 2883584 bytes)
TCP: Hash tables configured (established 65536 bind 65536)
TCP reno registered
checking if image is initramfs... it is
Freeing initrd memory: 1353k freed
IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk>
JFS: nTxBlock = 7072, nTxLock = 56583
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
Boot video device is 0000:00:02.0
PCI: Firmware left 0000:01:08.0 e100 interrupts enabled, disabling
vga16fb: initializing
vga16fb: mapped to 0xc00a0000
Console: switching to colour frame buffer device 80x30
fb0: VGA16 VGA frame buffer device
fb1: Virtual frame buffer device, using 1024K of video memory
Real Time Clock Driver v1.12ac
Non-volatile memory driver v1.2
intel_rng: Firmware space is locked read-only. If you can't or
intel_rng: don't want to disable this in firmware setup, and if
intel_rng: you are certain that your system has a functional
intel_rng: RNG, try using the 'no_fwh_detect' option.
Linux agpgart interface v0.102
agpgart: Detected an Intel 830M Chipset.
agpgart: Detected 892K stolen memory.
agpgart: AGP aperture is 128M @ 0xf0000000
[drm] Initialized drm 1.1.0 20060810
PCI: setting IRQ 11 as level-triggered
PCI: Found IRQ 11 for device 0000:00:02.0
PCI: Sharing IRQ 11 with 0000:00:1d.0
[drm] Initialized i830 1.3.2 20021108 on minor 0
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
parport0: PC-style at 0x378 [PCSPP(,...)]
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 16384K size 4096 blocksize
loop: module loaded
eepro100.c:v1.09j-t 9/29/99 Donald Becker
eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin <saw@saw.sw.com.sg> and others
PCI: Found IRQ 11 for device 0000:01:08.0
eth0: 0000:01:08.0, 00:11:11:1B:72:9F, IRQ 11.
Board assembly 000000-000, Physical connectors present: RJ45
Primary interface chip i82555 PHY #1.
General self-test: passed.
Serial sub-system self-test: passed.
Internal registers self-test: passed.
ROM checksum self-test: passed (0x04f4518b).
e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI
e100: Copyright(c) 1999-2006 Intel Corporation
fealnx.c:v2.52 Sep-11-2006
PCI: Found IRQ 11 for device 0000:01:00.0
eth1: 100/10M Ethernet PCI Adapter at 0001d800, 00:40:95:78:00:b7, IRQ 11.
LXT970: Registered new driver
LXT971: Registered new driver
Linux video capture interface: v2.00
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH4: IDE controller at PCI slot 0000:00:1f.1
PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
PCI: Found IRQ 9 for device 0000:00:1f.1
PCI: Sharing IRQ 9 with 0000:00:1d.2
ICH4: chipset revision 1
ICH4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:DMA, hdd:DMA
Probing IDE interface ide0...
hda: ST3400833A, ATA DISK drive
hda: selected mode 0x45
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: ATAPI-CD ROM-DRIVE-52MAX, ATAPI CD/DVD-ROM drive
hdd: HL-DT-ST GCE-8525B, ATAPI CD/DVD-ROM drive
hdc: selected mode 0x42
hdd: selected mode 0x42
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 512KiB
hda: 781422768 sectors (400088 MB) w/8192KiB Cache, CHS=48641/255/63, UDMA(100)
hda: cache flushes supported
hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 hda10 hda11 hda12 hda13 hda14 hda15 >
hdc: ATAPI 52X CD-ROM drive, 128kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
hdd: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
ide-floppy driver 0.99.newide
PCI: setting IRQ 10 as level-triggered
PCI: Found IRQ 10 for device 0000:00:1d.7
PCI: Setting latency timer of device 0000:00:1d.7 to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1d.7: debug port 1
PCI: cache line size of 128 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: irq 10, io mem 0xffa7fc00
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
USB Universal Host Controller Interface driver v3.0
PCI: Found IRQ 11 for device 0000:00:1d.0
PCI: Sharing IRQ 11 with 0000:00:02.0
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.0: irq 11, io base 0x0000e800
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
PCI: setting IRQ 5 as level-triggered
PCI: Found IRQ 5 for device 0000:00:1d.1
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.1: irq 5, io base 0x0000e880
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
PCI: Found IRQ 9 for device 0000:00:1d.2
PCI: Sharing IRQ 9 with 0000:00:1f.1
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.2: irq 9, io base 0x0000ec00
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
usbcore: registered new interface driver libusual
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
input: AT Translated Set 2 keyboard as /class/input/input0
input: PC Speaker as /class/input/input1
input: ImPS/2 Generic Wheel Mouse as /class/input/input2
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
Netfilter messages via NETLINK v0.30.
ip_tables: (C) 2000-2006 Netfilter Core Team
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
NET: Registered protocol family 15
Using IPI Shortcut mode
Freeing unused kernel memory: 184k freed
Write protecting the kernel text: 2436k
Write protecting the kernel read-only data: 587k
uhci_hcd: disagrees about version of symbol struct_module
insmod used greatest stack depth: 2668 bytes left
ohci_hcd: disagrees about version of symbol struct_module
ehci_hcd: disagrees about version of symbol struct_module
end_request: I/O error, dev fd0, sector 0
jbd: disagrees about version of symbol struct_module
ext3: disagrees about version of symbol struct_module
end_request: I/O error, dev fd0, sector 0
end_request: I/O error, dev fd0, sector 0
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
modprobe used greatest stack depth: 2552 bytes left
uname used greatest stack depth: 2232 bytes left
mount used greatest stack depth: 2084 bytes left
awk used greatest stack depth: 1820 bytes left
EXT3 FS on hda13, internal journal
kjournald starting. Commit interval 5 seconds
EXT3 FS on hda11, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting. Commit interval 5 seconds
EXT3 FS on hda12, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
Adding 1052216k swap on /dev/hda15. Priority:-1 extents:1 across:1052216k
rc.sysinit used greatest stack depth: 1624 bytes left
autofs: kernel does not match daemon version
autofs: kernel does not match daemon version
cmdline:
ro root=/dev/hda13 rhgb
cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 3
model name : Intel(R) Pentium(R) 4 CPU 2.40GHz
stepping : 3
cpu MHz : 2400.293
cache size : 1024 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc pebs bts sync_rdtsc pni monitor ds_cpl cid
bogomips : 4804.46
clflush size : 64
devices:
Character devices:
1 mem
4 /dev/vc/0
4 tty
4 ttyS
5 /dev/tty
5 /dev/console
5 /dev/ptmx
7 vcs
10 misc
13 input
14 sound
29 fb
81 video4linux
128 ptm
136 pts
180 usb
189 usb_device
203 cpu/cpuid
226 drm
254 usb_endpoint
Block devices:
1 ramdisk
2 fd
3 ide0
7 loop
22 ide1
254 pktcdvd
iomem:
00000000-0009fbff : System RAM
0009fc00-0009ffff : reserved
000a0000-000bffff : Video RAM area
000c0000-000c7fff : Video ROM
000f0000-000fffff : System ROM
00100000-3fe3ffff : System RAM
00100000-003602a9 : Kernel code
003602aa-00422843 : Kernel data
3fe40000-3fe4ffff : ACPI Tables
3fe50000-3fefffff : ACPI Non-volatile Storage
40000000-400003ff : 0000:00:1f.1
e6a00000-e6afffff : PCI Bus #01
e6a00000-e6a0ffff : 0000:01:00.0
f0000000-f7ffffff : 0000:00:02.0
f8000000-fbffffff : 0000:00:00.0
ff800000-ff8fffff : PCI Bus #01
ff8fe000-ff8fefff : 0000:01:08.0
ff8fe000-ff8fefff : eepro100
ff8ffc00-ff8fffff : 0000:01:00.0
ff8ffc00-ff8fffff : \x01
ffa7f400-ffa7f4ff : 0000:00:1f.5
ffa7f800-ffa7f9ff : 0000:00:1f.5
ffa7fc00-ffa7ffff : 0000:00:1d.7
ffa7fc00-ffa7ffff : ehci_hcd
ffa80000-ffafffff : 0000:00:02.0
ioports:
0000-001f : dma1
0020-0021 : pic1
0040-0043 : timer0
0050-0053 : timer1
0060-006f : keyboard
0070-0077 : rtc
0080-008f : dma page reg
00a0-00a1 : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : 0000:00:1f.1
0170-0177 : ide1
01f0-01f7 : 0000:00:1f.1
01f0-01f7 : ide0
0376-0376 : 0000:00:1f.1
0376-0376 : ide1
0378-037a : parport0
03c0-03df : vga+
03f2-03f5 : floppy
03f6-03f6 : 0000:00:1f.1
03f6-03f6 : ide0
03f7-03f7 : floppy DIR
03f8-03ff : serial
0400-047f : 0000:00:1f.0
0480-04bf : 0000:00:1f.0
0cf8-0cff : PCI conf1
d000-dfff : PCI Bus #01
d480-d4bf : 0000:01:08.0
d480-d4bf : eepro100
d800-d8ff : 0000:01:00.0
d800-d8ff : \x01
dc00-dc1f : 0000:01:01.0
e000-e01f : 0000:00:1f.3
e080-e0bf : 0000:00:1f.5
e400-e4ff : 0000:00:1f.5
e800-e81f : 0000:00:1d.0
e800-e81f : uhci_hcd
e880-e89f : 0000:00:1d.1
e880-e89f : uhci_hcd
ec00-ec1f : 0000:00:1d.2
ec00-ec1f : uhci_hcd
ffa0-ffaf : 0000:00:1f.1
ffa0-ffa7 : ide0
ffa8-ffaf : ide1
interrupts:
CPU0
0: 25191 XT-PIC-XT timer
1: 217 XT-PIC-XT i8042
2: 0 XT-PIC-XT cascade
5: 0 XT-PIC-XT uhci_hcd:usb3
6: 7 XT-PIC-XT floppy
8: 1 XT-PIC-XT rtc
9: 0 XT-PIC-XT uhci_hcd:usb4
10: 0 XT-PIC-XT ehci_hcd:usb1
11: 8 XT-PIC-XT uhci_hcd:usb2, eth0
12: 113 XT-PIC-XT i8042
14: 3700 XT-PIC-XT ide0
15: 1612 XT-PIC-XT ide1
NMI: 0
ERR: 0
modules:
version:
Linux version 2.6.23-rc4-rt1 (rt@rd.satnam) (gcc version 4.1.1 20061011 (Red Hat 4.1.1-30)) #2 PREEMPT RT Sun Sep 30 19:16:54 IST 2007
timer_list:
Timer List Version: v0.3
HRTIMER_MAX_CLOCK_BASES: 2
now at 100773474547 nsecs
cpu: 0
clock 0:
.index: 0
.resolution: 4000250 nsecs
.get_time: ktime_get_real
.offset: 0 nsecs
active timers:
clock 1:
.index: 1
.resolution: 4000250 nsecs
.get_time: ktime_get
.offset: 0 nsecs
active timers:
#0: <f4141ee0>, hrtimer_wakeup, S:01
# expires at 102704908962 nsecs [in 1931434415 nsecs]
#1: <f4141ee0>, it_real_fn, S:01
# expires at 107114128789 nsecs [in 6340654242 nsecs]
#2: <f4141ee0>, hrtimer_wakeup, S:01
# expires at 127095165913 nsecs [in 26321691366 nsecs]
#3: <f4141ee0>, hrtimer_wakeup, S:01
# expires at 320888637255 nsecs [in 220115162708 nsecs]
#4: <f4141ee0>, it_real_fn, S:01
# expires at 3920850074375 nsecs [in 3820076599828 nsecs]
.expires_next : 9223372036854775807 nsecs
.hres_active : 0
.nr_events : 0
.nohz_mode : 0
.idle_tick : 0 nsecs
.tick_stopped : 0
.idle_jiffies : 0
.idle_calls : 0
.idle_sleeps : 0
.idle_entrytime : 0 nsecs
.idle_sleeptime : 0 nsecs
.last_jiffies : 0
.next_jiffies : 0
.idle_expires : 0 nsecs
jiffies: 4294917488
Tick Device: mode: 0
Clock Event Device: pit
max_delta_ns: 27461866
min_delta_ns: 12571
mult: 5124677
shift: 32
mode: 2
next_event: 0 nsecs
set_next_event: pit_next_event
set_mode: init_pit_timer
event_handler: tick_handle_periodic
/sys/devices/system/clocksource/clocksource0/available_clocksource:
tsc pit jiffies
[-- Attachment #4: config2.6.23-rc4-rt1 --]
[-- Type: text/plain, Size: 29881 bytes --]
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.23-rc4-rt1
# Sun Sep 30 19:07:25 2007
#
CONFIG_X86_32=y
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_QUICKLIST=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_DMI=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
#
# General setup
#
# CONFIG_EXPERIMENTAL is not set
CONFIG_BROKEN_ON_SMP=y
CONFIG_LOCK_KERNEL=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_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
# CONFIG_TASKSTATS is not set
# CONFIG_AUDIT is not set
# CONFIG_IKCONFIG is not set
CONFIG_LOG_BUF_SHIFT=17
CONFIG_SYSFS_DEPRECATED=y
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
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=y
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
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_VM_EVENT_COUNTERS=y
CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
CONFIG_RT_MUTEXES=y
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODVERSIONS=y
CONFIG_MODULE_SRCVERSION_ALL=y
CONFIG_KMOD=y
CONFIG_BLOCK=y
# CONFIG_LBD is not set
# CONFIG_BLK_DEV_IO_TRACE is not set
# CONFIG_LSF is not set
#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_DEFAULT_AS is not set
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
#
# Processor type and features
#
CONFIG_TICK_ONESHOT=y
# CONFIG_NO_HZ is not set
CONFIG_HIGH_RES_TIMERS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
# CONFIG_SMP is not set
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
CONFIG_M586=y
# 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 is not set
# CONFIG_MCORE2 is not set
# 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_MWINCHIP2 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_X86_GENERIC=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=7
CONFIG_X86_XADD=y
CONFIG_RWSEM_GENERIC_SPINLOCK=y
CONFIG_ASM_SEMAPHORES=y
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_X86_PPRO_FENCE=y
CONFIG_X86_F00F_BUG=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_ALIGNMENT_16=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_MINIMUM_CPU_FAMILY=4
# CONFIG_HPET_TIMER is not set
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT_DESKTOP is not set
CONFIG_PREEMPT_RT=y
CONFIG_PREEMPT=y
CONFIG_PREEMPT_SOFTIRQS=y
CONFIG_PREEMPT_HARDIRQS=y
CONFIG_PREEMPT_BKL=y
# CONFIG_CLASSIC_RCU is not set
CONFIG_PREEMPT_RCU=y
CONFIG_RCU_TRACE=y
# CONFIG_X86_UP_APIC is not set
# CONFIG_X86_MCE is not set
CONFIG_VM86=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_X86_REBOOTFIXUPS is not set
CONFIG_MICROCODE=y
CONFIG_MICROCODE_OLD_INTERFACE=y
# CONFIG_X86_MSR is not set
CONFIG_X86_CPUID=y
#
# Firmware Drivers
#
# CONFIG_EDD is not set
# CONFIG_DELL_RBU is not set
# CONFIG_DCDBAS is not set
CONFIG_DMIID=y
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
CONFIG_PAGE_OFFSET=0xC0000000
# CONFIG_X86_PAE is not set
CONFIG_ARCH_POPULATES_NODE_MAP=y
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
# CONFIG_SPARSEMEM_STATIC is not set
CONFIG_SPLIT_PTLOCK_CPUS=4
# CONFIG_RESOURCES_64BIT is not set
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_NR_QUICK=1
CONFIG_VIRT_TO_BUS=y
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
CONFIG_REGPARM=y
# CONFIG_SECCOMP is not set
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
# CONFIG_KEXEC is not set
CONFIG_PHYSICAL_START=0x100000
CONFIG_PHYSICAL_ALIGN=0x100000
CONFIG_COMPAT_VDSO=y
#
# Power management options (ACPI, APM)
#
# CONFIG_PM is not set
#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ is not set
#
# CPU idle PM support
#
# CONFIG_CPU_IDLE is not set
#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCIEPORTBUS=y
CONFIG_PCIEAER=y
# CONFIG_ARCH_SUPPORTS_MSI is not set
# CONFIG_PCI_DEBUG is not set
CONFIG_ISA_DMA_API=y
# CONFIG_ISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set
#
# PCCARD (PCMCIA/CardBus) support
#
# CONFIG_PCCARD is not set
#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_MISC=y
#
# Networking
#
CONFIG_NET=y
#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=y
CONFIG_XFRM=y
CONFIG_XFRM_USER=y
CONFIG_NET_KEY=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# 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_IP_MROUTE 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_DIAG is not set
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_IP_VS is not set
# CONFIG_IPV6 is not set
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
# CONFIG_NETWORK_SECMARK is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_NETLINK=y
# CONFIG_NETFILTER_NETLINK_QUEUE is not set
# CONFIG_NETFILTER_NETLINK_LOG is not set
# CONFIG_NF_CONNTRACK_ENABLED is not set
# CONFIG_NF_CONNTRACK is not set
CONFIG_NETFILTER_XTABLES=y
# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
# CONFIG_NETFILTER_XT_TARGET_MARK is not set
# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
# CONFIG_NETFILTER_XT_MATCH_ESP is not set
# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
# CONFIG_NETFILTER_XT_MATCH_MAC is not set
# CONFIG_NETFILTER_XT_MATCH_MARK is not set
# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
# CONFIG_NETFILTER_XT_MATCH_REALM is not set
# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
# CONFIG_NETFILTER_XT_MATCH_STRING is not set
# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
# CONFIG_NETFILTER_XT_MATCH_U32 is not set
# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
#
# IP: Netfilter Configuration
#
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=y
# CONFIG_IP_NF_MATCH_IPRANGE is not set
# CONFIG_IP_NF_MATCH_TOS is not set
# CONFIG_IP_NF_MATCH_RECENT is not set
# CONFIG_IP_NF_MATCH_ECN is not set
# CONFIG_IP_NF_MATCH_AH is not set
# CONFIG_IP_NF_MATCH_TTL is not set
# CONFIG_IP_NF_MATCH_OWNER is not set
# CONFIG_IP_NF_MATCH_ADDRTYPE is not set
# CONFIG_IP_NF_FILTER is not set
# CONFIG_IP_NF_TARGET_LOG is not set
# CONFIG_IP_NF_TARGET_ULOG is not set
# CONFIG_IP_NF_MANGLE is not set
# CONFIG_IP_NF_RAW is not set
# CONFIG_IP_NF_ARPTABLES is not set
# CONFIG_BRIDGE is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
#
# Wireless
#
# CONFIG_CFG80211 is not set
# CONFIG_WIRELESS_EXT is not set
# CONFIG_IEEE80211 is not set
# CONFIG_RFKILL is not set
#
# Device Drivers
#
#
# Generic Driver Options
#
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y
# CONFIG_MTD is not set
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
# CONFIG_PARPORT_SERIAL is not set
# CONFIG_PARPORT_GSC is not set
# CONFIG_PARPORT_AX88796 is not set
# CONFIG_PARPORT_1284 is not set
CONFIG_BLK_DEV=y
CONFIG_BLK_DEV_FD=y
# 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_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=16384
CONFIG_BLK_DEV_RAM_BLOCKSIZE=4096
CONFIG_CDROM_PKTCDVD=y
CONFIG_CDROM_PKTCDVD_BUFFERS=8
# CONFIG_ATA_OVER_ETH is not set
CONFIG_MISC_DEVICES=y
# CONFIG_PHANTOM is not set
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_SGI_IOC4 is not set
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y
#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_IDE_SATA is not set
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
CONFIG_BLK_DEV_IDECD=y
CONFIG_BLK_DEV_IDEFLOPPY=y
CONFIG_IDE_TASK_IOCTL=y
CONFIG_IDE_PROC_FS=y
#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=y
CONFIG_BLK_DEV_CMD640=y
CONFIG_BLK_DEV_CMD640_ENHANCED=y
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_IDEPCI_PCIBUS_ORDER=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=y
CONFIG_BLK_DEV_RZ1000=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
# CONFIG_IDEDMA_ONLYDISK is not set
# CONFIG_BLK_DEV_AEC62XX is not set
CONFIG_BLK_DEV_ALI15X3=y
# CONFIG_WDC_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_BLK_DEV_ATIIXP is not set
CONFIG_BLK_DEV_CMD64X=y
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_CS5535 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_JMICRON is not set
# CONFIG_BLK_DEV_SC1200 is not set
CONFIG_BLK_DEV_PIIX=y
# CONFIG_BLK_DEV_IT8213 is not set
# CONFIG_BLK_DEV_IT821X is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_BLK_DEV_TC86C001 is not set
# CONFIG_IDE_ARM is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
# CONFIG_BLK_DEV_HD is not set
#
# SCSI device support
#
# CONFIG_RAID_ATTRS is not set
# CONFIG_SCSI is not set
# CONFIG_SCSI_DMA is not set
# CONFIG_SCSI_NETLINK is not set
# CONFIG_ATA is not set
# CONFIG_MD is not set
#
# Fusion MPT device support
#
# CONFIG_FUSION is not set
#
# IEEE 1394 (FireWire) support
#
#
# An alternative FireWire stack is available with EXPERIMENTAL=y
#
# CONFIG_IEEE1394 is not set
# CONFIG_I2O is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
# CONFIG_NETDEVICES_MULTIQUEUE is not set
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
# CONFIG_ARCNET is not set
CONFIG_PHYLIB=y
#
# MII PHY device drivers
#
# CONFIG_MARVELL_PHY is not set
# CONFIG_DAVICOM_PHY is not set
# CONFIG_QSEMI_PHY is not set
CONFIG_LXT_PHY=y
# CONFIG_CICADA_PHY is not set
# CONFIG_VITESSE_PHY is not set
# CONFIG_SMSC_PHY is not set
# CONFIG_BROADCOM_PHY is not set
# CONFIG_ICPLUS_PHY is not set
# CONFIG_FIXED_PHY is not set
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
# 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_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_DGRS is not set
CONFIG_EEPRO100=y
CONFIG_E100=y
CONFIG_FEALNX=y
# CONFIG_NATSEMI is not set
CONFIG_NE2K_PCI=y
CONFIG_8139TOO=y
# CONFIG_8139TOO_PIO is not set
# CONFIG_8139TOO_TUNE_TWISTER is not set
CONFIG_8139TOO_8129=y
# CONFIG_8139_OLD_RX_RESET 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 is not set
# CONFIG_NET_POCKET 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 is not set
#
# USB Network Adapters
#
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_USBNET_MII is not set
# CONFIG_USB_USBNET is not set
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_PLIP is not set
# CONFIG_PPP is not set
# CONFIG_SLIP 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 is not set
#
# 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_TSDEV is not set
CONFIG_INPUT_EVDEV=y
# 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=y
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_TOUCHKIT is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=y
# CONFIG_INPUT_WISTRON_BTNS is not set
# CONFIG_INPUT_ATI_REMOTE is not set
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_POWERMATE is not set
CONFIG_INPUT_UINPUT=y
#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=y
# 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 is not set
#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_SERIAL_NONSTANDARD=y
# CONFIG_COMPUTONE is not set
# CONFIG_ROCKETPORT is not set
# CONFIG_CYCLADES is not set
# CONFIG_DIGIEPCA is not set
# CONFIG_MOXA_INTELLIO is not set
# CONFIG_MOXA_SMARTIO is not set
# CONFIG_MOXA_SMARTIO_NEW is not set
# CONFIG_ISI is not set
# CONFIG_SYNCLINK is not set
# CONFIG_SYNCLINKMP is not set
# CONFIG_SYNCLINK_GT is not set
# CONFIG_N_HDLC is not set
# CONFIG_RISCOM8 is not set
# CONFIG_SPECIALIX is not set
# CONFIG_SX is not set
# CONFIG_RIO is not set
# CONFIG_STALDRV is not set
#
# Serial drivers
#
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_CONSOLE is not set
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_NR_UARTS=32
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=y
# CONFIG_SERIAL_8250_RSA is not set
#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set
# CONFIG_PRINTER is not set
# CONFIG_PPDEV is not set
# CONFIG_TIPAR is not set
# CONFIG_IPMI_HANDLER is not set
CONFIG_WATCHDOG=y
# CONFIG_WATCHDOG_NOWAYOUT is not set
#
# Watchdog Device Drivers
#
# CONFIG_SOFT_WATCHDOG is not set
# CONFIG_ACQUIRE_WDT is not set
# CONFIG_ADVANTECH_WDT is not set
# CONFIG_ALIM1535_WDT is not set
# CONFIG_ALIM7101_WDT is not set
# CONFIG_SC520_WDT is not set
# CONFIG_EUROTECH_WDT is not set
# CONFIG_IB700_WDT is not set
# CONFIG_IBMASR is not set
# CONFIG_WAFER_WDT is not set
# CONFIG_I6300ESB_WDT is not set
# CONFIG_ITCO_WDT is not set
# CONFIG_SC1200_WDT is not set
# CONFIG_PC87413_WDT is not set
# CONFIG_60XX_WDT is not set
# CONFIG_SBC8360_WDT is not set
# CONFIG_CPU5_WDT is not set
# CONFIG_SMSC37B787_WDT is not set
CONFIG_W83627HF_WDT=m
# CONFIG_W83697HF_WDT is not set
CONFIG_W83877F_WDT=m
# CONFIG_W83977F_WDT is not set
# CONFIG_MACHZ_WDT is not set
# CONFIG_SBC_EPX_C3_WATCHDOG is not set
#
# PCI-based Watchdog Cards
#
# CONFIG_PCIPCWATCHDOG is not set
# CONFIG_WDTPCI is not set
#
# USB-based Watchdog Cards
#
# CONFIG_USBPCWATCHDOG is not set
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_INTEL=y
# CONFIG_HW_RANDOM_AMD is not set
# CONFIG_HW_RANDOM_GEODE is not set
# CONFIG_HW_RANDOM_VIA is not set
CONFIG_NVRAM=y
CONFIG_RTC=y
# CONFIG_RTC_HISTOGRAM is not set
CONFIG_BLOCKER=y
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
CONFIG_AGP=y
# 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=y
# CONFIG_AGP_NVIDIA is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_SWORKS is not set
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_EFFICEON is not set
CONFIG_DRM=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
CONFIG_DRM_I810=y
CONFIG_DRM_I830=y
# CONFIG_DRM_I915 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_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_HANGCHECK_TIMER is not set
CONFIG_RMEM=m
CONFIG_ALLOC_RTSJ_MEM=m
CONFIG_DEVPORT=y
# CONFIG_I2C is not set
#
# SPI support
#
# CONFIG_SPI is not set
# CONFIG_SPI_MASTER is not set
# CONFIG_W1 is not set
# CONFIG_POWER_SUPPLY is not set
# CONFIG_HWMON is not set
#
# Multifunction device drivers
#
# CONFIG_MFD_SM501 is not set
#
# Multimedia devices
#
CONFIG_VIDEO_DEV=y
CONFIG_VIDEO_V4L1=y
CONFIG_VIDEO_V4L1_COMPAT=y
CONFIG_VIDEO_V4L2=y
# CONFIG_VIDEO_CAPTURE_DRIVERS is not set
# CONFIG_RADIO_ADAPTERS is not set
# CONFIG_DVB_CORE is not set
# CONFIG_DAB is not set
#
# Graphics support
#
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=y
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_PROGEAR is not set
#
# Display device support
#
CONFIG_DISPLAY_SUPPORT=y
#
# Display hardware drivers
#
CONFIG_VGASTATE=y
CONFIG_VIDEO_OUTPUT_CONTROL=m
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
# CONFIG_FB_DDC is not set
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
CONFIG_FB_SYS_FILLRECT=y
CONFIG_FB_SYS_COPYAREA=y
CONFIG_FB_SYS_IMAGEBLIT=y
CONFIG_FB_SYS_FOPS=y
CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y
#
# 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_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
CONFIG_FB_VGA16=y
CONFIG_FB_VESA=y
# CONFIG_FB_HECUBA 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_LE80578 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_SIS is not set
# 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_VIRTUAL=y
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
CONFIG_VIDEO_SELECT=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
#
# Sound
#
CONFIG_SOUND=y
#
# Advanced Linux Sound Architecture
#
# CONFIG_SND is not set
#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
# CONFIG_HID_DEBUG is not set
#
# USB Input Devices
#
CONFIG_USB_HID=y
# CONFIG_USB_HIDINPUT_POWERBOOK is not set
CONFIG_USB_HIDDEV=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set
#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
CONFIG_USB_DEVICE_CLASS=y
#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_ISP116X_HCD is not set
CONFIG_USB_OHCI_HCD=y
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_UHCI_HCD=y
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
#
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
#
#
# may also be needed; see USB_STORAGE Help for more information
#
CONFIG_USB_LIBUSUAL=y
#
# USB Imaging devices
#
# CONFIG_USB_MON is not set
#
# USB port drivers
#
# CONFIG_USB_USS720 is not set
#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL is not set
#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 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
#
# USB DSL modem support
#
#
# USB Gadget Support
#
# CONFIG_USB_GADGET is not set
# CONFIG_MMC is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
#
# LED drivers
#
#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=y
CONFIG_LEDS_TRIGGER_IDE_DISK=y
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
# CONFIG_INFINIBAND is not set
# CONFIG_RTC_CLASS is not set
#
# DMA Engine support
#
CONFIG_DMA_ENGINE=y
#
# DMA Clients
#
CONFIG_NET_DMA=y
#
# DMA Devices
#
CONFIG_INTEL_IOATDMA=y
# CONFIG_AUXDISPLAY is not set
CONFIG_VIRTUALIZATION=y
#
# Userspace I/O
#
# CONFIG_UIO is not set
#
# File systems
#
# CONFIG_EXT2_FS is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
CONFIG_JFS_FS=y
# CONFIG_JFS_POSIX_ACL is not set
# CONFIG_JFS_SECURITY is not set
# CONFIG_JFS_DEBUG is not set
# CONFIG_JFS_STATISTICS is not set
CONFIG_FS_POSIX_ACL=y
# CONFIG_XFS_FS is not set
# CONFIG_OCFS2_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
# CONFIG_QUOTA is not set
CONFIG_DNOTIFY=y
CONFIG_AUTOFS_FS=y
CONFIG_AUTOFS4_FS=y
# CONFIG_FUSE_FS is not set
CONFIG_GENERIC_ACL=y
#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
# CONFIG_UDF_FS is not set
#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
# CONFIG_NTFS_FS is not set
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_RAMFS=y
#
# Miscellaneous filesystems
#
# CONFIG_HFSPLUS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
#
# Network File Systems
#
# CONFIG_NFS_FS is not set
# CONFIG_NFSD is not set
# CONFIG_SMB_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_MAC_PARTITION is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
CONFIG_MINIX_SUBPARTITION=y
CONFIG_SOLARIS_X86_PARTITION=y
CONFIG_UNIXWARE_DISKLABEL=y
CONFIG_LDM_PARTITION=y
CONFIG_LDM_DEBUG=y
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
# CONFIG_KARMA_PARTITION is not set
# CONFIG_EFI_PARTITION is not set
CONFIG_SYSV68_PARTITION=y
#
# Native Language Support
#
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=y
# 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 is not set
# 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 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=y
# CONFIG_NLS_ISO8859_1 is not set
# CONFIG_NLS_ISO8859_2 is not set
# 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 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=y
#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
# CONFIG_PRINTK_TIME is not set
CONFIG_ENABLE_MUST_CHECK=y
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=y
CONFIG_SCHED_DEBUG=y
CONFIG_SCHEDSTATS=y
# CONFIG_TIMER_STATS is not set
# CONFIG_DEBUG_SLAB is not set
CONFIG_DEBUG_PREEMPT=y
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
CONFIG_DEBUG_SPINLOCK=y
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
CONFIG_DEBUG_SPINLOCK_SLEEP=y
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
CONFIG_PREEMPT_TRACE=y
# CONFIG_EVENT_TRACE is not set
# CONFIG_FUNCTION_TRACE is not set
# CONFIG_WAKEUP_TIMING is not set
# CONFIG_CRITICAL_PREEMPT_TIMING is not set
# CONFIG_CRITICAL_IRQSOFF_TIMING is not set
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_INFO=y
# CONFIG_DEBUG_VM is not set
CONFIG_DEBUG_LIST=y
# CONFIG_FRAME_POINTER is not set
# CONFIG_FORCED_INLINING is not set
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_FAULT_INJECTION is not set
CONFIG_EARLY_PRINTK=y
CONFIG_DEBUG_STACKOVERFLOW=y
CONFIG_DEBUG_STACK_USAGE=y
# CONFIG_DEBUG_PAGEALLOC is not set
CONFIG_DEBUG_RODATA=y
CONFIG_4KSTACKS=y
CONFIG_DOUBLEFAULT=y
#
# Security options
#
CONFIG_KEYS=y
CONFIG_KEYS_DEBUG_PROC_KEYS=y
# CONFIG_SECURITY is not set
# CONFIG_CRYPTO is not set
#
# Library routines
#
CONFIG_BITREVERSE=y
# CONFIG_CRC_CCITT is not set
# CONFIG_CRC16 is not set
# CONFIG_CRC_ITU_T is not set
CONFIG_CRC32=y
# CONFIG_CRC7 is not set
# CONFIG_LIBCRC32C is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_HARDIRQS_SW_RESEND=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_KTIME_SCALAR=y
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Cyclictest expected results
2007-10-01 3:30 ` Jaswinder Singh
@ 2007-10-02 6:54 ` Robert Schwebel
2007-10-07 12:50 ` Jaswinder Singh
0 siblings, 1 reply; 14+ messages in thread
From: Robert Schwebel @ 2007-10-02 6:54 UTC (permalink / raw)
To: Jaswinder Singh; +Cc: Thomas Gleixner, linux-rt-users
On Mon, Oct 01, 2007 at 09:00:42AM +0530, Jaswinder Singh wrote:
> /sys/devices/system/clocksource/clocksource0/available_clocksource :
> tsc pit jiffies
Can you try to enable ACPI on the box and check if you get an acpi_pm?
Robert
--
Pengutronix - Linux Solutions for Science and Industry
Entwicklungszentrum Nord http://www.pengutronix.de
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Cyclictest expected results
2007-10-02 6:54 ` Robert Schwebel
@ 2007-10-07 12:50 ` Jaswinder Singh
2007-10-08 14:06 ` Robert Schwebel
2007-10-08 14:55 ` Theodore Tso
0 siblings, 2 replies; 14+ messages in thread
From: Jaswinder Singh @ 2007-10-07 12:50 UTC (permalink / raw)
To: Robert Schwebel; +Cc: Thomas Gleixner, linux-rt-users
Dear Robert,
I am sorry for delay.
By enabling ACPI on my PC I get acpi_pm
I am also getting :
root@rd cycletest]# ./cyclictest -t 1 -p80 -n -i 10000 -l 10000 -q
T: 0 ( 2709) P:80 I:10000 C: 10000 Min: 8 Act: 16 Avg: 16 Max: 44
[root@rd cycletest]# ./cyclictest -t 1 -p80 -i 10000 -l 10000 -q
T: 0 ( 2723) P:80 I:10000 C: 10000 Min: 21 Act: 30 Avg: 29 Max: 139
[root@rd cycletest]#
These numbers are quite impressive as compared to old numbers.
Thanks for your help.
I am quite strange why I start getting RT performance with ACPI. why I
need ACPI on my PC, I dont even use ACPI on my Laptop.
But I am not able to see performance difference in my GNOME
Environment. It is still very very slow, how can I boost X-Windows by
-rt patch.
Thank you,
Jaswinder Singh.
On 10/2/07, Robert Schwebel <r.schwebel@pengutronix.de> wrote:
> On Mon, Oct 01, 2007 at 09:00:42AM +0530, Jaswinder Singh wrote:
> > /sys/devices/system/clocksource/clocksource0/available_clocksource :
> > tsc pit jiffies
>
> Can you try to enable ACPI on the box and check if you get an acpi_pm?
>
> Robert
> --
> Pengutronix - Linux Solutions for Science and Industry
> Entwicklungszentrum Nord http://www.pengutronix.de
>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Cyclictest expected results
2007-10-07 12:50 ` Jaswinder Singh
@ 2007-10-08 14:06 ` Robert Schwebel
2007-10-08 14:46 ` Jaswinder Singh
2007-10-08 15:09 ` Jaswinder Singh
2007-10-08 14:55 ` Theodore Tso
1 sibling, 2 replies; 14+ messages in thread
From: Robert Schwebel @ 2007-10-08 14:06 UTC (permalink / raw)
To: Jaswinder Singh; +Cc: Thomas Gleixner, linux-rt-users
On Sun, Oct 07, 2007 at 06:20:29PM +0530, Jaswinder Singh wrote:
> I am also getting :
> root@rd cycletest]# ./cyclictest -t 1 -p80 -n -i 10000 -l 10000 -q
> T: 0 ( 2709) P:80 I:10000 C: 10000 Min: 8 Act: 16 Avg: 16 Max: 44
> [root@rd cycletest]# ./cyclictest -t 1 -p80 -i 10000 -l 10000 -q
> T: 0 ( 2723) P:80 I:10000 C: 10000 Min: 21 Act: 30 Avg: 29 Max: 139
> [root@rd cycletest]#
Doesn't look too bad.
> I am quite strange why I start getting RT performance with ACPI. why I
> need ACPI on my PC, I dont even use ACPI on my Laptop.
acpi_pm provides a proper clocksource to your system which is a) sane
and b) has enough resolution.
> But I am not able to see performance difference in my GNOME
> Environment. It is still very very slow, how can I boost X-Windows by
> -rt patch.
I'm not sure what you are expecting here? Realtime is about guaranteed
latencies, not about speed.
Robert
--
Pengutronix - Linux Solutions for Science and Industry
Entwicklungszentrum Nord http://www.pengutronix.de
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Cyclictest expected results
2007-10-08 14:06 ` Robert Schwebel
@ 2007-10-08 14:46 ` Jaswinder Singh
2007-10-08 15:09 ` Jaswinder Singh
1 sibling, 0 replies; 14+ messages in thread
From: Jaswinder Singh @ 2007-10-08 14:46 UTC (permalink / raw)
To: Robert Schwebel; +Cc: Thomas Gleixner, linux-rt-users
Hello Robert,
On 10/8/07, Robert Schwebel <r.schwebel@pengutronix.de> wrote:
> On Sun, Oct 07, 2007 at 06:20:29PM +0530, Jaswinder Singh wrote:
> > I am also getting :
> > root@rd cycletest]# ./cyclictest -t 1 -p80 -n -i 10000 -l 10000 -q
> > T: 0 ( 2709) P:80 I:10000 C: 10000 Min: 8 Act: 16 Avg: 16 Max: 44
> > [root@rd cycletest]# ./cyclictest -t 1 -p80 -i 10000 -l 10000 -q
> > T: 0 ( 2723) P:80 I:10000 C: 10000 Min: 21 Act: 30 Avg: 29 Max: 139
> > [root@rd cycletest]#
>
> Doesn't look too bad.
>
> > I am quite strange why I start getting RT performance with ACPI. why I
> > need ACPI on my PC, I dont even use ACPI on my Laptop.
>
> acpi_pm provides a proper clocksource to your system which is a) sane
> and b) has enough resolution.
>
> > But I am not able to see performance difference in my GNOME
> > Environment. It is still very very slow, how can I boost X-Windows by
> > -rt patch.
>
> I'm not sure what you are expecting here? Realtime is about guaranteed
> latencies, not about speed.
>
Currently my GNOME environment takes 150 seconds to start.
May be it because of some bug :
mtrr: base(0xf0020000) is not aligned on a size(0x300000) boundary
[drm:drm_unlock] *ERROR* Process 2382 using kernel context 0
I am just curious can we improve its performance by Realtime.
Yes, you are right we cannot do anything if CPU is already running 100%.
Thank you,
Jaswinder Singh.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Cyclictest expected results
2007-10-07 12:50 ` Jaswinder Singh
2007-10-08 14:06 ` Robert Schwebel
@ 2007-10-08 14:55 ` Theodore Tso
2007-10-08 14:55 ` Luis Claudio R. Goncalves
1 sibling, 1 reply; 14+ messages in thread
From: Theodore Tso @ 2007-10-08 14:55 UTC (permalink / raw)
To: Jaswinder Singh; +Cc: Robert Schwebel, Thomas Gleixner, linux-rt-users
On Sun, Oct 07, 2007 at 06:20:29PM +0530, Jaswinder Singh wrote:
>
> But I am not able to see performance difference in my GNOME
> Environment. It is still very very slow, how can I boost X-Windows by
> -rt patch.
There are many reasons why GNOME performance might be slow. Stupid
application design going to helped by some magic kernel patch. Keep
in mind the GNOME doesn't run with real-time priority levels; neither
does the X server.
The -rt patch isn't magic; no RTOS is magic. A large amount of
application design and reworking in order to properly utilize the
POSIX real-time interfaces.
- Ted
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Cyclictest expected results
2007-10-08 14:55 ` Theodore Tso
@ 2007-10-08 14:55 ` Luis Claudio R. Goncalves
0 siblings, 0 replies; 14+ messages in thread
From: Luis Claudio R. Goncalves @ 2007-10-08 14:55 UTC (permalink / raw)
To: Theodore Tso
Cc: Jaswinder Singh, Robert Schwebel, Thomas Gleixner, linux-rt-users
On Mon, Oct 08, 2007 at 10:55:09AM -0400, Theodore Tso wrote:
| On Sun, Oct 07, 2007 at 06:20:29PM +0530, Jaswinder Singh wrote:
| >
| > But I am not able to see performance difference in my GNOME
| > Environment. It is still very very slow, how can I boost X-Windows by
| > -rt patch.
|
| There are many reasons why GNOME performance might be slow. Stupid
| application design going to helped by some magic kernel patch. Keep
| in mind the GNOME doesn't run with real-time priority levels; neither
| does the X server.
|
| The -rt patch isn't magic; no RTOS is magic. A large amount of
| application design and reworking in order to properly utilize the
| POSIX real-time interfaces.
Also keep in mind that by its very nature, -rt is more sensible to bad
coding and bad application design. Some applications that perform well in
mainstream linux may present bugs in -rt (those bugs exist in the code but
are more prone to show uo in -rt).
People here have been working most of time focused on determinism.
Eventually it comes with a performance enhancement bonus. Sometimes not.
Luis
--
[ Luis Claudio R. Goncalves Bass - Gospel - RT ]
[ Fingerprint: 4FDD B8C4 3C59 34BD 8BE9 2696 7203 D980 A448 C8F8 ]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Cyclictest expected results
2007-10-08 14:06 ` Robert Schwebel
2007-10-08 14:46 ` Jaswinder Singh
@ 2007-10-08 15:09 ` Jaswinder Singh
2007-10-08 15:42 ` Thomas Gleixner
1 sibling, 1 reply; 14+ messages in thread
From: Jaswinder Singh @ 2007-10-08 15:09 UTC (permalink / raw)
To: Robert Schwebel; +Cc: Thomas Gleixner, linux-rt-users
Hello Robert,
On 10/8/07, Robert Schwebel <r.schwebel@pengutronix.de> wrote:
> On Sun, Oct 07, 2007 at 06:20:29PM +0530, Jaswinder Singh wrote:
> > I am also getting :
> > root@rd cycletest]# ./cyclictest -t 1 -p80 -n -i 10000 -l 10000 -q
> > T: 0 ( 2709) P:80 I:10000 C: 10000 Min: 8 Act: 16 Avg: 16 Max: 44
> > [root@rd cycletest]# ./cyclictest -t 1 -p80 -i 10000 -l 10000 -q
> > T: 0 ( 2723) P:80 I:10000 C: 10000 Min: 21 Act: 30 Avg: 29 Max: 139
> > [root@rd cycletest]#
>
> Doesn't look too bad.
139 microseconds interrupt latency looks not too bad for Genral purpose OS.
But this is still bad in Realtime point of view.
Thank you,
Jaswinder Singh.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Cyclictest expected results
2007-10-08 15:09 ` Jaswinder Singh
@ 2007-10-08 15:42 ` Thomas Gleixner
0 siblings, 0 replies; 14+ messages in thread
From: Thomas Gleixner @ 2007-10-08 15:42 UTC (permalink / raw)
To: Jaswinder Singh; +Cc: Robert Schwebel, linux-rt-users
On Mon, 8 Oct 2007, Jaswinder Singh wrote:
> Hello Robert,
>
> On 10/8/07, Robert Schwebel <r.schwebel@pengutronix.de> wrote:
> > On Sun, Oct 07, 2007 at 06:20:29PM +0530, Jaswinder Singh wrote:
> > > I am also getting :
> > > root@rd cycletest]# ./cyclictest -t 1 -p80 -n -i 10000 -l 10000 -q
> > > T: 0 ( 2709) P:80 I:10000 C: 10000 Min: 8 Act: 16 Avg: 16 Max: 44
> > > [root@rd cycletest]# ./cyclictest -t 1 -p80 -i 10000 -l 10000 -q
> > > T: 0 ( 2723) P:80 I:10000 C: 10000 Min: 21 Act: 30 Avg: 29 Max: 139
> > > [root@rd cycletest]#
> >
> > Doesn't look too bad.
>
> 139 microseconds interrupt latency looks not too bad for Genral purpose OS.
>
> But this is still bad in Realtime point of view.
Sigh. Realtime is not as fast as possible, it's as fast as
specified. It depends on your requirements whether it is sufficient or
not.
Also cyclictest is not about interrupt latency, it's about the full
chain of:
timer interrupt
scheduler
user space execution
in the second test you did it's:
timer interrupt
softirq + signal delivery
scheduler
user space execution
The softirq processing is causing the longer latency here.
This problem is known and it can be fixed, but it's not high
on the priority list.
Thanks,
tglx
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2007-10-08 15:42 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-30 15:37 Cyclictest expected results Jaswinder Singh
2007-09-30 18:32 ` Robert Schwebel
2007-09-30 22:00 ` Thomas Gleixner
2007-09-30 22:26 ` Robert Schwebel
2007-09-30 23:14 ` Thomas Gleixner
2007-10-01 3:30 ` Jaswinder Singh
2007-10-02 6:54 ` Robert Schwebel
2007-10-07 12:50 ` Jaswinder Singh
2007-10-08 14:06 ` Robert Schwebel
2007-10-08 14:46 ` Jaswinder Singh
2007-10-08 15:09 ` Jaswinder Singh
2007-10-08 15:42 ` Thomas Gleixner
2007-10-08 14:55 ` Theodore Tso
2007-10-08 14:55 ` Luis Claudio R. Goncalves
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).