From owner-freebsd-net@FreeBSD.ORG Fri Apr 12 14:13:39 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DA0369D1; Fri, 12 Apr 2013 14:13:39 +0000 (UTC) (envelope-from cochard@gmail.com) Received: from mail-vb0-x22d.google.com (mail-vb0-x22d.google.com [IPv6:2607:f8b0:400c:c02::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 794979E0; Fri, 12 Apr 2013 14:13:39 +0000 (UTC) Received: by mail-vb0-f45.google.com with SMTP id w15so2190169vbf.32 for ; Fri, 12 Apr 2013 07:13:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=04sjRyEJcS8165JtLca70fZHjpD1dfABIW5iyJVUK9E=; b=IIOlSgyzCyl6EzOnGJX1bHkh61w4XT7uHpZivHA3JjcjbE3ppALXBk9MLoWwrsvKdU YGjaPoSg5eoKJExWLuAdxygl9VQCFK8wPVLNy9ePD149z9e05I3qSZ+rH3zn4+jFQ6vn 5oqCRHqWA9V4ffmvCbnwoNpQf6DsHdIEZ7D9m1/yL33FDDGNcX4geOUO85xML4RKOlim tAcwqQMrOqbcBcOX4Cz4Yl7FOWkDz3H75ENS9fZ9huohjemeyAGb0Bq4u0bqvQglVmIo hBS3pfadQfHmGn0DJrs/OxVtaxXJD9aI2ZGea1z3cGcTtQ/JTqBv5FI7XXwKX1mL7eDb BUiw== X-Received: by 10.52.28.196 with SMTP id d4mr7277359vdh.56.1365776018781; Fri, 12 Apr 2013 07:13:38 -0700 (PDT) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.59.9.103 with HTTP; Fri, 12 Apr 2013 07:13:18 -0700 (PDT) In-Reply-To: <20130412115443.GU76816@glebius.int.ru> References: <201304111942.r3BJg1Eh085644@freefall.freebsd.org> <20130412115443.GU76816@glebius.int.ru> From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Fri, 12 Apr 2013 16:13:18 +0200 X-Google-Sender-Auth: P8wOli5Nervl7RVpoGjPQ1Tis5A Message-ID: Subject: Re: kern/165903: mbuf leak To: Gleb Smirnoff Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-net@freebsd.org" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 14:13:39 -0000 On Fri, Apr 12, 2013 at 1:54 PM, Gleb Smirnoff wrote: > On Fri, Apr 12, 2013 at 01:45:51PM +0200, Olivier Cochard-Labb? wrote: > O> PR closed too soon ? > > It isn't closed, it is in patched state. This means that problem > is considered solve in the head branch, but not in any stable branch. Ok, thanks for this clarification ! More information of my mbuf leak problem now: I've got a firewall (FreeBSD 9.0, nanobsd with pf+pfsync, no tunning) in my= lab. We did some bench tests some weeks ago: During this time, lot's of traffic pass this firewall. But since, we didn't run bench lab. currently there are few pf states: # uptime 3:03PM up 64 days, 23:11, 1 user, load averages: 0.24, 0.28, 0.27 #pfctl -si Status: Enabled for 65 days 00:10:32 Debug: Urgent State Table Total Rate current entries 11 searches 48558531 8.6/s inserts 13483557 2.4/s removals 13483546 2.4/s Counters match 12875392 2.3/s bad-offset 0 0.0/s fragment 0 0.0/s short 0 0.0/s normalize 0 0.0/s memory 0 0.0/s bad-timestamp 0 0.0/s congestion 0 0.0/s ip-option 294 0.0/s proto-cksum 0 0.0/s state-mismatch 0 0.0/s state-insert 0 0.0/s state-limit 0 0.0/s src-limit 0 0.0/s synproxy 0 0.0/s BUT we have a problem: # top -b last pid: 34882; load averages: 0.31, 0.31, 0.30 up 65+00:03:03 15:= 56:11 40 processes: 2 running, 38 sleeping Mem: 31M Active, 42M Inact, 922M Wired, 1656K Cache, 90M Buf, 14G Free =3D> 922M of Wired RAM, it's a lot's for a simple firewall. Checking the mbuf : # netstat -m 2188812/1278/2190090 mbufs in use (current/cache/total) 6132/1762/7894/25600 mbuf clusters in use (current/cache/total/max) 6132/1036 mbuf+clusters out of packet secondary zone in use (current/cache) 0/54/54/12800 4k (page size) jumbo clusters in use (current/cache/total/max= ) 0/0/0/6400 9k jumbo clusters in use (current/cache/total/max) 0/0/0/3200 16k jumbo clusters in use (current/cache/total/max) 559467K/4059K/563526K bytes allocated to network (current/cache/total) 0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters) 0/0/0 requests for jumbo clusters denied (4k/9k/16k) 0/0/0 sfbufs in use (current/peak/max) 0 requests for sfbufs denied 0 requests for sfbufs delayed 0 requests for I/O initiated by sendfile 0 calls to protocol drain routines =3D> mbufs used are quiet lot=85 but there is only very few trafic ! Regards, Olivier =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D Lot's of debug information =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D #vmstat -z ITEM SIZE LIMIT USED FREE REQ FAIL SLEEP UMA Kegs: 208, 0, 103, 16, 103, 0, 0 UMA Zones: 896, 0, 103, 1, 103, 0, 0 UMA Slabs: 568, 0, 1469, 8, 9360021, 0, 0 UMA RCntSlabs: 568, 0, 4001, 3, 4001, 0, 0 UMA Hash: 256, 0, 2, 13, 4, 0, 0 16 Bucket: 152, 0, 150, 0, 150, 0, 0 32 Bucket: 280, 0, 180, 2, 180, 0, 0 64 Bucket: 536, 0, 172, 3, 172, 57, 0 128 Bucket: 1048, 0, 3230, 1, 3230, 976, 0 VM OBJECT: 216, 0, 4065, 831,2135773858, 0, 0 MAP: 232, 0, 7, 25, 7, 0, 0 KMAP ENTRY: 120, 530813, 61, 714,23586523, 0, 0 MAP ENTRY: 120, 0, 810, 1577,5002586805, 0, 0 fakepg: 120, 0, 0, 0, 0, 0, 0 mt_zone: 4112, 0, 243, 4, 243, 0, 0 16: 16, 0, 2831, 865,85083861, 0, 0 32: 32, 0, 3594, 850,6304456805, 0, 0 64: 64, 0, 7178, 718,7745903412, 0, 0 128: 128, 0, 7000, 830,867250399, 0, 0 256: 256, 0, 705, 375,2024001927, 0, 0 512: 512, 0, 1057, 987,510873956, 0, 0 1024: 1024, 0, 58, 258,513023562, 0, 0 2048: 2048, 0, 120, 254,2317784134, 0, 0 4096: 4096, 0, 390, 356,2024138031, 0, 0 Files: 80, 0, 148, 437,8727812960, 0, 0 TURNSTILE: 136, 0, 343, 77, 343, 0, 0 umtx pi: 96, 0, 0, 0, 0, 0, 0 MAC labels: 40, 0, 0, 0, 0, 0, 0 PROC: 1160, 0, 56, 187,73411021, 0, 0 THREAD: 1112, 0, 307, 35, 307, 0, 0 SLEEPQUEUE: 80, 0, 343, 92, 343, 0, 0 VMSPACE: 392, 0, 35, 195,73411191, 0, 0 cpuset: 72, 0, 2, 98, 2, 0, 0 audit_record: 960, 0, 0, 0, 0, 0, 0 mbuf_packet: 256, 0, 6132, 1036,475290115, 0, 0 mbuf: 256, 0, 2189574, 383,576516959, 0, 0 mbuf_cluster: 2048, 25600, 7168, 726, 4067110, 0, 0 mbuf_jumbo_page: 4096, 12800, 0, 54, 92, 0, 0 mbuf_jumbo_9k: 9216, 6400, 0, 0, 0, 0, 0 mbuf_jumbo_16k: 16384, 3200, 0, 0, 0, 0, 0 mbuf_ext_refcnt: 4, 0, 0, 0, 0, 0, 0 g_bio: 232, 0, 0, 224,11520248, 0, 0 ttyinq: 160, 0, 195, 213, 1530, 0, 0 ttyoutq: 256, 0, 103, 137, 805, 0, 0 ata_request: 328, 0, 0, 36, 15, 0, 0 ata_composite: 336, 0, 0, 0, 0, 0, 0 VNODE: 480, 0, 18295, 577, 222953, 0, 0 VNODEPOLL: 112, 0, 0, 66, 1, 0, 0 NAMEI: 1024, 0, 0, 112,7075234360, 0, 0 S VFS Cache: 108, 0, 23897, 457, 612478, 0, 0 L VFS Cache: 328, 0, 94, 38, 95, 0, 0 DIRHASH: 1024, 0, 204, 36, 210, 0, 0 Mountpoints: 768, 0, 6, 19, 7, 0, 0 pipe: 728, 0, 8, 117,59501415, 0, 0 ksiginfo: 112, 0, 233, 823, 299396, 0, 0 itimer: 344, 0, 1, 32, 2, 0, 0 KNOTE: 128, 0, 4, 257,11228028, 0, 0 pfsrctrpl: 152, 10000, 0, 0, 0, 0, 0 pfrulepl: 936, 0, 1038, 1862,1925383509, 0, 0 pfstatepl: 288, 1200004, 14, 128075,14753578, 0, 0 pfstatekeypl: 288, 0, 14, 124695,14753578, 0, 0 pfstateitempl: 288, 0, 14, 124695,13482898, 0, 0 pfaltqpl: 240, 0, 4, 220, 7484484, 0, 0 pfpooladdrpl: 88, 0, 96, 492,179627616, 0, 0 pfrktable: 1296, 1002, 94, 314,215178991, 0, 0 pfrkentry: 160, 200016, 646, 1250,1218099746, 0, 0 pffrent: 32, 10100, 0, 707,270577665, 0, 0 pffrag: 80, 0, 0, 315, 6012837, 0, 0 pffrcache: 80, 10035, 0, 0, 0, 0, 0 pffrcent: 24, 50022, 0, 0, 0, 0, 0 pfstatescrub: 40, 0, 1, 839, 278667, 0, 0 pfiaddrpl: 120, 0, 0, 0, 0, 0, 0 pfospfen: 112, 0, 700, 356,1309784700, 0, 0 pfosfp: 40, 0, 410, 682,767159610, 0, 0 pfsync: 88, 0, 0, 210, 2228248, 0, 0 socket: 680, 25602, 78, 138,5471588693, 0, 0 ipq: 56, 819, 0, 0, 0, 0, 0 udp_inpcb: 392, 25600, 62, 168,5038866279, 0, 0 udpcb: 16, 25704, 62, 946,5038866279, 0, 0 tcp_inpcb: 392, 25600, 2, 68, 18739, 0, 0 tcpcb: 976, 25600, 2, 34, 18739, 0, 0 tcptw: 72, 5150, 0, 0, 0, 0, 0 syncache: 152, 15375, 0, 75, 11, 0, 0 hostcache: 136, 15372, 0, 140, 9, 0, 0 tcpreass: 40, 1680, 0, 252, 53, 0, 0 sackhole: 32, 0, 0, 202, 5, 0, 0 sctp_ep: 1360, 25602, 0, 0, 0, 0, 0 sctp_asoc: 2272, 40000, 0, 0, 0, 0, 0 sctp_laddr: 48, 80064, 0, 360, 55, 0, 0 sctp_raddr: 688, 80000, 0, 0, 0, 0, 0 sctp_chunk: 136, 400008, 0, 0, 0, 0, 0 sctp_readq: 104, 400032, 0, 0, 0, 0, 0 sctp_stream_msg_out: 112, 400026, 0, 0, 0, 0, 0 sctp_asconf: 40, 400008, 0, 0, 0, 0, 0 sctp_asconf_ack: 48, 400032, 0, 0, 0, 0, 0 ripcb: 392, 25600, 0, 50, 18778, 0, 0 unpcb: 240, 25600, 12, 212,432684757, 0, 0 rtentry: 200, 0, 251, 91, 260, 0, 0 selfd: 56, 0, 467, 541,359441409, 0, 0 SWAPMETA: 288, 116519, 0, 0, 0, 0, 0 FFS inode: 168, 0, 18238, 682, 222874, 0, 0 FFS1 dinode: 128, 0, 16697, 94, 16989, 0, 0 FFS2 dinode: 256, 0, 1541, 649, 205885, 0, 0 md0: 512, 0, 3458, 126, 3458, 0, 0 md1: 512, 0, 6178, 129, 6247, 0, 0 #netstat -Q Configuration: Setting Current Limit Thread count 1 1 Default queue limit 256 10240 Dispatch policy direct n/a Threads bound to CPUs disabled n/a Protocols: Name Proto QLimit Policy Dispatch Flags ip 1 256 flow default --- igmp 2 256 source default --- rtsock 3 256 source default --- arp 7 256 source default --- ether 9 256 source direct --- Workstreams: WSID CPU Name Len WMark Disp'd HDisp'd QDrops Queued Handled 0 0 ip 0 1 279350387 0 0 99299 27944968= 6 0 0 igmp 0 0 3 0 0 0 3 0 0 rtsock 0 3 0 0 0 259 259 0 0 arp 0 0 1553043 0 0 0 1553043 0 0 ether 0 0 808123139 0 0 0 80812313= 9 #dmesg: Copyright (c) 1992-2012 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 9.0-RELEASE-p3 #0: Thu Jul 12 15:24:57 CEST 2012 root@FWALL-GEN:/usr/obj/FWALL.amd64/usr/local/Fall/FreeBSD/src/sys/FWAL= L-AMD64 amd64 CPU: Intel(R) Xeon(R) CPU E5504 @ 2.00GHz (2000.11-MHz K8-class = CPU) Origin =3D "GenuineIntel" Id =3D 0x106a5 Family =3D 6 Model =3D 1a St= epping =3D 5 Features=3D0xbfebfbff Features2=3D0x9ce3bd AMD Features=3D0x28100800 AMD Features2=3D0x1 TSC: P-state invariant, performance statistics real memory =3D 17179869184 (16384 MB) avail memory =3D 16480792576 (15717 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs FreeBSD/SMP: 1 package(s) x 4 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 2 cpu2 (AP): APIC ID: 4 cpu3 (AP): APIC ID: 6 ACPI Warning: Invalid length for Pm1aControlBlock: 32, using default 16 (20110527/tbfadt-638) ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-47 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "HPET" frequency 14318180 Hz quality 950 Event timer "HPET" frequency 14318180 Hz quality 450 Event timer "HPET1" frequency 14318180 Hz quality 440 Event timer "HPET2" frequency 14318180 Hz quality 440 Event timer "HPET3" frequency 14318180 Hz quality 440 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x588-0x58b on acpi0 cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pcib0: Length mismatch for 3 range: 1 vs 8100000000 pci0: on pcib0 pcib1: irq 28 at device 1.0 on pci0 pci11: on pcib1 bce0: mem 0x92000000-0x93ffffff irq 28 at device 0.0 on pci11 miibus0: on bce0 brgphy0: PHY 1 on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bce0: Ethernet address: 00:21:5e:dd:06:e0 bce0: ASIC (0x57092003); Rev (C0); Bus (PCIe x2, 5Gbps); B/C (5.0.6); Bufs (RX:2;TX:2;PG:8); Flags (SPLT|MSI|MFW); MFW (NCSI 2.0.3) Coal (RX:6,6,18,18; TX:20,20,80,80) bce1: mem 0x94000000-0x95ffffff irq 40 at device 0.1 on pci11 miibus1: on bce1 brgphy1: PHY 1 on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bce1: Ethernet address: 00:21:5e:dd:06:e2 bce1: ASIC (0x57092003); Rev (C0); Bus (PCIe x2, 5Gbps); B/C (5.0.6); Bufs (RX:2;TX:2;PG:8); Flags (SPLT|MSI|MFW); MFW (NCSI 2.0.3) Coal (RX:6,6,18,18; TX:20,20,80,80) pcib2: irq 29 at device 2.0 on pci0 pci16: on pcib2 pcib3: irq 24 at device 3.0 on pci0 pci21: on pcib3 pcib4: irq 30 at device 7.0 on pci0 pci26: on pcib4 pcib5: at device 0.0 on pci26 pci27: on pcib5 pcib6: at device 2.0 on pci27 pci28: on pcib6 em0: port 0x3020-0x303f mem 0x97b60000-0x97b7ffff,0x97b40000-0x97b5ffff irq 38 at device 0.0 on pci28 em0: Using an MSI interrupt em0: Ethernet address: 00:15:17:c4:48:15 em1: port 0x3000-0x301f mem 0x97b20000-0x97b3ffff,0x97b00000-0x97b1ffff irq 39 at device 0.1 on pci28 em1: Using an MSI interrupt em1: Ethernet address: 00:15:17:c4:48:14 pcib7: at device 4.0 on pci27 pci29: on pcib7 em2: port 0x2020-0x203f mem 0x97a60000-0x97a7ffff,0x97a40000-0x97a5ffff irq 37 at device 0.0 on pci29 em2: Using an MSI interrupt em2: Ethernet address: 00:15:17:c4:48:17 em3: port 0x2000-0x201f mem 0x97a20000-0x97a3ffff,0x97a00000-0x97a1ffff irq 30 at device 0.1 on pci29 em3: Using an MSI interrupt em3: Ethernet address: 00:15:17:c4:48:16 pci0: at device 16.0 (no driver attached) pci0: at device 16.1 (no driver attached) pci0: at device 17.0 (no driver attached) pci0: at device 17.1 (no driver attached) pci0: at device 20.0 (no driver attached) pci0: at device 20.1 (no driver attached) pci0: at device 20.2 (no driver attached) pci0: at device 20.3 (no driver attached) pci0: at device 22.0 (no driver attached) pci0: at device 22.1 (no driver attached) pci0: at device 22.2 (no driver attached) pci0: at device 22.3 (no driver attached) pci0: at device 22.4 (no driver attached) pci0: at device 22.5 (no driver attached) pci0: at device 22.6 (no driver attached) pci0: at device 22.7 (no driver attached) uhci0: port 0x40a0-0x40bf irq 17 at device 26.0 on pci0 usbus0: on uhci0 uhci1: port 0x4080-0x409f irq 18 at device 26.1 on pci0 usbus1: on uhci1 ehci0: mem 0x97c21400-0x97c217ff irq 19 at device 26.7 on pci0 usbus2: EHCI version 1.0 usbus2: on ehci0 pcib8: irq 16 at device 28.0 on pci0 pci1: on pcib8 mpt0: port 0x1000-0x10ff mem 0x97910000-0x97913fff,0x97900000-0x9790ffff irq 16 at device 0.0 on pci1 mpt0: MPI Version=3D1.5.20.0 mpt0: Capabilities: ( RAID-0 RAID-1E RAID-1 ) mpt0: 1 Active Volume (2 Max) mpt0: 2 Hidden Drive Members (14 Max) pcib9: irq 16 at device 28.4 on pci0 pci6: on pcib9 pcib10: irq 16 at device 0.0 on pci6 pci7: on pcib10 vgapci0: mem 0x96000000-0x96ffffff,0x97800000-0x97803fff,0x97000000-0x977fffff irq 16 at device 0.0 on pci7 uhci2: port 0x4060-0x407f irq 17 at device 29.0 on pci0 usbus3: on uhci2 uhci3: port 0x4040-0x405f irq 18 at device 29.1 on pci0 usbus4: on uhci3 uhci4: port 0x4020-0x403f irq 19 at device 29.2 on pci0 usbus5: on uhci4 ehci1: mem 0x97c21000-0x97c213ff irq 17 at device 29.7 on pci0 usbus6: EHCI version 1.0 usbus6: on ehci1 pcib11: at device 30.0 on pci0 pci31: on pcib11 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x40f0-0x40ff,0x40e0-0x40ef irq 16 at device 31.2 on pci0 ata0: on atapci0 ata1: on atapci0 pci0: at device 31.3 (no driver attached) atapci1: port 0x4108-0x410f,0x4124-0x4127,0x4100-0x4107,0x4120-0x4123,0x40d0-0x40df,0x40c= 0-0x40cf irq 21 at device 31.5 on pci0 ata2: on atapci1 ata3: on atapci1 atrtc0: port 0x70-0x77 irq 8 on acpi0 atrtc0: Warning: Couldn't map I/O. Event timer "RTC" frequency 32768 Hz quality 0 attimer0: port 0x40-0x43,0x50-0x53 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 qpi0: on motherboard pcib12: pcibus 255 on qpi0 pci255: on pcib12 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] est0: on cpu0 p4tcc0: on cpu0 est1: on cpu1 p4tcc1: on cpu1 est2: on cpu2 p4tcc2: on cpu2 est3: on cpu3 p4tcc3: on cpu3 Timecounters tick every 1.000 msec usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 480Mbps High Speed USB v2.0 usbus3: 12Mbps Full Speed USB v1.0 usbus4: 12Mbps Full Speed USB v1.0 usbus5: 12Mbps Full Speed USB v1.0 usbus6: 480Mbps High Speed USB v2.0 ugen0.1: at usbus0 uhub0: on usbus0 ugen1.1: at usbus1 uhub1: on usbus1 ugen2.1: at usbus2 uhub2: on usbus2 ugen3.1: at usbus3 uhub3: on usbus3 ugen4.1: at usbus4 uhub4: on usbus4 ugen5.1: at usbus5 uhub5: on usbus5 ugen6.1: at usbus6 uhub6: on usbus6 bce0: bce_pulse(): Warning: bootcode thinks driver is absent! (bc_state =3D 0x0003600E) bce1: bce_pulse(): Warning: bootcode thinks driver is absent! (bc_state =3D 0x0003600E) uhub0: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered uhub3: 2 ports with 2 removable, self powered uhub4: 2 ports with 2 removable, self powered uhub5: 2 ports with 2 removable, self powered mpt0: mpt_read_cfg_page: Config Info Status 22 mpt0:vol0(mpt0:0:0): mpt_refresh_raid_vol: Failed to read RAID Vol Page(0) mpt0:vol0(mpt0:0:0): Settings ( ) mpt0:vol0(mpt0:0:0): 0 Members: mpt0:vol0(mpt0:0:0): RAID-0 - Optimal (mpt0:0:5): Physical (mpt0:0:5:0), Pass-thru (mpt0:1:0:0) (mpt0:0:5): Online (mpt0:0:4): Physical (mpt0:0:4:0), Pass-thru (mpt0:1:1:0) (mpt0:0:4): Online da0 at mpt0 bus 0 scbus0 target 2 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 300.000MB/s transfers da0: Command Queueing enabled da0: 68664MB (140623872 512 byte sectors: 255H 63S/T 8753C) SMP: AP CPU #2 Launched! cd0 at ata0 bus 0 scbus2 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device SMP: AP CPU #1 Launched! cd0: 150.000MB/s transfers (SATA 1.x, UDMA2, ATAPI 12bytes, PIO 8192bytes) cd0: Attempt to query device size failed: NOT READY, Medium not present SMP: AP CPU #3 Launched! Root mount waiting for: usbus6 usbus2 uhub2: 6 ports with 6 removable, self powered uhub6: 6 ports with 6 removable, self powered Trying to mount root from ufs:/dev/ufs/FWALLs1a [ro]... ugen3.2: at usbus3 ugen5.2: at usbus5 ukbd0: on usbus5 kbd2 at ukbd0 ums0: on usbus5 ums0: 5 buttons and [XYZ] coordinates ID=3D1 altq: emulate 256000000Hz cpu clock bce0: link state changed to UP bce0: Gigabit link up! bce0: Gigabit link up! bce0: Gigabit link up! #pciconf -lvbc hostb0@pci0:0:0:0: class=3D0x060000 card=3D0x72701014 chip=3D0x34068086 rev=3D0x13 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '5520 I/O Hub to ESI Port' class =3D bridge subclass =3D HOST-PCI cap 05[60] =3D MSI supports 2 messages, vector masks cap 10[90] =3D PCI-Express 2 root port max data 128(128) link x4(x4) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 ecap 0001[100] =3D AER 1 0 fatal 0 non-fatal 0 corrected ecap 000d[150] =3D unknown 1 ecap 000b[160] =3D unknown 0 pcib1@pci0:0:1:0: class=3D0x060400 card=3D0x34081014 chip=3D0x34088086 rev=3D0x13 hdr=3D0x01 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 I/O Hub PCI Express Root Port 1' class =3D bridge subclass =3D PCI-PCI cap 0d[40] =3D PCI Bridge card=3D0x34081014 cap 05[60] =3D MSI supports 2 messages, vector masks cap 10[90] =3D PCI-Express 2 root port max data 256(256) link x2(x2) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 ecap 0001[100] =3D AER 1 0 fatal 0 non-fatal 0 corrected ecap 000d[150] =3D unknown 1 ecap 000b[160] =3D unknown 0 pcib2@pci0:0:2:0: class=3D0x060400 card=3D0x34091014 chip=3D0x34098086 rev=3D0x13 hdr=3D0x01 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 I/O Hub PCI Express Root Port 2' class =3D bridge subclass =3D PCI-PCI cap 0d[40] =3D PCI Bridge card=3D0x34091014 cap 05[60] =3D MSI supports 2 messages, vector masks cap 10[90] =3D PCI-Express 2 root port max data 256(256) link x0(x2) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 ecap 0001[100] =3D AER 1 0 fatal 0 non-fatal 0 corrected ecap 000d[150] =3D unknown 1 pcib3@pci0:0:3:0: class=3D0x060400 card=3D0x340a1014 chip=3D0x340a8086 rev=3D0x13 hdr=3D0x01 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 I/O Hub PCI Express Root Port 3' class =3D bridge subclass =3D PCI-PCI cap 0d[40] =3D PCI Bridge card=3D0x340a1014 cap 05[60] =3D MSI supports 2 messages, vector masks cap 10[90] =3D PCI-Express 2 root port max data 256(256) link x0(x16) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 ecap 0001[100] =3D AER 1 0 fatal 0 non-fatal 0 corrected ecap 000d[150] =3D unknown 1 ecap 000b[160] =3D unknown 0 pcib4@pci0:0:7:0: class=3D0x060400 card=3D0x340e1014 chip=3D0x340e8086 rev=3D0x13 hdr=3D0x01 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 I/O Hub PCI Express Root Port 7' class =3D bridge subclass =3D PCI-PCI cap 0d[40] =3D PCI Bridge card=3D0x340e1014 cap 05[60] =3D MSI supports 2 messages, vector masks cap 10[90] =3D PCI-Express 2 root port max data 256(256) link x4(x16) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 ecap 0001[100] =3D AER 1 0 fatal 0 non-fatal 0 corrected ecap 000d[150] =3D unknown 1 ecap 000b[160] =3D unknown 0 none0@pci0:0:16:0: class=3D0x080000 card=3D0x00000000 chip=3D0x34258086 rev=3D0x13 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 Physical and Link Layer Registers Port 0' class =3D base peripheral subclass =3D interrupt controller cap 09[50] =3D vendor (length 255) Intel cap 15 version 0 none1@pci0:0:16:1: class=3D0x080000 card=3D0x00000000 chip=3D0x34268086 rev=3D0x13 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 Routing and Protocol Layer Registers Port= 0' class =3D base peripheral subclass =3D interrupt controller none2@pci0:0:17:0: class=3D0x080000 card=3D0x00000000 chip=3D0x34278086 rev=3D0x13 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '5520/5500 Physical and Link Layer Registers Port 1' class =3D base peripheral subclass =3D interrupt controller cap 09[50] =3D vendor (length 255) Intel cap 15 version 0 none3@pci0:0:17:1: class=3D0x080000 card=3D0x00000000 chip=3D0x34288086 rev=3D0x13 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '5520/5500 Routing & Protocol Layer Register Port 1' class =3D base peripheral subclass =3D interrupt controller none4@pci0:0:20:0: class=3D0x080000 card=3D0x00000000 chip=3D0x342e8086 rev=3D0x13 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 I/O Hub System Management Registers' class =3D base peripheral subclass =3D interrupt controller cap 10[40] =3D PCI-Express 2 root endpoint max data 128(128) link x0(x0= ) none5@pci0:0:20:1: class=3D0x080000 card=3D0x00000000 chip=3D0x34228086 rev=3D0x13 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers' class =3D base peripheral subclass =3D interrupt controller cap 10[40] =3D PCI-Express 2 root endpoint max data 128(128) link x0(x0= ) none6@pci0:0:20:2: class=3D0x080000 card=3D0x00000000 chip=3D0x34238086 rev=3D0x13 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 I/O Hub Control Status and RAS Registers' class =3D base peripheral subclass =3D interrupt controller cap 10[40] =3D PCI-Express 2 root endpoint max data 128(128) link x0(x0= ) none7@pci0:0:20:3: class=3D0x080000 card=3D0x00000000 chip=3D0x34388086 rev=3D0x13 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 I/O Hub Throttle Registers' class =3D base peripheral subclass =3D interrupt controller ioapic0@pci0:0:21:0: class=3D0x080020 card=3D0x00000000 chip=3D0x342f808= 6 rev=3D0x13 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 Trusted Execution Technology Registers' class =3D base peripheral subclass =3D interrupt controller none8@pci0:0:22:0: class=3D0x088000 card=3D0x34301014 chip=3D0x34308086 rev=3D0x13 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 Chipset QuickData Technology Device' class =3D base peripheral bar [10] =3D type Memory, range 64, base 0x97c00000, size 16384, enab= led cap 11[80] =3D MSI-X supports 1 message in map 0x10 cap 10[90] =3D PCI-Express 2 root endpoint max data 128(128) link x0(x0= ) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 none9@pci0:0:22:1: class=3D0x088000 card=3D0x34311014 chip=3D0x34318086 rev=3D0x13 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 Chipset QuickData Technology Device' class =3D base peripheral bar [10] =3D type Memory, range 64, base 0x97c04000, size 16384, enab= led cap 11[80] =3D MSI-X supports 1 message in map 0x10 cap 10[90] =3D PCI-Express 2 root endpoint max data 128(128) link x0(x0= ) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 none10@pci0:0:22:2: class=3D0x088000 card=3D0x34321014 chip=3D0x34328086 rev=3D0x13 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 Chipset QuickData Technology Device' class =3D base peripheral bar [10] =3D type Memory, range 64, base 0x97c08000, size 16384, enab= led cap 11[80] =3D MSI-X supports 1 message in map 0x10 cap 10[90] =3D PCI-Express 2 root endpoint max data 128(128) link x0(x0= ) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 none11@pci0:0:22:3: class=3D0x088000 card=3D0x34331014 chip=3D0x34338086 rev=3D0x13 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 Chipset QuickData Technology Device' class =3D base peripheral bar [10] =3D type Memory, range 64, base 0x97c0c000, size 16384, enab= led cap 11[80] =3D MSI-X supports 1 message in map 0x10 cap 10[90] =3D PCI-Express 2 root endpoint max data 128(128) link x0(x0= ) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 none12@pci0:0:22:4: class=3D0x088000 card=3D0x34291014 chip=3D0x34298086 rev=3D0x13 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 Chipset QuickData Technology Device' class =3D base peripheral bar [10] =3D type Memory, range 64, base 0x97c10000, size 16384, enab= led cap 11[80] =3D MSI-X supports 1 message in map 0x10 cap 10[90] =3D PCI-Express 2 root endpoint max data 128(128) link x0(x0= ) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 none13@pci0:0:22:5: class=3D0x088000 card=3D0x342a1014 chip=3D0x342a8086 rev=3D0x13 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 Chipset QuickData Technology Device' class =3D base peripheral bar [10] =3D type Memory, range 64, base 0x97c14000, size 16384, enab= led cap 11[80] =3D MSI-X supports 1 message in map 0x10 cap 10[90] =3D PCI-Express 2 root endpoint max data 128(128) link x0(x0= ) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 none14@pci0:0:22:6: class=3D0x088000 card=3D0x342b1014 chip=3D0x342b8086 rev=3D0x13 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 Chipset QuickData Technology Device' class =3D base peripheral bar [10] =3D type Memory, range 64, base 0x97c18000, size 16384, enab= led cap 11[80] =3D MSI-X supports 1 message in map 0x10 cap 10[90] =3D PCI-Express 2 root endpoint max data 128(128) link x0(x0= ) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 none15@pci0:0:22:7: class=3D0x088000 card=3D0x342c1014 chip=3D0x342c8086 rev=3D0x13 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '5520/5500/X58 Chipset QuickData Technology Device' class =3D base peripheral bar [10] =3D type Memory, range 64, base 0x97c1c000, size 16384, enab= led cap 11[80] =3D MSI-X supports 1 message in map 0x10 cap 10[90] =3D PCI-Express 2 root endpoint max data 128(128) link x0(x0= ) cap 01[e0] =3D powerspec 3 supports D0 D3 current D0 uhci0@pci0:0:26:0: class=3D0x0c0300 card=3D0x3a371014 chip=3D0x3a378086 rev=3D0x00 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801JI (ICH10 Family) USB UHCI Controller' class =3D serial bus subclass =3D USB bar [20] =3D type I/O Port, range 32, base 0x40a0, size 32, enabled cap 13[50] =3D PCI Advanced Features: FLR TP uhci1@pci0:0:26:1: class=3D0x0c0300 card=3D0x3a381014 chip=3D0x3a388086 rev=3D0x00 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801JI (ICH10 Family) USB UHCI Controller' class =3D serial bus subclass =3D USB bar [20] =3D type I/O Port, range 32, base 0x4080, size 32, enabled cap 13[50] =3D PCI Advanced Features: FLR TP ehci0@pci0:0:26:7: class=3D0x0c0320 card=3D0x3a3c1014 chip=3D0x3a3c8086 rev=3D0x00 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801JI (ICH10 Family) USB2 EHCI Controller' class =3D serial bus subclass =3D USB bar [10] =3D type Memory, range 32, base 0x97c21400, size 1024, enabl= ed cap 01[50] =3D powerspec 2 supports D0 D3 current D0 cap 0a[58] =3D EHCI Debug Port at offset 0xa0 in map 0x14 cap 13[98] =3D PCI Advanced Features: FLR TP pcib8@pci0:0:28:0: class=3D0x060400 card=3D0x3a401014 chip=3D0x3a408086 rev=3D0x00 hdr=3D0x01 vendor =3D 'Intel Corporation' device =3D '82801JI (ICH10 Family) PCI Express Root Port 1' class =3D bridge subclass =3D PCI-PCI cap 10[40] =3D PCI-Express 1 root port max data 128(128) link x4(x4) cap 05[80] =3D MSI supports 1 message cap 0d[90] =3D PCI Bridge card=3D0x3a401014 cap 01[a0] =3D powerspec 2 supports D0 D3 current D0 ecap 0002[100] =3D VC 1 max VC0 ecap 0005[180] =3D unknown 1 pcib9@pci0:0:28:4: class=3D0x060400 card=3D0x3a481014 chip=3D0x3a488086 rev=3D0x00 hdr=3D0x01 vendor =3D 'Intel Corporation' device =3D '82801JI (ICH10 Family) PCI Express Root Port 5' class =3D bridge subclass =3D PCI-PCI cap 10[40] =3D PCI-Express 1 root port max data 128(128) link x1(x1) cap 05[80] =3D MSI supports 1 message cap 0d[90] =3D PCI Bridge card=3D0x3a481014 cap 01[a0] =3D powerspec 2 supports D0 D3 current D0 ecap 0002[100] =3D VC 1 max VC0 ecap 0005[180] =3D unknown 1 uhci2@pci0:0:29:0: class=3D0x0c0300 card=3D0x3a341014 chip=3D0x3a348086 rev=3D0x00 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801JI (ICH10 Family) USB UHCI Controller' class =3D serial bus subclass =3D USB bar [20] =3D type I/O Port, range 32, base 0x4060, size 32, enabled cap 13[50] =3D PCI Advanced Features: FLR TP uhci3@pci0:0:29:1: class=3D0x0c0300 card=3D0x3a351014 chip=3D0x3a358086 rev=3D0x00 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801JI (ICH10 Family) USB UHCI Controller' class =3D serial bus subclass =3D USB bar [20] =3D type I/O Port, range 32, base 0x4040, size 32, enabled cap 13[50] =3D PCI Advanced Features: FLR TP uhci4@pci0:0:29:2: class=3D0x0c0300 card=3D0x3a361014 chip=3D0x3a368086 rev=3D0x00 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801JI (ICH10 Family) USB UHCI Controller' class =3D serial bus subclass =3D USB bar [20] =3D type I/O Port, range 32, base 0x4020, size 32, enabled cap 13[50] =3D PCI Advanced Features: FLR TP ehci1@pci0:0:29:7: class=3D0x0c0320 card=3D0x3a3a1014 chip=3D0x3a3a8086 rev=3D0x00 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801JI (ICH10 Family) USB2 EHCI Controller' class =3D serial bus subclass =3D USB bar [10] =3D type Memory, range 32, base 0x97c21000, size 1024, enabl= ed cap 01[50] =3D powerspec 2 supports D0 D3 current D0 cap 0a[58] =3D EHCI Debug Port at offset 0xa0 in map 0x14 cap 13[98] =3D PCI Advanced Features: FLR TP pcib11@pci0:0:30:0: class=3D0x060401 card=3D0x244e1014 chip=3D0x244e8086 rev=3D0x90 hdr=3D0x01 vendor =3D 'Intel Corporation' device =3D '82801 PCI Bridge' class =3D bridge subclass =3D PCI-PCI cap 0d[50] =3D PCI Bridge card=3D0x244e1014 isab0@pci0:0:31:0: class=3D0x060100 card=3D0x3a181014 chip=3D0x3a188086 rev=3D0x00 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801JIB (ICH10) LPC Interface Controller' class =3D bridge subclass =3D PCI-ISA cap 09[e0] =3D vendor (length 12) Intel cap 1 version 0 features: Quick Resume, SATA RAID-5, 4 PCI-e x1 slots, SATA RAID-0= /1/10 atapci0@pci0:0:31:2: class=3D0x01018a card=3D0x3a201014 chip=3D0x3a20808= 6 rev=3D0x00 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801JI (ICH10 Family) 4 port SATA IDE Controller' class =3D mass storage subclass =3D ATA bar [20] =3D type I/O Port, range 32, base 0x40f0, size 16, enabled bar [24] =3D type I/O Port, range 32, base 0x40e0, size 16, enabled cap 01[70] =3D powerspec 3 supports D0 D3 current D0 cap 13[b0] =3D PCI Advanced Features: FLR TP none16@pci0:0:31:3: class=3D0x0c0500 card=3D0x3a301014 chip=3D0x3a308086 rev=3D0x00 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801JI (ICH10 Family) SMBus Controller' class =3D serial bus subclass =3D SMBus bar [10] =3D type Memory, range 64, base 0x97c21800, size 256, enable= d bar [20] =3D type I/O Port, range 32, base 0x4000, size 32, enabled atapci1@pci0:0:31:5: class=3D0x010185 card=3D0x3a261014 chip=3D0x3a26808= 6 rev=3D0x00 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82801JI (ICH10 Family) 2 port SATA IDE Controller' class =3D mass storage subclass =3D ATA bar [10] =3D type I/O Port, range 32, base 0x4108, size 8, enabled bar [14] =3D type I/O Port, range 32, base 0x4124, size 4, enabled bar [18] =3D type I/O Port, range 32, base 0x4100, size 8, enabled bar [1c] =3D type I/O Port, range 32, base 0x4120, size 4, enabled bar [20] =3D type I/O Port, range 32, base 0x40d0, size 16, enabled bar [24] =3D type I/O Port, range 32, base 0x40c0, size 16, enabled cap 01[70] =3D powerspec 3 supports D0 D3 current D0 cap 13[b0] =3D PCI Advanced Features: FLR TP bce0@pci0:11:0:0: class=3D0x020000 card=3D0x03a91014 chip=3D0x163914e4 rev=3D0x20 hdr=3D0x00 vendor =3D 'Broadcom Corporation' device =3D 'NetXtreme II BCM5709 Gigabit Ethernet' class =3D network subclass =3D ethernet bar [10] =3D type Memory, range 64, base 0x92000000, size 33554432, e= nabled cap 01[48] =3D powerspec 3 supports D0 D3 current D0 cap 03[50] =3D VPD cap 05[58] =3D MSI supports 16 messages, 64 bit enabled with 1 message cap 11[a0] =3D MSI-X supports 9 messages in map 0x10 cap 10[ac] =3D PCI-Express 2 endpoint max data 256(512) link x2(x4) ecap 0003[100] =3D Serial 1 00215efffedd06e0 ecap 0001[110] =3D AER 1 0 fatal 0 non-fatal 1 corrected ecap 0004[150] =3D unknown 1 ecap 0002[160] =3D VC 1 max VC0 bce1@pci0:11:0:1: class=3D0x020000 card=3D0x03a91014 chip=3D0x163914e4 rev=3D0x20 hdr=3D0x00 vendor =3D 'Broadcom Corporation' device =3D 'NetXtreme II BCM5709 Gigabit Ethernet' class =3D network subclass =3D ethernet bar [10] =3D type Memory, range 64, base 0x94000000, size 33554432, e= nabled cap 01[48] =3D powerspec 3 supports D0 D3 current D0 cap 03[50] =3D VPD cap 05[58] =3D MSI supports 16 messages, 64 bit enabled with 1 message cap 11[a0] =3D MSI-X supports 9 messages in map 0x10 cap 10[ac] =3D PCI-Express 2 endpoint max data 256(512) link x2(x4) ecap 0003[100] =3D Serial 1 00215efffedd06e2 ecap 0001[110] =3D AER 1 0 fatal 0 non-fatal 1 corrected ecap 0004[150] =3D unknown 1 ecap 0002[160] =3D VC 1 max VC0 pcib5@pci0:26:0:0: class=3D0x060400 card=3D0x00000000 chip=3D0x8018111d rev=3D0x0e hdr=3D0x01 vendor =3D 'Integrated Device Technology, Inc.' device =3D 'PES12N3A PCI Express Switch' class =3D bridge subclass =3D PCI-PCI cap 10[40] =3D PCI-Express 1 upstream port max data 256(2048) link x4(x= 4) cap 01[c0] =3D powerspec 3 supports D0 D3 current D0 ecap 0001[100] =3D AER 1 0 fatal 0 non-fatal 1 corrected ecap 0002[200] =3D VC 1 max VC0 pcib6@pci0:27:2:0: class=3D0x060400 card=3D0x00000000 chip=3D0x8018111d rev=3D0x0e hdr=3D0x01 vendor =3D 'Integrated Device Technology, Inc.' device =3D 'PES12N3A PCI Express Switch' class =3D bridge subclass =3D PCI-PCI cap 10[40] =3D PCI-Express 1 downstream port max data 256(2048) link x4= (x4) cap 01[c0] =3D powerspec 3 supports D0 D3 current D0 cap 05[d0] =3D MSI supports 1 message, 64 bit ecap 0001[100] =3D AER 1 0 fatal 0 non-fatal 1 corrected ecap 0002[200] =3D VC 1 max VC0 pcib7@pci0:27:4:0: class=3D0x060400 card=3D0x00000000 chip=3D0x8018111d rev=3D0x0e hdr=3D0x01 vendor =3D 'Integrated Device Technology, Inc.' device =3D 'PES12N3A PCI Express Switch' class =3D bridge subclass =3D PCI-PCI cap 10[40] =3D PCI-Express 1 downstream port max data 256(2048) link x4= (x4) cap 01[c0] =3D powerspec 3 supports D0 D3 current D0 cap 05[d0] =3D MSI supports 1 message, 64 bit ecap 0001[100] =3D AER 1 0 fatal 0 non-fatal 1 corrected ecap 0002[200] =3D VC 1 max VC0 em0@pci0:28:0:0: class=3D0x020000 card=3D0x11bc8086 chip=3D0x10bc8086 rev=3D0x06 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82571EB Gigabit Ethernet Controller (Copper)' class =3D network subclass =3D ethernet bar [10] =3D type Memory, range 32, base 0x97b60000, size 131072, ena= bled bar [14] =3D type Memory, range 32, base 0x97b40000, size 131072, ena= bled bar [18] =3D type I/O Port, range 32, base 0x3020, size 32, enabled cap 01[c8] =3D powerspec 2 supports D0 D3 current D0 cap 05[d0] =3D MSI supports 1 message, 64 bit enabled with 1 message cap 10[e0] =3D PCI-Express 1 endpoint max data 256(256) link x4(x4) ecap 0001[100] =3D AER 1 0 fatal 1 non-fatal 0 corrected ecap 0003[140] =3D Serial 1 001517ffffc44814 em1@pci0:28:0:1: class=3D0x020000 card=3D0x11bc8086 chip=3D0x10bc8086 rev=3D0x06 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82571EB Gigabit Ethernet Controller (Copper)' class =3D network subclass =3D ethernet bar [10] =3D type Memory, range 32, base 0x97b20000, size 131072, ena= bled bar [14] =3D type Memory, range 32, base 0x97b00000, size 131072, ena= bled bar [18] =3D type I/O Port, range 32, base 0x3000, size 32, enabled cap 01[c8] =3D powerspec 2 supports D0 D3 current D0 cap 05[d0] =3D MSI supports 1 message, 64 bit enabled with 1 message cap 10[e0] =3D PCI-Express 1 endpoint max data 256(256) link x4(x4) ecap 0001[100] =3D AER 1 0 fatal 1 non-fatal 0 corrected ecap 0003[140] =3D Serial 1 001517ffffc44814 em2@pci0:29:0:0: class=3D0x020000 card=3D0x11bc8086 chip=3D0x10bc8086 rev=3D0x06 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82571EB Gigabit Ethernet Controller (Copper)' class =3D network subclass =3D ethernet bar [10] =3D type Memory, range 32, base 0x97a60000, size 131072, ena= bled bar [14] =3D type Memory, range 32, base 0x97a40000, size 131072, ena= bled bar [18] =3D type I/O Port, range 32, base 0x2020, size 32, enabled cap 01[c8] =3D powerspec 2 supports D0 D3 current D0 cap 05[d0] =3D MSI supports 1 message, 64 bit enabled with 1 message cap 10[e0] =3D PCI-Express 1 endpoint max data 256(256) link x4(x4) ecap 0001[100] =3D AER 1 0 fatal 1 non-fatal 0 corrected ecap 0003[140] =3D Serial 1 001517ffffc44816 em3@pci0:29:0:1: class=3D0x020000 card=3D0x11bc8086 chip=3D0x10bc8086 rev=3D0x06 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '82571EB Gigabit Ethernet Controller (Copper)' class =3D network subclass =3D ethernet bar [10] =3D type Memory, range 32, base 0x97a20000, size 131072, ena= bled bar [14] =3D type Memory, range 32, base 0x97a00000, size 131072, ena= bled bar [18] =3D type I/O Port, range 32, base 0x2000, size 32, enabled cap 01[c8] =3D powerspec 2 supports D0 D3 current D0 cap 05[d0] =3D MSI supports 1 message, 64 bit enabled with 1 message cap 10[e0] =3D PCI-Express 1 endpoint max data 256(256) link x4(x4) ecap 0001[100] =3D AER 1 0 fatal 1 non-fatal 0 corrected ecap 0003[140] =3D Serial 1 001517ffffc44816 mpt0@pci0:1:0:0: class=3D0x010000 card=3D0x03941014 chip=3D0x00581000 rev=3D0x08 hdr=3D0x00 vendor =3D 'LSI Logic / Symbios Logic' device =3D 'SAS1068E PCI-Express Fusion-MPT SAS' class =3D mass storage subclass =3D SCSI bar [10] =3D type I/O Port, range 32, base 0x1000, size 256, disabled bar [14] =3D type Memory, range 64, base 0x97910000, size 16384, enab= led bar [1c] =3D type Memory, range 64, base 0x97900000, size 65536, enab= led cap 01[50] =3D powerspec 2 supports D0 D1 D2 D3 current D0 cap 10[68] =3D PCI-Express 1 endpoint max data 128(4096) link x4(x8) cap 05[98] =3D MSI supports 1 message, 64 bit cap 11[b0] =3D MSI-X supports 1 message in map 0x14 enabled ecap 0001[100] =3D AER 1 0 fatal 1 non-fatal 0 corrected pcib10@pci0:6:0:0: class=3D0x060400 card=3D0x03691014 chip=3D0x0452101b rev=3D0x01 hdr=3D0x01 vendor =3D 'Vitesse Semiconductor' device =3D 'VSC452 [SuperBMC]' class =3D bridge subclass =3D PCI-PCI cap 05[50] =3D MSI supports 2 messages, 64 bit cap 01[78] =3D powerspec 3 supports D0 D3 current D0 cap 10[80] =3D PCI-Express 1 PCI bridge max data 128(128) link x1(x1) cap 0d[a4] =3D PCI Bridge card=3D0x03691014 ecap 0002[100] =3D VC 1 max VC0 vgapci0@pci0:7:0:0: class=3D0x030000 card=3D0x03691014 chip=3D0x0530102b rev=3D0x00 hdr=3D0x00 vendor =3D 'Matrox Graphics, Inc.' device =3D 'MGA G200EV' class =3D display subclass =3D VGA bar [10] =3D type Prefetchable Memory, range 32, base 0x96000000, size 16777216, enabled bar [14] =3D type Memory, range 32, base 0x97800000, size 16384, enab= led bar [18] =3D type Memory, range 32, base 0x97000000, size 8388608, en= abled cap 01[dc] =3D powerspec 1 supports D0 D3 current D0 hostb1@pci0:255:0:0: class=3D0x060000 card=3D0x80868086 chip=3D0x2c40808= 6 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 QuickPath Architecture Generic Non-Core Registers' class =3D bridge subclass =3D HOST-PCI hostb2@pci0:255:0:1: class=3D0x060000 card=3D0x80868086 chip=3D0x2c01808= 6 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 QuickPath Architecture System Address Decoder' class =3D bridge subclass =3D HOST-PCI hostb3@pci0:255:2:0: class=3D0x060000 card=3D0x80868086 chip=3D0x2c10808= 6 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 QPI Link 0' class =3D bridge subclass =3D HOST-PCI hostb4@pci0:255:2:1: class=3D0x060000 card=3D0x80868086 chip=3D0x2c11808= 6 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 QPI Physical 0' class =3D bridge subclass =3D HOST-PCI hostb5@pci0:255:2:4: class=3D0x060000 card=3D0x80868086 chip=3D0x2c14808= 6 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 QPI Link 1' class =3D bridge subclass =3D HOST-PCI hostb6@pci0:255:2:5: class=3D0x060000 card=3D0x80868086 chip=3D0x2c15808= 6 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 QPI Physical 1' class =3D bridge subclass =3D HOST-PCI hostb7@pci0:255:3:0: class=3D0x060000 card=3D0x80868086 chip=3D0x2c18808= 6 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller' class =3D bridge subclass =3D HOST-PCI hostb8@pci0:255:3:1: class=3D0x060000 card=3D0x80868086 chip=3D0x2c19808= 6 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller Target Address Decoder' class =3D bridge subclass =3D HOST-PCI hostb9@pci0:255:3:2: class=3D0x060000 card=3D0x80868086 chip=3D0x2c1a808= 6 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller RAS Regi= sters' class =3D bridge subclass =3D HOST-PCI hostb10@pci0:255:3:4: class=3D0x060000 card=3D0x80868086 chip=3D0x2c1c8086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller Test Reg= isters' class =3D bridge subclass =3D HOST-PCI hostb11@pci0:255:4:0: class=3D0x060000 card=3D0x80868086 chip=3D0x2c208086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Control Registers' class =3D bridge subclass =3D HOST-PCI hostb12@pci0:255:4:1: class=3D0x060000 card=3D0x80868086 chip=3D0x2c218086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Address Registers' class =3D bridge subclass =3D HOST-PCI hostb13@pci0:255:4:2: class=3D0x060000 card=3D0x80868086 chip=3D0x2c228086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Rank Registers' class =3D bridge subclass =3D HOST-PCI hostb14@pci0:255:4:3: class=3D0x060000 card=3D0x80868086 chip=3D0x2c238086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Thermal Control Registers' class =3D bridge subclass =3D HOST-PCI hostb15@pci0:255:5:0: class=3D0x060000 card=3D0x80868086 chip=3D0x2c288086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Control Registers' class =3D bridge subclass =3D HOST-PCI hostb16@pci0:255:5:1: class=3D0x060000 card=3D0x80868086 chip=3D0x2c298086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Address Registers' class =3D bridge subclass =3D HOST-PCI hostb17@pci0:255:5:2: class=3D0x060000 card=3D0x80868086 chip=3D0x2c2a8086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Rank Registers' class =3D bridge subclass =3D HOST-PCI hostb18@pci0:255:5:3: class=3D0x060000 card=3D0x80868086 chip=3D0x2c2b8086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Thermal Control Registers' class =3D bridge subclass =3D HOST-PCI hostb19@pci0:255:6:0: class=3D0x060000 card=3D0x80868086 chip=3D0x2c308086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Control Registers' class =3D bridge subclass =3D HOST-PCI hostb20@pci0:255:6:1: class=3D0x060000 card=3D0x80868086 chip=3D0x2c318086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Address Registers' class =3D bridge subclass =3D HOST-PCI hostb21@pci0:255:6:2: class=3D0x060000 card=3D0x80868086 chip=3D0x2c328086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Rank Registers' class =3D bridge subclass =3D HOST-PCI hostb22@pci0:255:6:3: class=3D0x060000 card=3D0x80868086 chip=3D0x2c338086 rev=3D0x05 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D 'Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Thermal Control Registers' class =3D bridge subclass =3D HOST-PCI