CINXE.COM
LKML: Erwin Rol: Re: [PATCH] x86_64: Display HPET timer option
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>LKML: Erwin Rol: Re: [PATCH] x86_64: Display HPET timer option</title><link href="/css/message.css" rel="stylesheet" type="text/css" /><link href="/css/wrap.css" rel="alternate stylesheet" type="text/css" title="wrap" /><link href="/css/nowrap.css" rel="stylesheet" type="text/css" title="nowrap" /><link href="/favicon.ico" rel="shortcut icon" /><script src="/js/simple-calendar.js" type="text/javascript"></script><script src="/js/styleswitcher.js" type="text/javascript"></script><link rel="alternate" type="application/rss+xml" title="lkml.org : last 100 messages" href="/rss.php" /><link rel="alternate" type="application/rss+xml" title="lkml.org : last messages by Erwin Rol" href="/groupie.php?aid=7745" /><!--Matomo--><script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(["setDoNotTrack", true]); _paq.push(["disableCookies"]); _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="//m.lkml.org/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '1']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script><!--End Matomo Code--></head><body onload="es.jasper.simpleCalendar.init();" itemscope="itemscope" itemtype="http://schema.org/BlogPosting"><table border="0" cellpadding="0" cellspacing="0"><tr><td width="180" align="center"><a href="/"><img style="border:0;width:135px;height:32px" src="/images/toprowlk.gif" alt="lkml.org" /></a></td><td width="32">聽</td><td class="nb"><div><a class="nb" href="/lkml"> [lkml]</a> 聽 <a class="nb" href="/lkml/2005"> [2005]</a> 聽 <a class="nb" href="/lkml/2005/12"> [Dec]</a> 聽 <a class="nb" href="/lkml/2005/12/8"> [8]</a> 聽 <a class="nb" href="/lkml/last100"> [last100]</a> 聽 <a href="/rss.php"><img src="/images/rss-or.gif" border="0" alt="RSS Feed" /></a></div><div>Views: <a href="#" class="nowrap" onclick="setActiveStyleSheet('wrap');return false;">[wrap]</a><a href="#" class="wrap" onclick="setActiveStyleSheet('nowrap');return false;">[no wrap]</a> 聽 <a class="nb" href="/lkml/mheaders/2005/12/8/85" onclick="this.href='/lkml/headers'+'/2005/12/8/85';">[headers]</a>聽 <a href="/lkml/bounce/2005/12/8/85">[forward]</a>聽 </div></td><td width="32">聽</td></tr><tr><td valign="top"><div class="es-jasper-simpleCalendar" baseurl="/lkml/"></div><div class="threadlist">Messages in this thread</div><ul class="threadlist"><li class="root"><a href="/lkml/2005/12/1/205">First message in thread</a></li><li><a href="/lkml/2005/12/1/232">Erwin Rol</a><ul><li><a href="/lkml/2005/12/1/241">Andi Kleen</a><ul><li class="origin"><a href="">Erwin Rol</a></li><li><a href="/lkml/2005/12/8/115">Erwin Rol</a></li><li><a href="/lkml/2005/12/8/119">Erwin Rol</a></li><li><a href="/lkml/2005/12/9/191">Erwin Rol</a></li></ul></li></ul></li></ul></td><td width="32" rowspan="2" class="c" valign="top"><img src="/images/icornerl.gif" width="32" height="32" alt="/" /></td><td class="c" rowspan="2" valign="top" style="padding-top: 1em"><table><tr><td><table><tr><td class="lp">Subject</td><td class="rp" itemprop="name">Re: [PATCH] x86_64: Display HPET timer option</td></tr><tr><td class="lp">From</td><td class="rp" itemprop="author">Erwin Rol <></td></tr><tr><td class="lp">Date</td><td class="rp" itemprop="datePublished">Thu, 08 Dec 2005 14:53:45 +0100</td></tr></table></td><td></td></tr></table><pre itemprop="articleBody">Hey Andi,<br /><br />bit late but here is the info (or at least part of), since I don't have<br />a serial port on the computer I need to write down the panic info and<br />than mail it, so I only wrote down what i thought was important. If you<br />need other info from the panic let me know.<br /><br />The NMI watchdog panic give me the following info (when nmi watchdog is<br />off it just hangs for ever)<br /><br />RIP: .... hpet_alloc + 882<br /><br />Call Trace: late_hpet_init + 171<br /> genl_init + 111<br /> init + 541<br /><br /><br />uname -a<br />Linux xpc.home.erwinrol.com 2.6.14-1.1743_FC5 #1 SMP Wed Dec 7 13:49:22<br />EST 2005 x86_64 x86_64 x86_64 GNU/Linux<br /><br />When there is a hang there is no output in the log files, so the dmesg<br />is the output of nohpet.<br /><br />- Erwin<br /><br /><br />On Thu, 2005-12-01 at 22:18 +0100, Andi Kleen wrote:<br />> On Thu, Dec 01, 2005 at 10:06:37PM +0100, Erwin Rol wrote:<br />> > On Thu, 2005-12-01 at 21:43 +0100, Andi Kleen wrote:<br />> > > On Thu, Dec 01, 2005 at 12:30:03PM -0800, Zwane Mwaikambo wrote:<br />> > > > On Thu, 1 Dec 2005, Linus Torvalds wrote:<br />> > > > <br />> > > > > On Thu, 1 Dec 2005, Zwane Mwaikambo wrote:<br />> > > > > ><br />> > > > > > Currently the HPET timer option isn't visible in menuconfig.<br />> > > > > <br />> > > > > Do you want it to?<br />> > > > > <br />> > > > > Why would you ever compile it out?<br />> > > > <br />> > > > For timer testing purposes i sometimes would like not to use the HPET. <br />> > > > Would a runtime switch be preferred?<br />> > > <br />> > > nohpet already exists.<br />> > > <br />> > <br />> > And luckily it does cause without "nohpet" i can't boot my shuttle<br />> > ST20G5, the NMI watchdog kills it because ti hangs when initializing the<br />> > hpet. If the nmi watchdog is off it just hangs for ever. <br />> <br />> Can you give details on the machine? lspci, dmidecode, acpidmp output,<br />> boot log from the hang case?<br />> <br />> Then perhaps it can be blacklisted or the failure otherwise avoided.<br />> <br />> [Looks like I finally need to add DMI decode support to x86-64 too :-/]<br />> <br />> -Andi<br />> <br />> <br />Bootdata ok (command line is ro root=LABEL=/ nohpet hda=ide-cdrom)<br />Linux version 2.6.14-1.1743_FC5 (bhcompile@hs20-bc1-1.build.redhat.com) (gcc version 4.0.2 20051109 (Red Hat 4.0.2-6)) #1 SMP Wed Dec 7 13:49:22 EST 2005<br />BIOS-provided physical RAM map:<br /> BIOS-e820: 0000000000000000 - 000000000009e000 (usable)<br /> BIOS-e820: 000000000009e000 - 00000000000a0000 (reserved)<br /> BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)<br /> BIOS-e820: 0000000000100000 - 000000007fef0000 (usable)<br /> BIOS-e820: 000000007fef0000 - 000000007fef3000 (ACPI NVS)<br /> BIOS-e820: 000000007fef3000 - 000000007ff00000 (ACPI data)<br /> BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)<br /> BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)<br />ACPI: RSDP (v000 XPC ) @ 0x00000000000f7e50<br />ACPI: RSDT (v001 XPC AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x000000007fef3040<br />ACPI: FADT (v001 XPC AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x000000007fef30c0<br />ACPI: SSDT (v001 PTLTD POWERNOW 0x00000001 LTP 0x00000001) @ 0x000000007fef74c0<br />ACPI: HPET (v001 XPC AWRDACPI 0x42302e31 AWRD 0x00000098) @ 0x000000007fef75c0<br />ACPI: MCFG (v001 XPC AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x000000007fef7640<br />ACPI: MADT (v001 XPC AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x000000007fef7400<br />ACPI: DSDT (v001 XPC ST20V10 0x00001000 MSFT 0x0100000e) @ 0x0000000000000000<br />Scanning NUMA topology in Northbridge 24<br />Number of nodes 1<br />Node 0 MemBase 0000000000000000 Limit 000000007fef0000<br />Using 31 for the hash shift.<br />Using node hash shift of 31<br />Bootmem setup node 0 0000000000000000-000000007fef0000<br />On node 0 totalpages: 513318<br /> DMA zone: 2537 pages, LIFO batch:0<br /> DMA32 zone: 510781 pages, LIFO batch:31<br /> Normal zone: 0 pages, LIFO batch:0<br /> HighMem zone: 0 pages, LIFO batch:0<br />ACPI: PM-Timer IO Port: 0x4008<br />ACPI: Local APIC address 0xfee00000<br />ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)<br />Processor #0 15:15 APIC version 16<br />ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] disabled)<br />ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])<br />ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])<br />ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])<br />IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23<br />ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)<br />ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)<br />ACPI: IRQ0 used by override.<br />ACPI: IRQ2 used by override.<br />ACPI: IRQ9 used by override.<br />Setting APIC routing to physical flat<br />ACPI: HPET id: 0x10b9a201 base: 0xfed00000<br />Using ACPI (MADT) for SMP configuration information<br />Allocating PCI resources starting at 80000000 (gap: 7ff00000:60100000)<br />Checking aperture...<br />CPU 0: aperture @ 50000000 size 32 MB<br />Aperture from northbridge cpu 0 too small (32 MB)<br />No AGP bridge found<br />SMP: Allowing 2 CPUs, 1 hotplug CPUs<br />Built 1 zonelists<br />Kernel command line: ro root=LABEL=/ nohpet hda=ide-cdrom<br />ide_setup: hda=ide-cdrom<br />Initializing CPU#0<br />PID hash table entries: 4096 (order: 12, 131072 bytes)<br />time.c: Using 3.579545 MHz PM timer.<br />time.c: Detected 1808.748 MHz processor.<br />Console: colour VGA+ 80x25<br />Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)<br />Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)<br />Memory: 2048968k/2096064k available (2493k kernel code, 46704k reserved, 1671k data, 232k init)<br />Calibrating delay using timer specific routine.. 3623.84 BogoMIPS (lpj=7247689)<br />Security Framework v1.0.0 initialized<br />SELinux: Initializing.<br />SELinux: Starting in permissive mode<br />selinux_register_security: Registering secondary module capability<br />Capability LSM initialized as secondary<br />Mount-cache hash table entries: 256<br />CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)<br />CPU: L2 Cache: 512K (64 bytes/line)<br />CPU 0(1) -> Node 0 -> Core 0<br />mtrr: v2.0 (20020519)<br />Using local APIC timer interrupts.<br />Detected 12.560 MHz APIC timer.<br />Brought up 1 CPUs<br />time.c: Using PIT/TSC based timekeeping.<br />testing NMI watchdog ... OK.<br />checking if image is initramfs... it is<br />NET: Registered protocol family 16<br />ACPI: bus type pci registered<br />PCI: Using configuration type 1<br />PCI: Using MMCONFIG at e0000000<br />ACPI: Subsystem revision 20050902<br /> ACPI-0339: *** Error: Looking up [\_SB_.PCI0.LNKC] in namespace, AE_NOT_FOUND<br />search_node ffff81007fe80b88 start_node ffff81007fe80b88 return_node 0000000000000000<br /> ACPI-0339: *** Error: Looking up [\_SB_.PCI0.LNKB] in namespace, AE_NOT_FOUND<br />search_node ffff81007fe8a4a8 start_node ffff81007fe8a4a8 return_node 0000000000000000<br />ACPI: Interpreter enabled<br />ACPI: Using IOAPIC for interrupt routing<br />ACPI: PCI Root Bridge [PCI0] (0000:00)<br />PCI: Probing PCI hardware (bus 00)<br />ACPI: Assume root bridge [\_SB_.PCI0] bus is 0<br />PCI quirk: region 4000-403f claimed by ali7101 ACPI<br />Boot video device is 0000:01:00.0<br />ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]<br />ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2PB._PRT]<br />ACPI: PCI Interrupt Link [LNK1] (IRQs 1 3 4 5 6 7 10 11 12 14 15) *0, disabled.<br />ACPI: PCI Interrupt Link [LNK2] (IRQs 1 3 4 5 6 *7 10 11 12 14 15)<br />ACPI: PCI Interrupt Link [LNK3] (IRQs 1 3 4 5 6 7 *10 11 12 14 15)<br />ACPI: PCI Interrupt Link [LNK4] (IRQs 1 3 4 5 6 7 10 *11 12 14 15)<br />ACPI: PCI Interrupt Link [LNK5] (IRQs 1 3 4 5 6 7 10 11 12 14 15) *0, disabled.<br />ACPI: PCI Interrupt Link [LNK6] (IRQs 1 3 4 *5 6 7 10 11 12 14 15)<br />ACPI: PCI Interrupt Link [LNK7] (IRQs 1 3 4 5 6 7 10 11 12 14 15) *0, disabled.<br />ACPI: PCI Interrupt Link [LNK8] (IRQs 1 3 4 5 6 7 10 11 12 14 15) *9<br />ACPI: PCI Interrupt Link [LNK9] (IRQs 1 *3 4 5 6 7 10 11 12 14 15)<br />Linux Plug and Play Support v0.97 (c) Adam Belay<br />pnp: PnP ACPI init<br />pnp: PnP ACPI: found 9 devices<br />usbcore: registered new driver usbfs<br />usbcore: registered new driver hub<br />PCI: Using ACPI for IRQ routing<br />PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report<br />PCI-DMA: Disabling IOMMU.<br />PCI: Bridge: 0000:00:02.0<br /> IO window: e000-efff<br /> MEM window: dfa00000-dfafffff<br /> PREFETCH window: dc000000-ddffffff<br />PCI: Bridge: 0000:00:06.0<br /> IO window: d000-dfff<br /> MEM window: dfe00000-dfefffff<br /> PREFETCH window: dfd00000-dfdfffff<br />PCI: Bridge: 0000:00:19.0<br /> IO window: c000-cfff<br /> MEM window: dfc00000-dfcfffff<br /> PREFETCH window: dfb00000-dfbfffff<br />PCI: Setting latency timer of device 0000:00:02.0 to 64<br />PCI: Setting latency timer of device 0000:00:06.0 to 64<br />PCI: Setting latency timer of device 0000:00:19.0 to 64<br />IA32 emulation $Id: sys_ia32.c,v 1.32 2002/03/24 13:02:28 ak Exp $<br />audit: initializing netlink socket (disabled)<br />audit(1134052065.508:1): initialized<br />Total HugeTLB memory allocated, 0<br />VFS: Disk quotas dquot_6.5.1<br />Dquot-cache hash table entries: 512 (order 0, 4096 bytes)<br />SELinux: Registering netfilter hooks<br />Initializing Cryptographic API<br />ksign: Installing public key data<br />Loading keyring<br />- Added public key DF64C97637BAD272<br />- User ID: Red Hat, Inc. (Kernel Module GPG key)<br />io scheduler noop registered<br />io scheduler anticipatory registered<br />io scheduler deadline registered<br />io scheduler cfq registered<br />pci_hotplug: PCI Hot Plug PCI Core version: 0.5<br />PCI: Setting latency timer of device 0000:00:02.0 to 64<br />pcie_portdrv_probe->Dev[5a34:1002] has invalid IRQ. Check vendor BIOS<br />assign_interrupt_mode Found MSI capability<br />Allocate Port Service[pcie00]<br />Allocate Port Service[pcie01]<br />PCI: Setting latency timer of device 0000:00:06.0 to 64<br />pcie_portdrv_probe->Dev[5a38:1002] has invalid IRQ. Check vendor BIOS<br />assign_interrupt_mode Found MSI capability<br />Allocate Port Service[pcie00]<br />Allocate Port Service[pcie01]<br />ACPI: Fan [FAN] (on)<br />ACPI: Thermal Zone [THRM] (45 C)<br />Real Time Clock Driver v1.12<br />Linux agpgart interface v0.101 (c) Dave Jones<br />PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1<br />PNP: PS/2 controller doesn't have AUX irq; using default 12<br />serio: i8042 AUX port at 0x60,0x64 irq 12<br />serio: i8042 KBD port at 0x60,0x64 irq 1<br />Serial: 8250/16550 driver $Revision: 1.90 $ 32 ports, IRQ sharing enabled<br />RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize<br />Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2<br />ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx<br />ALI15X3: IDE controller at PCI slot 0000:00:1f.0<br />GSI 16 sharing vector 0xC1 and IRQ 16<br />ACPI: PCI Interrupt 0000:00:1f.0[A] -> GSI 19 (level, low) -> IRQ 193<br />ALI15X3: chipset revision 199<br />ALI15X3: not 100% native mode: will probe irqs later<br /> ide0: BM-DMA at 0x8880-0x8887, BIOS settings: hda:pio, hdb:pio<br /> ide1: BM-DMA at 0x8888-0x888f, BIOS settings: hdc:pio, hdd:pio<br />Probing IDE interface ide0...<br />hda: PIONEER DVD-RW DVR-109, ATAPI CD/DVD-ROM drive<br />ide0 at 0x1f0-0x1f7,0x3f6 on irq 14<br />Probing IDE interface ide1...<br />Probing IDE interface ide1...<br />Probing IDE interface ide2...<br />Probing IDE interface ide3...<br />Probing IDE interface ide4...<br />Probing IDE interface ide5...<br />hda: ATAPI 40X DVD-ROM DVD-R CD-R/RW drive, 2000kB Cache, UDMA(66)<br />Uniform CD-ROM driver Revision: 3.20<br />ide-floppy driver 0.99.newide<br />usbcore: registered new driver libusual<br />usbcore: registered new driver hiddev<br />usbcore: registered new driver usbhid<br />drivers/usb/input/hid-core.c: v2.6:USB HID core driver<br />mice: PS/2 mouse device common for all mice<br />md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27<br />md: bitmap version 4.39<br />NET: Registered protocol family 2<br />IP route cache hash table entries: 65536 (order: 7, 524288 bytes)<br />TCP established hash table entries: 131072 (order: 10, 4194304 bytes)<br />TCP bind hash table entries: 65536 (order: 9, 2097152 bytes)<br />TCP: Hash tables configured (established 131072 bind 65536)<br />TCP reno registered<br />TCP bic registered<br />Initializing IPsec netlink socket<br />NET: Registered protocol family 1<br />NET: Registered protocol family 17<br />powernow-k8: Found 1 AMD Athlon 64 / Opteron processors (version 1.50.4)<br />powernow-k8: 0 : fid 0xa (1800 MHz), vid 0x6 (1400 mV)<br />powernow-k8: 1 : fid 0x2 (1000 MHz), vid 0x12 (1100 mV)<br />cpu_init done, current fid 0xa, vid 0x6<br />ACPI wakeup devices: <br />P2PB PES1 PES2 USB0 USB1 USB2 USB3 <br />ACPI: (supports S0 S1 S4 S5)<br />Freeing unused kernel memory: 232k freed<br />Write protecting the kernel read-only data: 875k<br />SCSI subsystem initialized<br />libata version 1.20 loaded.<br />sata_uli 0000:00:1f.1: version 0.5<br />PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)<br />ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 19 (level, low) -> IRQ 193<br />ata1: SATA max UDMA/133 cmd 0xFD00 ctl 0xFC02 bmdma 0xF900 irq 193<br />ata2: SATA max UDMA/133 cmd 0xFB00 ctl 0xFA02 bmdma 0xF908 irq 193<br />ata3: SATA max UDMA/133 cmd 0xFD08 ctl 0xFC06 bmdma 0xF910 irq 193<br />ata4: SATA max UDMA/133 cmd 0xFB08 ctl 0xFA06 bmdma 0xF918 irq 193<br />ata1: dev 0 cfg 49:2f00 82:74eb 83:7f63 84:4003 85:74e9 86:3c43 87:4003 88:007f<br />ata1: dev 0 ATA-6, max UDMA/133, 145226112 sectors: LBA48<br />ata1: dev 0 configured for UDMA/133<br />scsi0 : sata_uli<br />input: AT Translated Set 2 keyboard as /class/input/input0<br />ata2: dev 0 cfg 49:2f00 82:74eb 83:7f63 84:4003 85:74e9 86:3c43 87:4003 88:007f<br />ata2: dev 0 ATA-6, max UDMA/133, 145226112 sectors: LBA48<br />ata2: dev 0 configured for UDMA/133<br />scsi1 : sata_uli<br />ata3: no device found (phy stat 00000000)<br />scsi2 : sata_uli<br />ata4: no device found (phy stat 00000000)<br />scsi3 : sata_uli<br /> Vendor: ATA Model: WDC WD740GD-00FL Rev: 31.0<br /> Type: Direct-Access ANSI SCSI revision: 05<br />SCSI device sda: 145226112 512-byte hdwr sectors (74356 MB)<br />SCSI device sda: drive cache: write back<br />SCSI device sda: 145226112 512-byte hdwr sectors (74356 MB)<br />SCSI device sda: drive cache: write back<br /> sda: sda1 sda2 sda3 sda4<br />sd 0:0:0:0: Attached scsi disk sda<br /> Vendor: ATA Model: WDC WD740GD-00FL Rev: 31.0<br /> Type: Direct-Access ANSI SCSI revision: 05<br />SCSI device sdb: 145226112 512-byte hdwr sectors (74356 MB)<br />SCSI device sdb: drive cache: write back<br />SCSI device sdb: 145226112 512-byte hdwr sectors (74356 MB)<br />SCSI device sdb: drive cache: write back<br /> sdb: sdb1 sdb2 sdb3 sdb4<br />sd 1:0:0:0: Attached scsi disk sdb<br />md: raid0 personality registered as nr 2<br />md: Autodetecting RAID arrays.<br />md: autorun ...<br />md: considering sdb4 ...<br />md: adding sdb4 ...<br />md: adding sda4 ...<br />md: created md0<br />md: bind<sda4><br />md: bind<sdb4><br />md: running: <sdb4><sda4><br />md0: setting max_sectors to 512, segment boundary to 131071<br />raid0: looking at sdb4<br />raid0: comparing sdb4(47439872) with sdb4(47439872)<br />raid0: END<br />raid0: ==> UNIQUE<br />raid0: 1 zones<br />raid0: looking at sda4<br />raid0: comparing sda4(47439872) with sdb4(47439872)<br />raid0: EQUAL<br />raid0: FINAL 1 zones<br />raid0: done.<br />raid0 : md_size is 94879744 blocks.<br />raid0 : conf->hash_spacing is 94879744 blocks.<br />raid0 : nb_zone is 1.<br />raid0 : Allocating 8 bytes for hash.<br />md: ... autorun DONE.<br />EXT3-fs: INFO: recovery required on readonly filesystem.<br />EXT3-fs: write access will be enabled during recovery.<br />kjournald starting. Commit interval 5 seconds<br />EXT3-fs: md0: orphan cleanup on readonly fs<br />ext3_orphan_cleanup: deleting unreferenced inode 8814648<br />EXT3-fs: md0: 1 orphan inode deleted<br />EXT3-fs: recovery complete.<br />EXT3-fs: mounted filesystem with ordered data mode.<br />security: 3 users, 6 roles, 986 types, 99 bools<br />security: 55 classes, 14026 rules<br />SELinux: Completing initialization.<br />SELinux: Setting up existing superblocks.<br />SELinux: initialized (dev md0, type ext3), uses xattr<br />SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs<br />SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts<br />SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts<br />SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs<br />SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses genfs_contexts<br />SELinux: initialized (dev devpts, type devpts), uses transition SIDs<br />SELinux: initialized (dev eventpollfs, type eventpollfs), uses genfs_contexts<br />SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts<br />SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs<br />SELinux: initialized (dev futexfs, type futexfs), uses genfs_contexts<br />SELinux: initialized (dev pipefs, type pipefs), uses task SIDs<br />SELinux: initialized (dev sockfs, type sockfs), uses task SIDs<br />SELinux: initialized (dev cpuset, type cpuset), not configured for labeling<br />SELinux: initialized (dev proc, type proc), uses genfs_contexts<br />SELinux: initialized (dev bdev, type bdev), uses genfs_contexts<br />SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts<br />SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts<br />SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts<br />shpchp: Standard Hot Plug PCI Controller Driver version: 0.4<br />ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)<br />GSI 17 sharing vector 0xC9 and IRQ 17<br />ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 18 (level, low) -> IRQ 201<br />ohci_hcd 0000:00:1c.0: OHCI Host Controller<br />ohci_hcd 0000:00:1c.0: new USB bus registered, assigned bus number 1<br />ohci_hcd 0000:00:1c.0: irq 201, io mem 0xdffff000<br />hub 1-0:1.0: USB hub found<br />hub 1-0:1.0: 3 ports detected<br />ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 18 (level, low) -> IRQ 201<br />ohci_hcd 0000:00:1c.1: OHCI Host Controller<br />ohci_hcd 0000:00:1c.1: new USB bus registered, assigned bus number 2<br />ohci_hcd 0000:00:1c.1: irq 201, io mem 0xdfffe000<br />hub 2-0:1.0: USB hub found<br />hub 2-0:1.0: 3 ports detected<br />ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 18 (level, low) -> IRQ 201<br />ohci_hcd 0000:00:1c.2: OHCI Host Controller<br />ohci_hcd 0000:00:1c.2: new USB bus registered, assigned bus number 3<br />ohci_hcd 0000:00:1c.2: irq 201, io mem 0xdfffd000<br />hub 3-0:1.0: USB hub found<br />hub 3-0:1.0: 3 ports detected<br />usb 1-2: new low speed USB device using ohci_hcd and address 2<br />GSI 18 sharing vector 0xD1 and IRQ 18<br />ACPI: PCI Interrupt 0000:00:1d.0[C] -> GSI 21 (level, low) -> IRQ 209<br />GSI 19 sharing vector 0xD9 and IRQ 19<br />ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 23 (level, low) -> IRQ 217<br />ehci_hcd 0000:00:1c.3: EHCI Host Controller<br />ehci_hcd 0000:00:1c.3: debug port 1<br />ehci_hcd 0000:00:1c.3: new USB bus registered, assigned bus number 4<br />ehci_hcd 0000:00:1c.3: irq 217, io mem 0xdfffc000<br />ehci_hcd 0000:00:1c.3: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004<br />hub 4-0:1.0: USB hub found<br />hub 4-0:1.0: 8 ports detected<br />hda_codec: Unknown model for ALC880, trying auto-probe from BIOS...<br />Linux video capture interface: v1.00<br />hda_codec: Cannot set up configuration from BIOS. Using 3-stack mode...<br />usb 1-2: device not accepting address 2, error -110<br />bttv: driver version 0.9.16 loaded<br />bttv: using 8 buffers with 2080k (520 pages) each for capture<br />ieee1394: Initialized config rom entry `ip1394'<br />tg3.c:v3.43 (Oct 24, 2005)<br />ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 18 (level, low) -> IRQ 201<br />PCI: Setting latency timer of device 0000:02:00.0 to 64<br />eth0: Tigon3 [partno(BCM95751) rev 4001 PHY(5750)] (PCI Express) 10/100/1000BaseT Ethernet 00:30:1b:b8:99:73<br />eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] Split[0] WireSpeed[1] TSOcap[1] <br />eth0: dma_rwctrl[76180000]<br />ohci1394: $Rev: 1313 $ Ben Collins <bcollins@debian.org><br />GSI 20 sharing vector 0xE1 and IRQ 20<br />ACPI: PCI Interrupt 0000:03:15.0[A] -> GSI 17 (level, low) -> IRQ 225<br />PCI: Via IRQ fixup for 0000:03:15.0, from 7 to 1<br />ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[225] MMIO=[dfcff000-dfcff7ff] Max Packet=[2048]<br />bttv: Bt8xx card found (0).<br />ACPI: PCI Interrupt 0000:03:16.0[A] -> GSI 18 (level, low) -> IRQ 201<br />bttv0: Bt878 (rev 2) at 0000:03:16.0, irq: 201, latency: 32, mmio: 0xdfbff000<br />bttv0: detected: Hauppauge WinTV [card=10], PCI subsystem ID is 0070:13eb<br />bttv0: using: Hauppauge (bt878) [card=10,autodetected]<br />bttv0: gpio: en=00000000, out=00000000 in=00ffffdb [init]<br />bttv0: Hauppauge/Voodoo msp34xx: reset line init [5]<br />tveeprom 0-0050: Hauppauge model 61314, rev A1MC, serial# 3011724<br />tveeprom 0-0050: tuner model is Philips FI1216 MK2 (idx 8, type 5)<br />tveeprom 0-0050: TV standards PAL(B/G) (eeprom 0x04)<br />tveeprom 0-0050: audio processor is MSP3415 (idx 6)<br />tveeprom 0-0050: has no radio<br />bttv0: using tuner=5<br />bttv0: i2c: checking for MSP34xx @ 0x80... found<br />msp3400 0-0040: chip=MSP3410D-B4 +nicam +simple mode=simple<br />msp3400 0-0040: msp3410 daemon started<br />bttv0: i2c: checking for TDA9875 @ 0xb0... not found<br />bttv0: i2c: checking for TDA7432 @ 0x8a... not found<br />bttv0: i2c: checking for TDA9887 @ 0x86... not found<br />tuner 0-0061: chip found @ 0xc2 (bt878 #0 [sw])<br />tuner 0-0061: type set to 5 (Philips PAL_BG (FI1216 and compatibles))<br />bttv0: registered device video0<br />bttv0: registered device vbi0<br />bttv0: PLL: 28636363 => 35468950 .<4>bt878: Unknown symbol bttv_read_gpio<br />bt878: Unknown symbol bttv_write_gpio<br />bt878: Unknown symbol bttv_gpio_enable<br />. ok<br />ACPI: PCI Interrupt 0000:03:16.1[A] -> GSI 18 (level, low) -> IRQ 201<br />usb 1-2: new low speed USB device using ohci_hcd and address 4<br />input: Logitech USB Receiver as /class/input/input1<br />input: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:1c.0-2<br />ieee1394: Host added: ID:BUS[0-00:1023] GUID[00301bb8000099d7]<br />usb 2-3: new full speed USB device using ohci_hcd and address 2<br />drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 2 if 0 alt 1 proto 2 vid 0x03F0 pid 0x0317<br />usbcore: registered new driver usblp<br />drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver<br />floppy0: no floppy controllers found<br />ACPI: Power Button (FF) [PWRF]<br />ACPI: Power Button (CM) [PWRB]<br />ibm_acpi: ec object not found<br />md: Autodetecting RAID arrays.<br />md: autorun ...<br />md: ... autorun DONE.<br />device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com<br />cdrom: open failed.<br />cdrom: open failed.<br />cdrom: open failed.<br />EXT3 FS on md0, internal journal<br />kjournald starting. Commit interval 5 seconds<br />EXT3 FS on sda2, internal journal<br />EXT3-fs: mounted filesystem with ordered data mode.<br />SELinux: initialized (dev sda2, type ext3), uses xattr<br />SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs<br />Adding 2096472k swap on /dev/sda3. Priority:0 extents:1 across:2096472k<br />Adding 2096472k swap on /dev/sdb3. Priority:0 extents:1 across:2096472k<br />SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts<br />tg3: eth0: Link is up at 100 Mbps, full duplex.<br />tg3: eth0: Flow control is on for TX and on for RX.<br />SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts<br />Bluetooth: Core ver 2.8<br />NET: Registered protocol family 31<br />Bluetooth: HCI device and connection manager initialized<br />Bluetooth: HCI socket layer initialized<br />Bluetooth: L2CAP ver 2.8<br />Bluetooth: L2CAP socket layer initialized<br />Bluetooth: RFCOMM socket layer initialized<br />Bluetooth: RFCOMM TTY layer initialized<br />Bluetooth: RFCOMM ver 1.6<br />it87: Found IT8712F chip at 0x290, revision 6<br />it87-isa 9191-0290: Detected broken BIOS defaults, disabling PWM interface<br /># dmidecode 2.7<br />SMBIOS 2.3 present.<br />47 structures occupying 1272 bytes.<br />Table at 0x000F0000.<br /><br />Handle 0x0000, DMI type 0, 20 bytes.<br />BIOS Information<br /> Vendor: Phoenix Technologies, LTD<br /> Version: 6.00 PG<br /> Release Date: 09/09/2005<br /> Address: 0xE0000<br /> Runtime Size: 128 kB<br /> ROM Size: 512 kB<br /> Characteristics:<br /> ISA is supported<br /> PCI is supported<br /> PNP is supported<br /> APM is supported<br /> BIOS is upgradeable<br /> BIOS shadowing is allowed<br /> Boot from CD is supported<br /> Selectable boot is supported<br /> BIOS ROM is socketed<br /> EDD is supported<br /> 5.25"/360 KB floppy services are supported (int 13h)<br /> 5.25"/1.2 MB floppy services are supported (int 13h)<br /> 3.5"/720 KB floppy services are supported (int 13h)<br /> 3.5"/2.88 MB floppy services are supported (int 13h)<br /> Print screen service is supported (int 5h)<br /> 8042 keyboard services are supported (int 9h)<br /> Serial services are supported (int 14h)<br /> Printer services are supported (int 17h)<br /> CGA/mono video services are supported (int 10h)<br /> ACPI is supported<br /> USB legacy is supported<br /> AGP is supported<br /> LS-120 boot is supported<br /> ATAPI Zip drive boot is supported<br /> BIOS boot specification is supported<br /><br />Handle 0x0001, DMI type 1, 25 bytes.<br />System Information<br /> Manufacturer: Shuttle Inc<br /> Product Name: ST20V10<br /> Version: <br /> Serial Number: <br /> UUID: Not Present<br /> Wake-up Type: Power Switch<br /><br />Handle 0x0002, DMI type 2, 8 bytes.<br />Base Board Information<br /> Manufacturer: Shuttle Inc<br /> Product Name: RS480-M1573<br /> Version: <br /> Serial Number: <br /><br />Handle 0x0003, DMI type 3, 17 bytes.<br />Chassis Information<br /> Manufacturer: <br /> Type: Desktop<br /> Lock: Not Present<br /> Version: <br /> Serial Number: <br /> Asset Tag: <br /> Boot-up State: Unknown<br /> Power Supply State: Unknown<br /> Thermal State: Unknown<br /> Security Status: Unknown<br /> OEM Information: 0x00000000<br /><br />Handle 0x0004, DMI type 4, 35 bytes.<br />Processor Information<br /> Socket Designation: Socket 939<br /> Type: Central Processor<br /> Family: Athlon 64<br /> Manufacturer: AMD<br /> ID: F0 0F 02 00 FF FB 8B 07<br /> Signature: Extended Family 0, Extended Model 2, Stepping 0<br /> Flags:<br /> FPU (Floating-point unit on-chip)<br /> VME (Virtual mode extension)<br /> DE (Debugging extension)<br /> PSE (Page size extension)<br /> TSC (Time stamp counter)<br /> MSR (Model specific registers)<br /> PAE (Physical address extension)<br /> MCE (Machine check exception)<br /> CX8 (CMPXCHG8 instruction supported)<br /> APIC (On-chip APIC hardware supported)<br /> SEP (Fast system call)<br /> MTRR (Memory type range registers)<br /> PGE (Page global enable)<br /> MCA (Machine check architecture)<br /> CMOV (Conditional move instruction supported)<br /> PAT (Page attribute table)<br /> PSE-36 (36-bit page size extension)<br /> CLFSH (CLFLUSH instruction supported)<br /> MMX (MMX technology supported)<br /> FXSR (Fast floating-point save and restore)<br /> SSE (Streaming SIMD extensions)<br /> SSE2 (Streaming SIMD extensions 2)<br /> Version: AMD Athlon(tm) 64 Processor 3000+<br /> Voltage: 1.4 V<br /> External Clock: 201 MHz<br /> Max Speed: 500 MHz<br /> Current Speed: 1810 MHz<br /> Status: Populated, Enabled<br /> Upgrade: ZIF Socket<br /> L1 Cache Handle: 0x000A<br /> L2 Cache Handle: 0x000C<br /> L3 Cache Handle: Not Provided<br /> Serial Number: <br /> Asset Tag: <br /> Part Number: <br /><br />Handle 0x0005, DMI type 5, 24 bytes.<br />Memory Controller Information<br /> Error Detecting Method: 64-bit ECC<br /> Error Correcting Capabilities:<br /> None<br /> Supported Interleave: One-way Interleave<br /> Current Interleave: One-way Interleave<br /> Maximum Memory Module Size: 32 MB<br /> Maximum Total Memory Size: 128 MB<br /> Supported Speeds:<br /> 70 ns<br /> 60 ns<br /> Supported Memory Types:<br /> Standard<br /> EDO<br /> Memory Module Voltage: 5.0 V<br /> Associated Memory Slots: 4<br /> 0x0006<br /> 0x0007<br /> 0x0008<br /> 0x0009<br /> Enabled Error Correcting Capabilities: None<br /><br />Handle 0x0006, DMI type 6, 12 bytes.<br />Memory Module Information<br /> Socket Designation: A0<br /> Bank Connections: 0 1<br /> Current Speed: 5 ns<br /> Type: Unknown EDO<br /> Installed Size: 1024 MB (Double-bank Connection)<br /> Enabled Size: 1024 MB (Double-bank Connection)<br /> Error Status: OK<br /><br />Handle 0x0007, DMI type 6, 12 bytes.<br />Memory Module Information<br /> Socket Designation: A1<br /> Bank Connections: 2 3<br /> Current Speed: 5 ns<br /> Type: Unknown EDO<br /> Installed Size: 1024 MB (Double-bank Connection)<br /> Enabled Size: 1024 MB (Double-bank Connection)<br /> Error Status: OK<br /><br />Handle 0x0008, DMI type 6, 12 bytes.<br />Memory Module Information<br /> Socket Designation: A2<br /> Bank Connections: None<br /> Current Speed: 5 ns<br /> Type: Unknown EDO<br /> Installed Size: Not Installed<br /> Enabled Size: Not Installed<br /> Error Status: OK<br /><br />Handle 0x0009, DMI type 6, 12 bytes.<br />Memory Module Information<br /> Socket Designation: A3<br /> Bank Connections: None<br /> Current Speed: 5 ns<br /> Type: Unknown EDO<br /> Installed Size: Not Installed<br /> Enabled Size: Not Installed<br /> Error Status: OK<br /><br />Handle 0x000A, DMI type 7, 19 bytes.<br />Cache Information<br /> Socket Designation: Internal Cache<br /> Configuration: Enabled, Not Socketed, Level 1<br /> Operational Mode: Write Back<br /> Location: Internal<br /> Installed Size: 128 KB<br /> Maximum Size: 128 KB<br /> Supported SRAM Types:<br /> Synchronous<br /> Installed SRAM Type: Synchronous<br /> Speed: Unknown<br /> Error Correction Type: Unknown<br /> System Type: Unknown<br /> Associativity: Unknown<br /><br />Handle 0x000B, DMI type 7, 19 bytes.<br />Cache Information<br /> Socket Designation: External Cache<br /> Configuration: Enabled, Not Socketed, Level 1<br /> Operational Mode: Write Back<br /> Location: Internal<br /> Installed Size: 128 KB<br /> Maximum Size: 128 KB<br /> Supported SRAM Types:<br /> Synchronous<br /> Installed SRAM Type: Synchronous<br /> Speed: Unknown<br /> Error Correction Type: Unknown<br /> System Type: Unknown<br /> Associativity: Unknown<br /><br />Handle 0x000C, DMI type 8, 9 bytes.<br />Port Connector Information<br /> Internal Reference Designator: PRIMARY IDE<br /> Internal Connector Type: On Board IDE<br /> External Reference Designator: Not Specified<br /> External Connector Type: None<br /> Port Type: Other<br /><br />Handle 0x000D, DMI type 8, 9 bytes.<br />Port Connector Information<br /> Internal Reference Designator: SECONDARY IDE<br /> Internal Connector Type: On Board IDE<br /> External Reference Designator: Not Specified<br /> External Connector Type: None<br /> Port Type: Other<br /><br />Handle 0x000E, DMI type 8, 9 bytes.<br />Port Connector Information<br /> Internal Reference Designator: FDD<br /> Internal Connector Type: On Board Floppy<br /> External Reference Designator: Not Specified<br /> External Connector Type: None<br /> Port Type: 8251 FIFO Compatible<br /><br />Handle 0x000F, DMI type 8, 9 bytes.<br />Port Connector Information<br /> Internal Reference Designator: COM1<br /> Internal Connector Type: 9 Pin Dual Inline (pin 10 cut)<br /> External Reference Designator: <br /> External Connector Type: DB-9 male<br /> Port Type: Serial Port 16450 Compatible<br /><br />Handle 0x0010, DMI type 8, 9 bytes.<br />Port Connector Information<br /> Internal Reference Designator: COM2<br /> Internal Connector Type: 9 Pin Dual Inline (pin 10 cut)<br /> External Reference Designator: <br /> External Connector Type: DB-9 male<br /> Port Type: Serial Port 16450 Compatible<br /><br />Handle 0x0011, DMI type 8, 9 bytes.<br />Port Connector Information<br /> Internal Reference Designator: LPT1<br /> Internal Connector Type: DB-25 female<br /> External Reference Designator: <br /> External Connector Type: DB-25 female<br /> Port Type: Parallel Port ECP/EPP<br /><br />Handle 0x0012, DMI type 8, 9 bytes.<br />Port Connector Information<br /> Internal Reference Designator: Keyboard<br /> Internal Connector Type: PS/2<br /> External Reference Designator: <br /> External Connector Type: PS/2<br /> Port Type: Keyboard Port<br /><br />Handle 0x0013, DMI type 8, 9 bytes.<br />Port Connector Information<br /> Internal Reference Designator: PS/2 Mouse<br /> Internal Connector Type: PS/2<br /> External Reference Designator: <br /> External Connector Type: PS/2<br /> Port Type: Mouse Port<br /><br />Handle 0x0014, DMI type 8, 9 bytes.<br />Port Connector Information<br /> Internal Reference Designator: Not Specified<br /> Internal Connector Type: None<br /> External Reference Designator: USB0<br /> External Connector Type: Other<br /> Port Type: USB<br /><br />Handle 0x0015, DMI type 8, 9 bytes.<br />Port Connector Information<br /> Internal Reference Designator: Not Specified<br /> Internal Connector Type: None<br /> External Reference Designator: USB1<br /> External Connector Type: Other<br /> Port Type: USB<br /><br />Handle 0x0016, DMI type 8, 9 bytes.<br />Port Connector Information<br /> Internal Reference Designator: Not Specified<br /> Internal Connector Type: None<br /> External Reference Designator: USB2<br /> External Connector Type: Other<br /> Port Type: USB<br /><br />Handle 0x0017, DMI type 8, 9 bytes.<br />Port Connector Information<br /> Internal Reference Designator: Not Specified<br /> Internal Connector Type: None<br /> External Reference Designator: USB3<br /> External Connector Type: Other<br /> Port Type: USB<br /><br />Handle 0x0018, DMI type 8, 9 bytes.<br />Port Connector Information<br /> Internal Reference Designator: Not Specified<br /> Internal Connector Type: None<br /> External Reference Designator: USB4<br /> External Connector Type: Other<br /> Port Type: USB<br /><br />Handle 0x0019, DMI type 8, 9 bytes.<br />Port Connector Information<br /> Internal Reference Designator: Not Specified<br /> Internal Connector Type: None<br /> External Reference Designator: USB5<br /> External Connector Type: Other<br /> Port Type: USB<br /><br />Handle 0x001A, DMI type 8, 9 bytes.<br />Port Connector Information<br /> Internal Reference Designator: Not Specified<br /> Internal Connector Type: None<br /> External Reference Designator: USB6<br /> External Connector Type: Other<br /> Port Type: USB<br /><br />Handle 0x001B, DMI type 8, 9 bytes.<br />Port Connector Information<br /> Internal Reference Designator: Not Specified<br /> Internal Connector Type: None<br /> External Reference Designator: USB7<br /> External Connector Type: Other<br /> Port Type: USB<br /><br />Handle 0x001C, DMI type 9, 13 bytes.<br />System Slot Information<br /> Designation: PCI0<br /> Type: 32-bit PCI Express<br /> Current Usage: In Use<br /> Length: Long<br /> Characteristics:<br /> 5.0 V is provided<br /> PME signal is supported<br /><br />Handle 0x001D, DMI type 9, 13 bytes.<br />System Slot Information<br /> Designation: PCI0<br /> Type: 32-bit PCI Express<br /> Current Usage: In Use<br /> Length: Long<br /> Characteristics:<br /> 5.0 V is provided<br /> PME signal is supported<br /><br />Handle 0x001E, DMI type 9, 13 bytes.<br />System Slot Information<br /> Designation: PCI1<br /> Type: 32-bit PCI Express<br /> Current Usage: In Use<br /> Length: Long<br /> Characteristics:<br /> 5.0 V is provided<br /> PME signal is supported<br /><br />Handle 0x001F, DMI type 9, 13 bytes.<br />System Slot Information<br /> Designation: PCI1<br /> Type: 32-bit PCI Express<br /> Current Usage: In Use<br /> Length: Long<br /> Characteristics:<br /> 5.0 V is provided<br /> PME signal is supported<br /><br />Handle 0x0020, DMI type 9, 13 bytes.<br />System Slot Information<br /> Designation: PCI0<br /> Type: 32-bit PCI Express<br /> Current Usage: In Use<br /> Length: Long<br /> Characteristics:<br /> 5.0 V is provided<br /> PME signal is supported<br /><br />Handle 0x0021, DMI type 9, 13 bytes.<br />System Slot Information<br /> Designation: AGP<br /> Type: 32-bit AGP<br /> Current Usage: Available<br /> Length: Long<br /> ID: 8<br /> Characteristics:<br /> 5.0 V is provided<br /><br />Handle 0x0022, DMI type 13, 22 bytes.<br />BIOS Language Information<br /> Installable Languages: 3<br /> n|US|iso8859-1<br /> n|US|iso8859-1<br /> r|CA|iso8859-1<br /> Currently Installed Language: n|US|iso8859-1<br /><br />Handle 0x0023, DMI type 16, 15 bytes.<br />Physical Memory Array<br /> Location: System Board Or Motherboard<br /> Use: System Memory<br /> Error Correction Type: None<br /> Maximum Capacity: 2 GB<br /> Error Information Handle: Not Provided<br /> Number Of Devices: 4<br /><br />Handle 0x0024, DMI type 17, 27 bytes.<br />Memory Device<br /> Array Handle: 0x0023<br /> Error Information Handle: Not Provided<br /> Total Width: 64 bits<br /> Data Width: 64 bits<br /> Size: 1024 MB<br /> Form Factor: DIMM<br /> Set: None<br /> Locator: A0<br /> Bank Locator: Bank0/1<br /> Type: Unknown<br /> Type Detail: None<br /> Speed: Unknown<br /> Manufacturer: None<br /> Serial Number: None<br /> Asset Tag: None<br /> Part Number: None<br /><br />Handle 0x0025, DMI type 17, 27 bytes.<br />Memory Device<br /> Array Handle: 0x0023<br /> Error Information Handle: Not Provided<br /> Total Width: 64 bits<br /> Data Width: 64 bits<br /> Size: 1024 MB<br /> Form Factor: DIMM<br /> Set: None<br /> Locator: A1<br /> Bank Locator: Bank2/3<br /> Type: Unknown<br /> Type Detail: None<br /> Speed: Unknown<br /> Manufacturer: None<br /> Serial Number: None<br /> Asset Tag: None<br /> Part Number: None<br /><br />Handle 0x0026, DMI type 17, 27 bytes.<br />Memory Device<br /> Array Handle: 0x0023<br /> Error Information Handle: Not Provided<br /> Total Width: 64 bits<br /> Data Width: 64 bits<br /> Size: No Module Installed<br /> Form Factor: DIMM<br /> Set: None<br /> Locator: A2<br /> Bank Locator: Bank4/5<br /> Type: Unknown<br /> Type Detail: None<br /> Speed: Unknown<br /> Manufacturer: None<br /> Serial Number: None<br /> Asset Tag: None<br /> Part Number: None<br /><br />Handle 0x0027, DMI type 17, 27 bytes.<br />Memory Device<br /> Array Handle: 0x0023<br /> Error Information Handle: Not Provided<br /> Total Width: 64 bits<br /> Data Width: 64 bits<br /> Size: No Module Installed<br /> Form Factor: DIMM<br /> Set: None<br /> Locator: A3<br /> Bank Locator: Bank6/7<br /> Type: Unknown<br /> Type Detail: None<br /> Speed: Unknown<br /> Manufacturer: None<br /> Serial Number: None<br /> Asset Tag: None<br /> Part Number: None<br /><br />Handle 0x0028, DMI type 19, 15 bytes.<br />Memory Array Mapped Address<br /> Starting Address: 0x00000000000<br /> Ending Address: 0x0007FFFFFFF<br /> Range Size: 2 GB<br /> Physical Array Handle: 0x0023<br /> Partition Width: 0<br /><br />Handle 0x0029, DMI type 20, 19 bytes.<br />Memory Device Mapped Address<br /> Starting Address: 0x00000000000<br /> Ending Address: 0x0003FFFFFFF<br /> Range Size: 1 GB<br /> Physical Device Handle: 0x0024<br /> Memory Array Mapped Address Handle: 0x0028<br /> Partition Row Position: 1<br /><br />Handle 0x002A, DMI type 20, 19 bytes.<br />Memory Device Mapped Address<br /> Starting Address: 0x00040000000<br /> Ending Address: 0x0007FFFFFFF<br /> Range Size: 1 GB<br /> Physical Device Handle: 0x0025<br /> Memory Array Mapped Address Handle: 0x0028<br /> Partition Row Position: 1<br /><br />Handle 0x002B, DMI type 20, 19 bytes.<br />Memory Device Mapped Address<br /> Starting Address: 0x00000000000<br /> Ending Address: 0x000000003FF<br /> Range Size: 1 kB<br /> Physical Device Handle: 0x0026<br /> Memory Array Mapped Address Handle: 0x0028<br /> Partition Row Position: 1<br /><br />Handle 0x002C, DMI type 20, 19 bytes.<br />Memory Device Mapped Address<br /> Starting Address: 0x00000000000<br /> Ending Address: 0x000000003FF<br /> Range Size: 1 kB<br /> Physical Device Handle: 0x0027<br /> Memory Array Mapped Address Handle: 0x0028<br /> Partition Row Position: 1<br /><br />Handle 0x002D, DMI type 32, 11 bytes.<br />System Boot Information<br /> Status: No errors detected<br /><br />Handle 0x002E, DMI type 127, 4 bytes.<br />End Of Table<br /><br />00:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge (rev 01)<br /> Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer: Unknown device f391<br /> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-<br /> Status: Cap- 66Mhz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ >SERR- <PERR-<br /> Latency: 32<br /> Region 2: I/O ports at ff00 [disabled] [size=32]<br /><br />00:02.0 PCI bridge: ATI Technologies Inc RS480 PCI-X Root Port (prog-if 00 [Normal decode])<br /> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-<br /> Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-<br /> Latency: 0, Cache Line Size 08<br /> Bus: primary=00, secondary=01, subordinate=01, sec-latency=0<br /> I/O behind bridge: 0000e000-0000efff<br /> Memory behind bridge: dfa00000-dfafffff<br /> Prefetchable memory behind bridge: dc000000-ddffffff<br /> Secondary status: 66Mhz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-<br /> BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- >Reset- FastB2B-<br /> Capabilities: [50] Power Management version 3<br /> Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)<br /> Status: D0 PME-Enable- DSel=0 DScale=0 PME-<br /> Capabilities: [58] Express Root Port (Slot-) IRQ 0<br /> Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag+<br /> Device: Latency L0s <64ns, L1 <1us<br /> Device: Errors: Correctable- Non-Fatal- Fatal- Unsupported-<br /> Device: RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+<br /> Device: MaxPayload 128 bytes, MaxReadReq 128 bytes<br /> Link: Supported Speed 2.5Gb/s, Width x16, ASPM L0s L1, Port 0<br /> Link: Latency L0s <64ns, L1 <1us<br /> Link: ASPM Disabled RCB 64 bytes CommClk- ExtSynch-<br /> Link: Speed 2.5Gb/s, Width x16<br /> Root: Correctable- Non-Fatal- Fatal- PME-<br /> Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable+<br /> Address: fee00000 Data: 40b1<br /> Capabilities: [b0] #0d [0000]<br /> Capabilities: [b8] HyperTransport: MSI Mapping<br /> Capabilities: [100] Advanced Error Reporting<br /><br />00:06.0 PCI bridge: ATI Technologies Inc: Unknown device 5a38 (prog-if 00 [Normal decode])<br /> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-<br /> Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-<br /> Latency: 0, Cache Line Size 08<br /> Bus: primary=00, secondary=02, subordinate=02, sec-latency=0<br /> I/O behind bridge: 0000d000-0000dfff<br /> Memory behind bridge: dfe00000-dfefffff<br /> Prefetchable memory behind bridge: dfd00000-dfdfffff<br /> Secondary status: 66Mhz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-<br /> BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-<br /> Capabilities: [50] Power Management version 3<br /> Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)<br /> Status: D0 PME-Enable- DSel=0 DScale=0 PME-<br /> Capabilities: [58] Express Root Port (Slot-) IRQ 0<br /> Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag+<br /> Device: Latency L0s <64ns, L1 <1us<br /> Device: Errors: Correctable- Non-Fatal- Fatal- Unsupported-<br /> Device: RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+<br /> Device: MaxPayload 128 bytes, MaxReadReq 128 bytes<br /> Link: Supported Speed 2.5Gb/s, Width x1, ASPM L0s L1, Port 3<br /> Link: Latency L0s <64ns, L1 <1us<br /> Link: ASPM Disabled RCB 64 bytes CommClk- ExtSynch-<br /> Link: Speed 2.5Gb/s, Width x1<br /> Root: Correctable- Non-Fatal- Fatal- PME-<br /> Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable+<br /> Address: fee00000 Data: 40b9<br /> Capabilities: [b0] #0d [0000]<br /> Capabilities: [b8] HyperTransport: MSI Mapping<br /> Capabilities: [100] Advanced Error Reporting<br /><br />00:19.0 PCI bridge: ALi Corporation M5249 HTT to PCI Bridge (prog-if 00 [Normal decode])<br /> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-<br /> Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR-<br /> Latency: 0<br /> Bus: primary=00, secondary=03, subordinate=03, sec-latency=32<br /> I/O behind bridge: 0000c000-0000cfff<br /> Memory behind bridge: dfc00000-dfcfffff<br /> Prefetchable memory behind bridge: dfb00000-dfbfffff<br /> Secondary status: 66Mhz- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR+<br /> BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-<br /><br />00:1c.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03) (prog-if 10 [OHCI])<br /> Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer: Unknown device f391<br /> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-<br /> Status: Cap- 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-<br /> Latency: 32 (20000ns max), Cache Line Size 08<br /> Interrupt: pin A routed to IRQ 201<br /> Region 0: Memory at dffff000 (32-bit, non-prefetchable) [size=4K]<br /><br />00:1c.1 USB Controller: ALi Corporation USB 1.1 Controller (rev 03) (prog-if 10 [OHCI])<br /> Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer: Unknown device f391<br /> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-<br /> Status: Cap- 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-<br /> Latency: 32 (20000ns max), Cache Line Size 08<br /> Interrupt: pin B routed to IRQ 201<br /> Region 0: Memory at dfffe000 (32-bit, non-prefetchable) [size=4K]<br /><br />00:1c.2 USB Controller: ALi Corporation USB 1.1 Controller (rev 03) (prog-if 10 [OHCI])<br /> Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer: Unknown device f391<br /> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-<br /> Status: Cap- 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-<br /> Latency: 32 (20000ns max), Cache Line Size 08<br /> Interrupt: pin C routed to IRQ 201<br /> Region 0: Memory at dfffd000 (32-bit, non-prefetchable) [size=4K]<br /><br />00:1c.3 USB Controller: ALi Corporation USB 2.0 Controller (rev 01) (prog-if 20 [EHCI])<br /> Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer: Unknown device f391<br /> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B-<br /> Status: Cap+ 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-<br /> Latency: 32 (4000ns min, 8000ns max), Cache Line Size 10<br /> Interrupt: pin D routed to IRQ 217<br /> Region 0: Memory at dfffc000 (32-bit, non-prefetchable) [size=256]<br /> Capabilities: [50] Power Management version 2<br /> Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)<br /> Status: D0 PME-Enable- DSel=0 DScale=0 PME-<br /> Capabilities: [58] Debug port<br /><br />00:1d.0 Class 0403: ALi Corporation High Definition Audio/AC'97 Host Controller<br /> Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer: Unknown device c790<br /> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-<br /> Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-<br /> Latency: 32 (4000ns min, 20000ns max)<br /> Interrupt: pin C routed to IRQ 209<br /> Region 0: Memory at dfff4000 (64-bit, non-prefetchable) [size=16K]<br /> Capabilities: [50] Power Management version 2<br /> Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)<br /> Status: D0 PME-Enable- DSel=0 DScale=0 PME-<br /><br />00:1e.0 ISA bridge: ALi Corporation PCI to LPC Controller (rev 31)<br /> Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer: Unknown device f391<br /> Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-<br /> Status: Cap- 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-<br /> Latency: 32 (250ns min, 6000ns max)<br /><br />00:1e.1 Bridge: ALi Corporation M7101 Power Management Controller [PMU]<br /> Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer: Unknown device f391<br /> Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-<br /> Status: Cap- 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-<br /><br />00:1f.0 IDE interface: ALi Corporation M5229 IDE (rev c7) (prog-if fa)<br /> Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer: Unknown device f391<br /> Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-<br /> Status: Cap- 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-<br /> Latency: 32, Cache Line Size 08<br /> Interrupt: pin A routed to IRQ 193<br /> Region 4: I/O ports at 8880 [size=16]<br /><br />00:1f.1 RAID bus controller: ALi Corporation ULi 5287 SATA (rev 02)<br /> Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer: Unknown device f391<br /> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-<br /> Status: Cap+ 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-<br /> Latency: 128, Cache Line Size 80<br /> Interrupt: pin A routed to IRQ 193<br /> Region 0: I/O ports at fd00 [size=16]<br /> Region 1: I/O ports at fc00 [size=8]<br /> Region 2: I/O ports at fb00 [size=16]<br /> Region 3: I/O ports at fa00 [size=8]<br /> Region 4: I/O ports at f900 [size=32]<br /> Region 5: Memory at dfffb000 (32-bit, non-prefetchable) [size=1K]<br /> Capabilities: [60] Power Management version 2<br /> Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)<br /> Status: D0 PME-Enable- DSel=0 DScale=0 PME+<br /><br />01:00.0 VGA compatible controller: ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)] (prog-if 00 [VGA])<br /> Subsystem: ASUSTeK Computer Inc.: Unknown device 0102<br /> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-<br /> Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-<br /> Latency: 0, Cache Line Size 08<br /> Interrupt: pin A routed to IRQ 10<br /> Region 0: Memory at dc000000 (32-bit, prefetchable) [size=32M]<br /> Region 1: I/O ports at ee00 [size=256]<br /> Region 2: Memory at dfaf0000 (32-bit, non-prefetchable) [size=64K]<br /> [virtual] Expansion ROM at dfa00000 [disabled] [size=128K]<br /> Capabilities: [50] Power Management version 2<br /> Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)<br /> Status: D0 PME-Enable- DSel=0 DScale=0 PME-<br /> Capabilities: [58] Express Endpoint IRQ 0<br /> Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag+<br /> Device: Latency L0s <128ns, L1 <2us<br /> Device: AtnBtn- AtnInd- PwrInd-<br /> Device: Errors: Correctable- Non-Fatal- Fatal- Unsupported-<br /> Device: RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+<br /> Device: MaxPayload 128 bytes, MaxReadReq 128 bytes<br /> Link: Supported Speed 2.5Gb/s, Width x16, ASPM L0s L1, Port 0<br /> Link: Latency L0s <128ns, L1 <1us<br /> Link: ASPM Disabled RCB 64 bytes CommClk- ExtSynch-<br /> Link: Speed 2.5Gb/s, Width x16<br /> Capabilities: [80] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-<br /> Address: 0000000000000000 Data: 0000<br /> Capabilities: [100] Advanced Error Reporting<br /><br />01:00.1 Display controller: ATI Technologies Inc RV370 [Radeon X300SE]<br /> Subsystem: ASUSTeK Computer Inc.: Unknown device 0103<br /> Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-<br /> Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-<br /> Region 0: Memory at dfae0000 (32-bit, non-prefetchable) [disabled] [size=64K]<br /> Capabilities: [50] Power Management version 2<br /> Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)<br /> Status: D0 PME-Enable- DSel=0 DScale=0 PME-<br /> Capabilities: [58] Express Endpoint IRQ 0<br /> Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag-<br /> Device: Latency L0s <128ns, L1 <2us<br /> Device: AtnBtn- AtnInd- PwrInd-<br /> Device: Errors: Correctable- Non-Fatal- Fatal- Unsupported-<br /> Device: RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-<br /> Device: MaxPayload 128 bytes, MaxReadReq 128 bytes<br /> Link: Supported Speed 2.5Gb/s, Width x16, ASPM L0s L1, Port 0<br /> Link: Latency L0s <128ns, L1 <1us<br /> Link: ASPM Disabled RCB 64 bytes CommClk- ExtSynch-<br /> Link: Speed 2.5Gb/s, Width x16<br /><br />02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express (rev 01)<br /> Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer: Unknown device f391<br /> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-<br /> Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-<br /> Latency: 0, Cache Line Size 08<br /> Interrupt: pin A routed to IRQ 201<br /> Region 0: Memory at dfef0000 (64-bit, non-prefetchable) [size=64K]<br /> Capabilities: [48] Power Management version 2<br /> Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold+)<br /> Status: D0 PME-Enable- DSel=0 DScale=1 PME-<br /> Capabilities: [50] Vital Product Data<br /> Capabilities: [58] Message Signalled Interrupts: 64bit+ Queue=0/3 Enable-<br /> Address: 688d16000d00c110 Data: 1006<br /> Capabilities: [d0] Express Endpoint IRQ 0<br /> Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag+<br /> Device: Latency L0s <4us, L1 unlimited<br /> Device: AtnBtn- AtnInd- PwrInd-<br /> Device: Errors: Correctable- Non-Fatal- Fatal- Unsupported-<br /> Device: RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-<br /> Device: MaxPayload 128 bytes, MaxReadReq 4096 bytes<br /> Link: Supported Speed 2.5Gb/s, Width x1, ASPM L0s, Port 0<br /> Link: Latency L0s <2us, L1 <64us<br /> Link: ASPM Disabled RCB 64 bytes CommClk- ExtSynch-<br /> Link: Speed 2.5Gb/s, Width x1<br /> Capabilities: [100] Advanced Error Reporting<br /> Capabilities: [13c] Virtual Channel<br /><br />03:15.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host Controller (rev 80) (prog-if 10 [OHCI])<br /> Subsystem: VIA Technologies, Inc. IEEE 1394 Host Controller<br /> Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping+ SERR- FastB2B-<br /> Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-<br /> Latency: 32 (8000ns max), Cache Line Size 08<br /> Interrupt: pin A routed to IRQ 225<br /> Region 0: Memory at dfcff000 (32-bit, non-prefetchable) [size=2K]<br /> Region 1: I/O ports at cf00 [size=128]<br /> Capabilities: [50] Power Management version 2<br /> Flags: PMEClk- DSI- D1- D2+ AuxCurrent=0mA PME(D0-,D1-,D2+,D3hot+,D3cold+)<br /> Status: D0 PME-Enable- DSel=0 DScale=0 PME-<br /><br />03:16.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 02)<br /> Subsystem: Hauppauge computer works Inc. WinTV Series<br /> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-<br /> Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-<br /> Latency: 32 (4000ns min, 10000ns max)<br /> Interrupt: pin A routed to IRQ 201<br /> Region 0: Memory at dfbff000 (32-bit, prefetchable) [size=4K]<br /><br />03:16.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 02)<br /> Subsystem: Hauppauge computer works Inc. WinTV Series<br /> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-<br /> Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-<br /> Latency: 32 (1000ns min, 63750ns max)<br /> Interrupt: pin A routed to IRQ 201<br /> Region 0: Memory at dfbfe000 (32-bit, prefetchable) [size=4K]<br /><br /></pre></td><td width="32" rowspan="2" class="c" valign="top"><img src="/images/icornerr.gif" width="32" height="32" alt="\" /></td></tr><tr><td align="right" valign="bottom"> 聽 </td></tr><tr><td align="right" valign="bottom">聽</td><td class="c" valign="bottom" style="padding-bottom: 0px"><img src="/images/bcornerl.gif" width="32" height="32" alt="\" /></td><td class="c">聽</td><td class="c" valign="bottom" style="padding-bottom: 0px"><img src="/images/bcornerr.gif" width="32" height="32" alt="/" /></td></tr><tr><td align="right" valign="top" colspan="2"> 聽 </td><td class="lm">Last update: 2005-12-08 14:56 聽聽 [from the cache]<br />漏2003-2020 <a href="http://blog.jasper.es/"><span itemprop="editor">Jasper Spaans</span></a>|hosted at <a href="https://www.digitalocean.com/?refcode=9a8e99d24cf9">Digital Ocean</a> and my Meterkast|<a href="http://blog.jasper.es/categories.html#lkml-ref">Read the blog</a></td><td>聽</td></tr></table><script language="javascript" src="/js/styleswitcher.js" type="text/javascript"></script></body></html>