[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#682116: linux-image-3.2.0-0.bpo.2-amd64: NULL pointer dereference related to nfs/cachefilesd



Package: src:linux
Version: 3.2.20-1~bpo60+1
Severity: important


I'm seeing an error much like the one reported as bug #682007.

The setup seems quite similar:
1. NFS server exports an nfsv4 share:
   /data/export    192.168.100.0/24(rw,async,wdelay,hide,nocrossmnt,secure,no_root_squash,no_all_squash,no_subtree_check,secure_locks,acl,fsid=1000,anonuid=65534,anongid=65534)
2. the client mounts the share:
   192.168.100.200:/data/export on /data/www type nfs (rw,nosuid,nodev,nodiratime,relatime,timeo=15,fsc,vers=4,addr=192.168.100.200,clientaddr=192.168.100.109)
3. we use cachefilesd to increase the performance. The cache resides on a dedicated lvm partition formatted with xfs:
   Filesystem               Size  Used Avail Use% Mounted on
   /dev/mapper/vg4-nfscache  20G   14G  6.4G  69% /data/nfscache



This is reproducable using "grep -r abc *" inside a directory with
   9541 files (no sym- or hardlinks, no block or character special files) in
   1524 directories
(PHP MODX installation)


The full output from /var/log/syslog :

Jul 19 16:40:31 wc01 kernel: [44550.980065] 
Jul 19 16:40:31 wc01 kernel: [44550.984601] CacheFiles: Error: Overlong wait for old active object to go away
Jul 19 16:40:31 wc01 kernel: [44550.989460] object: OBJ1c3d6
Jul 19 16:40:31 wc01 kernel: [44550.993923] objstate=OBJECT_LOOKING_UP fl=0 wbusy=2 ev=0[7b]
Jul 19 16:40:31 wc01 kernel: [44550.998330] ops=0 inp=0 exc=0
Jul 19 16:40:31 wc01 kernel: [44551.002598] parent=ffff8802356b9c00
Jul 19 16:40:32 wc01 kernel: [44551.006733] cookie=ffff8800a99132b8 [pr=ffff880435456588 nd=ffff88020b3f7040 fl=7]
Jul 19 16:40:32 wc01 kernel: [44551.010845] key=[16] '01000101e80300003484d6633aa75132'
Jul 19 16:40:32 wc01 kernel: [44551.014987] xobject: OBJ1c3d5
Jul 19 16:40:32 wc01 kernel: [44551.018841] xobjstate=OBJECT_RECYCLING fl=0 wbusy=2 ev=20[3]
Jul 19 16:40:32 wc01 kernel: [44551.022711] xops=0 inp=0 exc=0
Jul 19 16:40:32 wc01 kernel: [44551.026476] xparent=ffff8802356b9c00
Jul 19 16:40:32 wc01 kernel: [44551.030137] xcookie=NULL
Jul 19 16:40:32 wc01 kernel: [44551.200193] BUG: unable to handle kernel NULL pointer dereference at 0000000000000040
Jul 19 16:40:32 wc01 kernel: [44551.201859] [kworke] unexpected submission OPa7bd5 [OBJ1c4e7 OBJECT_LOOKING_UP]
Jul 19 16:40:32 wc01 kernel: [44551.201917] [kworke] objstate=OBJECT_LOOKING_UP [OBJECT_LOOKING_UP]
Jul 19 16:40:32 wc01 kernel: [44551.201926] [kworke] objflags=2
Jul 19 16:40:32 wc01 kernel: [44551.201928] [kworke] objevent=0 [fffffffffffffffb]
Jul 19 16:40:32 wc01 kernel: [44551.201930] [kworke] ops=0 inp=0 exc=0
Jul 19 16:40:32 wc01 kernel: [44551.201936] Pid: 553, comm: kworker/7:2 Tainted: G      D      3.2.0-0.bpo.2-amd64 #1
Jul 19 16:40:32 wc01 kernel: [44551.201938] Call Trace:
Jul 19 16:40:32 wc01 kernel: [44551.202150]  [<ffffffffa03b584f>] ? fscache_submit_op+0x3ab/0x3fc [fscache]
Jul 19 16:40:32 wc01 kernel: [44551.202162]  [<ffffffffa03b5eec>] ? __fscache_write_page+0x1e1/0x290 [fscache]
Jul 19 16:40:32 wc01 kernel: [44551.202183]  [<ffffffffa04ca522>] ? rpc_put_task+0xa/0xa [sunrpc]
Jul 19 16:40:32 wc01 kernel: [44551.202217]  [<ffffffffa053b7b9>] ? __nfs_readpage_to_fscache+0x4e/0xce [nfs]
Jul 19 16:40:32 wc01 kernel: [44551.202305]  [<ffffffffa051aa18>] ? nfs_readpage_release+0x2e/0x87 [nfs]
Jul 19 16:40:32 wc01 kernel: [44551.202319]  [<ffffffffa051adf3>] ? nfs_readpage_release_full+0x31/0x48 [nfs]
Jul 19 16:40:32 wc01 kernel: [44551.202328]  [<ffffffff8105f96c>] ? process_one_work+0x1cc/0x2ea
Jul 19 16:40:32 wc01 kernel: [44551.202333]  [<ffffffff8105fbb7>] ? worker_thread+0x12d/0x247
Jul 19 16:40:32 wc01 kernel: [44551.202337]  [<ffffffff8105fa8a>] ? process_one_work+0x2ea/0x2ea
Jul 19 16:40:32 wc01 kernel: [44551.202341]  [<ffffffff8105fa8a>] ? process_one_work+0x2ea/0x2ea
Jul 19 16:40:32 wc01 kernel: [44551.202347]  [<ffffffff810633c5>] ? kthread+0x7a/0x82
Jul 19 16:40:32 wc01 kernel: [44551.202355]  [<ffffffff8136ca74>] ? kernel_thread_helper+0x4/0x10
Jul 19 16:40:32 wc01 kernel: [44551.202358]  [<ffffffff8106334b>] ? kthread_worker_fn+0x147/0x147
Jul 19 16:40:32 wc01 kernel: [44551.202362]  [<ffffffff8136ca70>] ? gs_change+0x13/0x13
Jul 19 16:40:32 wc01 kernel: [44551.234197] [kworke] preemptive burial: OBJd29e [OBJECT_RECYCLING] ffff88041ce02440
Jul 19 16:40:32 wc01 kernel: [44551.204008] IP: [<ffffffffa03b65f7>] __fscache_read_or_alloc_pages+0x194/0x262 [fscache]
Jul 19 16:40:32 wc01 kernel: [44551.204008] PGD 37ef32067 PUD 384533067 PMD 0 
Jul 19 16:40:32 wc01 kernel: [44551.204008] Oops: 0000 [#3] SMP 
Jul 19 16:40:32 wc01 kernel: [44551.204008] CPU 1 
Jul 19 16:40:32 wc01 kernel: [44551.204008] Modules linked in: xt_TCPMSS act_police cls_flow cls_fw cls_u32 sch_htb sch_hfsc sch_ingress sch_sfq bridge xt_time xt_connlimit xt_realm xt
_addrtype iptable_raw xt_comment xt_recent xt_policy ipt_ULOG ipt_REJECT ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah nf_nat_tftp nf_nat_snmp_basic nf_co
nntrack_snmp nf_nat_sip nf_nat_pptp nf_nat_proto_gre nf_nat_irc nf_nat_h323 nf_nat_ftp nf_nat_amanda ts_kmp nf_conntrack_amanda nf_conntrack_sane nf_conntrack_tftp nf_conntrack_sip nf_
conntrack_proto_sctp nf_conntrack_pptp nf_conntrack_proto_gre nf_conntrack_netlink nf_conntrack_netbios_ns nf_conntrack_broadcast nf_conntrack_irc nf_conntrack_h323 nf_conntrack_ftp xt
_TPROXY nf_tproxy_core ip6_tables nf_defrag_ipv6 xt_tcpmss xt_pkttype xt_physdev xt_owner xt_NFQUEUE xt_NFLOG nfnetlink_log xt_multiport xt_mark xt_mac xt_limit xt_length xt_iprange xt
_helper xt_hashlimit xt_DSCP xt_dscp xt_dccp xt_conntrack xt_connmark xt_CLASSIFY ipt_LOG xt_tcpudp xt_st
Jul 19 16:40:32 wc01 kernel: ate iptable_nat nf_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_conntrack iptable_mangle iptable_filter ip_tables x_tables nfnetlink nfsd nfs lockd auth_rpcgss nfs_acl sunrpc cachefiles fscache ipip tunnel4 bonding 8021q garp stp xfs r8169 kvm_amd kvm radeon ttm drm_kms_helper snd_pcm drm sr_mod snd_timer snd cdrom i2c_algo_bit soundcore power_supply tg3 tpm_tis amd64_edac_mod ata_generic tpm snd_page_alloc libphy edac_core i2c_piix4 ohci_hcd e100 edac_mce_amd sata_svw i2c_core tpm_bios pata_serverworks processor ehci_hcd k10temp evdev usbcore mii sg thermal_sys pcspkr button usb_common dm_mod sata_via sata_sis pata_sis sata_sil sata_nv ext4 mbcache jbd2 crc16 raid1 md_mod ata_piix libata sd_mod crc_t10dif arcmsr scsi_mod shpchp
Jul 19 16:40:32 wc01 kernel: [44551.204008] 
Jul 19 16:40:32 wc01 kernel: [44551.204008] Pid: 11986, comm: php-cgi Tainted: G      D      3.2.0-0.bpo.2-amd64 #1 empty empty/Tyan Transport GT24-B3992
Jul 19 16:40:32 wc01 kernel: [44551.204008] RIP: 0010:[<ffffffffa03b65f7>]  [<ffffffffa03b65f7>] __fscache_read_or_alloc_pages+0x194/0x262 [fscache]
Jul 19 16:40:32 wc01 kernel: [44551.204008] RSP: 0018:ffff88038b195aa8  EFLAGS: 00010246
Jul 19 16:40:32 wc01 kernel: [44551.204008] RAX: 0000000000000000 RBX: ffff8800b4c1f9c0 RCX: 000213da374b67f8
Jul 19 16:40:32 wc01 kernel: [44551.204008] RDX: 0000000000000000 RSI: ffff88038b195a28 RDI: ffff88023ffc7c00
Jul 19 16:40:32 wc01 kernel: [44551.204008] RBP: ffff88038b195b64 R08: ffff88038b194000 R09: 0000000000000000
Jul 19 16:40:32 wc01 kernel: [44551.204008] R10: 0000000000000800 R11: 0000000000000246 R12: ffff88038b195c68
Jul 19 16:40:32 wc01 kernel: [44551.204008] R13: ffff8800b27a08c0 R14: ffff88021da04ac0 R15: 00000000000200da
Jul 19 16:40:32 wc01 kernel: [44551.204008] FS:  00007f0fed522720(0000) GS:ffff88023fc80000(0000) knlGS:0000000000000000
Jul 19 16:40:32 wc01 kernel: [44551.204008] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jul 19 16:40:32 wc01 kernel: [44551.204008] CR2: 0000000000000040 CR3: 00000003cbc2e000 CR4: 00000000000006e0
Jul 19 16:40:32 wc01 kernel: [44551.204008] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Jul 19 16:40:32 wc01 kernel: [44551.204008] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Jul 19 16:40:32 wc01 kernel: [44551.204008] Process php-cgi (pid: 11986, threadinfo ffff88038b194000, task ffff88037ee8ee60)
Jul 19 16:40:32 wc01 kernel: [44551.434141] Stack:
Jul 19 16:40:32 wc01 kernel: [44551.434141]  ffff8800b48274c0 ffffffffa053b97f 0000000000000000 ffff880321871db8
Jul 19 16:40:32 wc01 kernel: [44551.444355]  ffff88038b195b64 ffff88038b195c68 0000000000000007 ffff880321871ef8
Jul 19 16:40:32 wc01 kernel: [44551.444355]  00000000ffffff97 ffffffffa053b8b4 00000000000200da ffffffff8103ed4a
Jul 19 16:40:32 wc01 kernel: [44551.444355] Call Trace:
Jul 19 16:40:32 wc01 kernel: [44551.444355]  [<ffffffffa053b97f>] ? __nfs_readpages_from_fscache+0x146/0x146 [nfs]
Jul 19 16:40:32 wc01 kernel: [44551.444355]  [<ffffffffa053b8b4>] ? __nfs_readpages_from_fscache+0x7b/0x146 [nfs]
Jul 19 16:40:32 wc01 kernel: [44551.444355]  [<ffffffff8103ed4a>] ? pick_next_task_fair+0xfc/0x10e
Jul 19 16:40:32 wc01 kernel: [44551.444355]  [<ffffffffa051acb3>] ? nfs_readpages+0xe1/0x157 [nfs]
Jul 19 16:40:32 wc01 kernel: [44551.444355]  [<ffffffff810c5b12>] ? __do_page_cache_readahead+0x124/0x1ca
Jul 19 16:40:32 wc01 kernel: [44551.444355]  [<ffffffff810c5bd4>] ? ra_submit+0x1c/0x20
Jul 19 16:40:32 wc01 kernel: [44551.444355]  [<ffffffff810bdfc2>] ? generic_file_aio_read+0x299/0x5d0
Jul 19 16:40:32 wc01 kernel: [44551.444355]  [<ffffffff8103dc5b>] ? __wake_up+0x35/0x46
Jul 19 16:40:32 wc01 kernel: [44551.444355]  [<ffffffffa0510be6>] ? nfs_file_read+0x9d/0xbe [nfs]
Jul 19 16:40:32 wc01 kernel: [44551.444355]  [<ffffffff81105c5e>] ? do_sync_read+0xb1/0xea
Jul 19 16:40:32 wc01 kernel: [44551.444355]  [<ffffffff811066b1>] ? vfs_read+0xa1/0xfb
Jul 19 16:40:32 wc01 kernel: [44551.444355]  [<ffffffff811067c1>] ? sys_read+0x45/0x6e
Jul 19 16:40:32 wc01 kernel: [44551.444355]  [<ffffffff8136a912>] ? system_call_fastpath+0x16/0x1b
Jul 19 16:40:32 wc01 kernel: [44551.444355] Code: 85 c0 74 06 48 8b 7a 28 ff d0 48 c7 c1 7c a6 3b a0 48 c7 c2 84 a6 3b a0 4c 89 ee 4c 89 f7 e8 36 fc ff ff 85 c0 78 59 49 8b 46 70 <48> 8b 40 40 a8 04 74 29 f0 ff 05 66 41 00 00 49 8b 46 68 44 89 
Jul 19 16:40:32 wc01 kernel: [44551.444355] RIP  [<ffffffffa03b65f7>] __fscache_read_or_alloc_pages+0x194/0x262 [fscache]
Jul 19 16:40:32 wc01 kernel: [44551.444355]  RSP <ffff88038b195aa8>
Jul 19 16:40:32 wc01 kernel: [44551.444355] CR2: 0000000000000040
Jul 19 16:40:32 wc01 kernel: [44551.557964] ---[ end trace d5b3a0826cfbd6b4 ]---

-- Package-specific info:
** Version:
Linux version 3.2.0-0.bpo.2-amd64 (Debian 3.2.20-1~bpo60+1) (debian-kernel@lists.debian.org) (gcc version 4.4.5 (Debian 4.4.5-8) ) #1 SMP Fri Jun 29 20:42:29 UTC 2012

** Command line:
BOOT_IMAGE=/vmlinuz-3.2.0-0.bpo.2-amd64 root=UUID=d694daf4-e9c0-4839-bcd6-805b6d59dd65 ro quiet elevator=deadline

** Tainted: D (128)
 * Kernel has oopsed before.

** Kernel log:
[44851.701409] ops=0 inp=0 exc=0
[44851.704737] parent=ffff8802356b9c00
[44851.708045] cookie=ffff8800b4c1f9c0 [pr=ffff880435456588 nd=ffff880321871bf8 fl=3]
[44851.711661] key=[16] '01000101e80300001b1d9f682c1e7175'
[44851.715277] xobject: OBJ1c4e6
[44851.718731] xobjstate=OBJECT_DYING fl=0 wbusy=0 ev=20[7]
[44851.722184] xops=1 inp=1 exc=0
[44851.725572] xparent=ffff8802356b9c00
[44851.728925] xcookie=NULL
[44853.092084] 
[44853.095374] CacheFiles: Error: Overlong wait for old active object to go away
[44853.101703] object: OBJ1c7d2
[44853.105044] objstate=OBJECT_LOOKING_UP fl=0 wbusy=2 ev=0[7b]
[44853.108403] ops=0 inp=0 exc=0
[44853.111718] parent=ffff8802356b9c00
[44853.115033] cookie=ffff8803cbe4fd20 [pr=ffff880435456588 nd=ffff88020b1db040 fl=7]
[44853.118530] key=[16] '01000101e80300006e10900b1d9f2c08'
[44853.122137] xobject: OBJ1c7d1
[44853.125583] xobjstate=OBJECT_DYING fl=0 wbusy=0 ev=20[5]
[44853.129032] xops=1 inp=1 exc=0
[44853.132411] xparent=ffff8802356b9c00
[44853.135765] xcookie=NULL
[44911.732018] 
[44911.735311] CacheFiles: Error: Overlong wait for old active object to go away
[44911.738707] object: OBJ1c4e7
[44911.742022] objstate=OBJECT_LOOKING_UP fl=2 wbusy=2 ev=0[7b]
[44911.745381] ops=0 inp=0 exc=0
[44911.748705] parent=ffff8802356b9c00
[44911.752013] cookie=ffff8800b4c1f9c0 [pr=ffff880435456588 nd=ffff880321871bf8 fl=3]
[44911.755436] key=[16] '01000101e80300001b1d9f682c1e7175'
[44911.759053] xobject: OBJ1c4e6
[44911.762502] xobjstate=OBJECT_DYING fl=0 wbusy=0 ev=20[7]
[44911.765950] xops=1 inp=1 exc=0
[44911.769343] xparent=ffff8802356b9c00
[44911.772701] xcookie=NULL
[44913.139154] 
[44913.142468] CacheFiles: Error: Overlong wait for old active object to go away
[44913.145853] object: OBJ1c7d2
[44913.149165] objstate=OBJECT_LOOKING_UP fl=0 wbusy=2 ev=0[7b]
[44913.152523] ops=0 inp=0 exc=0
[44913.155839] parent=ffff8802356b9c00
[44913.159153] cookie=ffff8803cbe4fd20 [pr=ffff880435456588 nd=ffff88020b1db040 fl=7]
[44913.162578] key=[16] '01000101e80300006e10900b1d9f2c08'
[44913.166189] xobject: OBJ1c7d1
[44913.169640] xobjstate=OBJECT_DYING fl=0 wbusy=0 ev=20[5]
[44913.173085] xops=1 inp=1 exc=0
[44913.176469] xparent=ffff8802356b9c00
[44913.179817] xcookie=NULL
[44971.780027] 
[44971.783312] CacheFiles: Error: Overlong wait for old active object to go away
[44971.786776] object: OBJ1c4e7
[44971.790092] objstate=OBJECT_LOOKING_UP fl=2 wbusy=2 ev=0[7b]
[44971.793448] ops=0 inp=0 exc=0
[44971.796782] parent=ffff8802356b9c00
[44971.800092] cookie=ffff8800b4c1f9c0 [pr=ffff880435456588 nd=ffff880321871bf8 fl=3]
[44971.803505] key=[16] '01000101e80300001b1d9f682c1e7175'
[44971.807117] xobject: OBJ1c4e6
[44971.810566] xobjstate=OBJECT_DYING fl=0 wbusy=0 ev=20[7]
[44971.814014] xops=1 inp=1 exc=0
[44971.817397] xparent=ffff8802356b9c00
[44971.820751] xcookie=NULL
[44973.184020] 
[44973.187300] CacheFiles: Error: Overlong wait for old active object to go away
[44973.190686] object: OBJ1c7d2
[44973.193993] objstate=OBJECT_LOOKING_UP fl=0 wbusy=2 ev=0[7b]
[44973.197344] ops=0 inp=0 exc=0
[44973.200657] parent=ffff8802356b9c00
[44973.203950] cookie=ffff8803cbe4fd20 [pr=ffff880435456588 nd=ffff88020b1db040 fl=7]
[44973.207372] key=[16] '01000101e80300006e10900b1d9f2c08'
[44973.210970] xobject: OBJ1c7d1
[44973.214426] xobjstate=OBJECT_DYING fl=0 wbusy=0 ev=20[5]
[44973.217866] xops=1 inp=1 exc=0
[44973.221243] xparent=ffff8802356b9c00
[44973.224596] xcookie=NULL
[45031.824032] 
[45031.827329] CacheFiles: Error: Overlong wait for old active object to go away
[45031.830724] object: OBJ1c4e7
[45031.834042] objstate=OBJECT_LOOKING_UP fl=2 wbusy=2 ev=0[7b]
[45031.837398] ops=0 inp=0 exc=0
[45031.840721] parent=ffff8802356b9c00
[45031.844033] cookie=ffff8800b4c1f9c0 [pr=ffff880435456588 nd=ffff880321871bf8 fl=3]
[45031.847447] key=[16] '01000101e80300001b1d9f682c1e7175'
[45031.851056] xobject: OBJ1c4e6
[45031.854501] xobjstate=OBJECT_DYING fl=0 wbusy=0 ev=20[7]
[45031.857943] xops=1 inp=1 exc=0
[45031.861325] xparent=ffff8802356b9c00
[45031.864678] xcookie=NULL
[45033.224020] 
[45033.227467] CacheFiles: Error: Overlong wait for old active object to go away
[45033.230912] object: OBJ1c7d2
[45033.234309] objstate=OBJECT_LOOKING_UP fl=0 wbusy=2 ev=0[7b]
[45033.237726] ops=0 inp=0 exc=0
[45033.241076] parent=ffff8802356b9c00
[45033.244374] cookie=ffff8803cbe4fd20 [pr=ffff880435456588 nd=ffff88020b1db040 fl=7]
[45033.247786] key=[16] '01000101e80300006e10900b1d9f2c08'
[45033.251386] xobject: OBJ1c7d1
[45033.254845] xobjstate=OBJECT_DYING fl=0 wbusy=0 ev=20[5]
[45033.258303] xops=1 inp=1 exc=0
[45033.261687] xparent=ffff8802356b9c00
[45033.265089] xcookie=NULL

** Model information
sys_vendor: empty
product_name: empty
product_version: empty
chassis_vendor: empty
chassis_version: empty
bios_vendor: American Megatrends Inc.
bios_version: 'V2.05.B10 '
board_vendor: TYAN Computer Corporation
board_name: Tyan Transport GT24-B3992
board_version: empty

** Loaded modules:
xt_TCPMSS
act_police
cls_flow
cls_fw
cls_u32
sch_htb
sch_hfsc
sch_ingress
sch_sfq
bridge
xt_time
xt_connlimit
xt_realm
xt_addrtype
iptable_raw
xt_comment
xt_recent
xt_policy
ipt_ULOG
ipt_REJECT
ipt_REDIRECT
ipt_NETMAP
ipt_MASQUERADE
ipt_ECN
ipt_ecn
ipt_CLUSTERIP
ipt_ah
nf_nat_tftp
nf_nat_snmp_basic
nf_conntrack_snmp
nf_nat_sip
nf_nat_pptp
nf_nat_proto_gre
nf_nat_irc
nf_nat_h323
nf_nat_ftp
nf_nat_amanda
ts_kmp
nf_conntrack_amanda
nf_conntrack_sane
nf_conntrack_tftp
nf_conntrack_sip
nf_conntrack_proto_sctp
nf_conntrack_pptp
nf_conntrack_proto_gre
nf_conntrack_netlink
nf_conntrack_netbios_ns
nf_conntrack_broadcast
nf_conntrack_irc
nf_conntrack_h323
nf_conntrack_ftp
xt_TPROXY
nf_tproxy_core
ip6_tables
nf_defrag_ipv6
xt_tcpmss
xt_pkttype
xt_physdev
xt_owner
xt_NFQUEUE
xt_NFLOG
nfnetlink_log
xt_multiport
xt_mark
xt_mac
xt_limit
xt_length
xt_iprange
xt_helper
xt_hashlimit
xt_DSCP
xt_dscp
xt_dccp
xt_conntrack
xt_connmark
xt_CLASSIFY
ipt_LOG
xt_tcpudp
xt_state
iptable_nat
nf_nat
nf_conntrack_ipv4
nf_defrag_ipv4
nf_conntrack
iptable_mangle
iptable_filter
ip_tables
x_tables
nfnetlink
nfsd
nfs
lockd
auth_rpcgss
nfs_acl
sunrpc
cachefiles
fscache
ipip
tunnel4
bonding
8021q
garp
stp
xfs
r8169
kvm_amd
kvm
radeon
ttm
drm_kms_helper
snd_pcm
drm
sr_mod
snd_timer
snd
cdrom
i2c_algo_bit
soundcore
power_supply
tg3
tpm_tis
amd64_edac_mod
ata_generic
tpm
snd_page_alloc
libphy
edac_core
i2c_piix4
ohci_hcd
e100
edac_mce_amd
sata_svw
i2c_core
tpm_bios
pata_serverworks
processor
ehci_hcd
k10temp
evdev
usbcore
mii
sg
thermal_sys
pcspkr
button
usb_common
dm_mod
sata_via
sata_sis
pata_sis
sata_sil
sata_nv
ext4
mbcache
jbd2
crc16
raid1
md_mod
ata_piix
libata
sd_mod
crc_t10dif
arcmsr
scsi_mod
shpchp

** PCI devices:
00:01.0 PCI bridge [0604]: Broadcom BCM5785 [HT1000] PCI/PCI-X Bridge [1166:0036] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64
	Bus: primary=00, secondary=01, subordinate=02, sec-latency=64
	I/O behind bridge: 0000a000-0000bfff
	Memory behind bridge: ff300000-ff3fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [90] PCI-X bridge device
		Secondary Status: 64bit+ 133MHz+ SCD- USC- SCO- SRD- Freq=133MHz
		Status: Dev=00:01.0 64bit- 133MHz- SCD- USC- SCO- SRD-
		Upstream: Capacity=0 CommitmentLimit=0
		Downstream: Capacity=0 CommitmentLimit=0
	Capabilities: [a0] HyperTransport: MSI Mapping Enable+ Fixed-
		Mapping Address Base: 00000000fee00000
	Capabilities: [b0] HyperTransport: Slave or Primary Interface
		Command: BaseUnitID=1 UnitCnt=3 MastHost- DefDir-
		Link Control 0: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0
		Link Config 0: MLWI=8bit MLWO=8bit LWI=8bit LWO=8bit
		Link Control 1: CFlE- CST- CFE- <LkFail+ Init- EOC+ TXO- <CRCErr=0
		Link Config 1: MLWI=8bit MLWO=8bit LWI=N/C LWO=N/C
		Revision ID: 0.00
	Capabilities: [d8] Subsystem: Gammagraphx, Inc. (or missing ID) Device [0000:0000]

00:02.0 Host bridge [0600]: Broadcom BCM5785 [HT1000] Legacy South Bridge [1166:0205]
	Subsystem: Broadcom Device [1166:0201]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64
	Kernel driver in use: piix4_smbus

00:02.1 IDE interface [0101]: Broadcom BCM5785 [HT1000] IDE [1166:0214] (prog-if 8a [Master SecP PriP])
	Subsystem: Broadcom BCM5785 [HT1000] IDE [1166:0214]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Region 0: I/O ports at 01f0 [size=8]
	Region 1: I/O ports at 03f4 [size=1]
	Region 2: I/O ports at 0170 [size=8]
	Region 3: I/O ports at 0374 [size=1]
	Region 4: I/O ports at ffa0 [size=16]
	Capabilities: [b0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pata_serverworks

00:02.2 ISA bridge [0601]: Broadcom BCM5785 [HT1000] LPC [1166:0234]
	Subsystem: Broadcom Device [1166:0230]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0

00:03.0 USB Controller [0c03]: Broadcom BCM5785 [HT1000] USB [1166:0223] (rev 01) (prog-if 10 [OHCI])
	Subsystem: Broadcom BCM5785 [HT1000] USB [1166:0223]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 10
	Region 0: Memory at ff6ec000 (32-bit, non-prefetchable) [size=4K]
	Region 1: I/O ports at d400 [size=256]
	Capabilities: [dc] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
		Bridge: PM- B3+
	Kernel driver in use: ohci_hcd

00:03.1 USB Controller [0c03]: Broadcom BCM5785 [HT1000] USB [1166:0223] (rev 01) (prog-if 10 [OHCI])
	Subsystem: Broadcom BCM5785 [HT1000] USB [1166:0223]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 10
	Region 0: Memory at ff6ed000 (32-bit, non-prefetchable) [size=4K]
	Region 1: I/O ports at d800 [size=256]
	Capabilities: [dc] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
		Bridge: PM- B3+
	Kernel driver in use: ohci_hcd

00:03.2 USB Controller [0c03]: Broadcom BCM5785 [HT1000] USB [1166:0223] (rev 01) (prog-if 20 [EHCI])
	Subsystem: Broadcom BCM5785 [HT1000] USB [1166:0223]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 10
	Region 0: Memory at ff6ee000 (32-bit, non-prefetchable) [size=4K]
	Region 1: I/O ports at e800 [size=256]
	Capabilities: [dc] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
		Bridge: PM- B3+
	Kernel driver in use: ehci_hcd

00:04.0 Ethernet controller [0200]: Intel Corporation 82557/8/9/0/1 Ethernet Pro 100 [8086:1229] (rev 10)
	Subsystem: Intel Corporation EtherExpress PRO/100 S Server Adapter [8086:1040]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64 (2000ns min, 14000ns max), Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at ff6eb000 (32-bit, non-prefetchable) [size=4K]
	Region 1: I/O ports at ec00 [size=64]
	Region 2: Memory at ff6a0000 (32-bit, non-prefetchable) [size=128K]
	Capabilities: [dc] Power Management version 2
		Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=2 PME-
	Kernel driver in use: e100

00:06.0 PCI bridge [0604]: Broadcom BCM5780 [HT2000] PCI-X bridge [1166:0130] (rev a3) (prog-if 00 [Normal decode])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=64
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr+ DiscTmrStat- DiscTmrSERREn-
	Capabilities: [90] PCI-X bridge device
		Secondary Status: 64bit+ 133MHz+ SCD- USC- SCO- SRD- Freq=133MHz
		Status: Dev=00:06.0 64bit- 133MHz- SCD- USC- SCO- SRD-
		Upstream: Capacity=0 CommitmentLimit=0
		Downstream: Capacity=0 CommitmentLimit=0
	Capabilities: [a0] HyperTransport: MSI Mapping Enable+ Fixed-
		Mapping Address Base: 00000000fee00000
	Capabilities: [b0] HyperTransport: Slave or Primary Interface
		Command: BaseUnitID=6 UnitCnt=6 MastHost- DefDir-
		Link Control 0: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0
		Link Config 0: MLWI=16bit MLWO=16bit LWI=16bit LWO=16bit
		Link Control 1: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0
		Link Config 1: MLWI=8bit MLWO=8bit LWI=8bit LWO=8bit
		Revision ID: 0.00

00:07.0 PCI bridge [0604]: Broadcom BCM5780 [HT2000] PCI-X bridge [1166:0130] (rev a3) (prog-if 00 [Normal decode])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=64
	Memory behind bridge: ff400000-ff4fffff
	Prefetchable memory behind bridge: 00000000cfe00000-00000000cfefffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [90] PCI-X bridge device
		Secondary Status: 64bit+ 133MHz+ SCD- USC- SCO- SRD- Freq=133MHz
		Status: Dev=00:07.0 64bit- 133MHz- SCD- USC- SCO- SRD-
		Upstream: Capacity=0 CommitmentLimit=0
		Downstream: Capacity=0 CommitmentLimit=0
	Capabilities: [a0] HyperTransport: MSI Mapping Enable+ Fixed-
		Mapping Address Base: 00000000fee00000

00:08.0 PCI bridge [0604]: Broadcom BCM5780 [HT2000] PCI-Express Bridge [1166:0132] (rev a3) (prog-if 00 [Normal decode])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Bus: primary=00, secondary=05, subordinate=05, sec-latency=64
	Memory behind bridge: ff500000-ff5fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [a0] HyperTransport: MSI Mapping Enable+ Fixed-
		Mapping Address Base: 00000000fee00000
	Capabilities: [b0] Express (v1) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <16us
			ExtTag- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 2.5GT/s, Width x8, ASPM L0s L1, Latency L0 <4us, L1 <16us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Kernel driver in use: pcieport

00:09.0 PCI bridge [0604]: Broadcom BCM5780 [HT2000] PCI-Express Bridge [1166:0132] (rev a3) (prog-if 00 [Normal decode])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Bus: primary=00, secondary=06, subordinate=06, sec-latency=64
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [a0] HyperTransport: MSI Mapping Enable+ Fixed-
		Mapping Address Base: 00000000fee00000
	Capabilities: [b0] Express (v1) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <16us
			ExtTag- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <4us, L1 <16us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Kernel driver in use: pcieport

00:0a.0 PCI bridge [0604]: Broadcom BCM5780 [HT2000] PCI-Express Bridge [1166:0132] (rev a3) (prog-if 00 [Normal decode])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=64
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [a0] HyperTransport: MSI Mapping Enable+ Fixed-
		Mapping Address Base: 00000000fee00000
	Capabilities: [b0] Express (v1) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <16us
			ExtTag- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #3, Speed 2.5GT/s, Width x8, ASPM L0s L1, Latency L0 <4us, L1 <16us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Kernel driver in use: pcieport

00:0b.0 PCI bridge [0604]: Broadcom BCM5780 [HT2000] PCI-Express Bridge [1166:0132] (rev a3) (prog-if 00 [Normal decode])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Bus: primary=00, secondary=08, subordinate=08, sec-latency=64
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [a0] HyperTransport: MSI Mapping Enable+ Fixed-
		Mapping Address Base: 00000000fee00000
	Capabilities: [b0] Express (v1) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <16us
			ExtTag- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #4, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <4us, L1 <16us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Kernel driver in use: pcieport

00:0c.0 VGA compatible controller [0300]: ATI Technologies Inc ES1000 [1002:515e] (rev 02) (prog-if 00 [VGA controller])
	Subsystem: ATI Technologies Inc ES1000 [1002:515e]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping+ SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64 (2000ns min), Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 17
	Region 0: Memory at d8000000 (32-bit, prefetchable) [size=128M]
	Region 1: I/O ports at e000 [size=256]
	Region 2: Memory at ff6f0000 (32-bit, non-prefetchable) [size=64K]
	Expansion ROM at ff6c0000 [disabled] [size=128K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: radeon

00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [80] HyperTransport: Host or Secondary Interface
		Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
		Link Control: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn- LSEn+ ExtCTL- 64b-
		Link Config: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
		Revision ID: 3.00
		Link Frequency: 1.0GHz
		Link Error: <Prot- <Ovfl- <EOC- CTLTm-
		Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz- 1.4GHz- 1.6GHz- Vend-
		Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE-
	Capabilities: [a0] HyperTransport: Host or Secondary Interface
		Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
		Link Control: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn- LSEn+ ExtCTL- 64b-
		Link Config: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
		Revision ID: 3.00
		Link Frequency: 1.0GHz
		Link Error: <Prot- <Ovfl- <EOC- CTLTm-
		Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz- 1.4GHz- 1.6GHz- Vend-
		Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE-
	Capabilities: [c0] HyperTransport: Host or Secondary Interface
		Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
		Link Control: CFlE- CST- CFE- <LkFail- Init- EOC+ TXO+ <CRCErr=0 IsocEn- LSEn+ ExtCTL- 64b-
		Link Config: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=N/C DwFcInEn- LWO=N/C DwFcOutEn-
		Revision ID: 3.00
		Link Frequency: 200MHz
		Link Error: <Prot- <Ovfl- <EOC- CTLTm-
		Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz- 1.4GHz- 1.6GHz- Vend-
		Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE-

00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:18.2 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: amd64_edac

00:18.3 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control [1022:1203]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [f0] Secure device <?>

00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Link Control [1022:1204]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [c0] HyperTransport: Host or Secondary Interface
		Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
		Link Control: CFlE- CST- CFE- <LkFail- Init- EOC+ TXO+ <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
		Link Config: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=N/C DwFcInEn- LWO=N/C DwFcOutEn-
		Revision ID: 3.00
		Link Frequency: 200MHz
		Link Error: <Prot- <Ovfl- <EOC- CTLTm-
		Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz- 1.4GHz- 1.6GHz- Vend-
		Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE-

00:19.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [80] HyperTransport: Host or Secondary Interface
		Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
		Link Control: CFlE- CST- CFE- <LkFail- Init- EOC+ TXO+ <CRCErr=0 IsocEn- LSEn+ ExtCTL- 64b-
		Link Config: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=N/C DwFcInEn- LWO=N/C DwFcOutEn-
		Revision ID: 3.00
		Link Frequency: 200MHz
		Link Error: <Prot- <Ovfl- <EOC- CTLTm-
		Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz- 1.4GHz- 1.6GHz- Vend-
		Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE-
	Capabilities: [a0] HyperTransport: Host or Secondary Interface
		Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
		Link Control: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn- LSEn+ ExtCTL- 64b-
		Link Config: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
		Revision ID: 3.00
		Link Frequency: 1.0GHz
		Link Error: <Prot- <Ovfl- <EOC- CTLTm-
		Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz- 1.4GHz- 1.6GHz- Vend-
		Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE-
	Capabilities: [c0] HyperTransport: Host or Secondary Interface
		Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
		Link Control: CFlE- CST- CFE- <LkFail- Init- EOC+ TXO+ <CRCErr=0 IsocEn- LSEn+ ExtCTL- 64b-
		Link Config: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=N/C DwFcInEn- LWO=N/C DwFcOutEn-
		Revision ID: 3.00
		Link Frequency: 200MHz
		Link Error: <Prot- <Ovfl- <EOC- CTLTm-
		Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz- 1.4GHz- 1.6GHz- Vend-
		Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE-

00:19.1 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:19.2 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Kernel driver in use: amd64_edac

00:19.3 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control [1022:1203]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [f0] Secure device <?>

00:19.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Link Control [1022:1204]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [80] HyperTransport: Host or Secondary Interface
		Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
		Link Control: CFlE- CST- CFE- <LkFail- Init- EOC+ TXO+ <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
		Link Config: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=N/C DwFcInEn- LWO=N/C DwFcOutEn-
		Revision ID: 3.00
		Link Frequency: 200MHz
		Link Error: <Prot- <Ovfl- <EOC- CTLTm-
		Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz- 1.4GHz- 1.6GHz- Vend-
		Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE-
	Capabilities: [c0] HyperTransport: Host or Secondary Interface
		Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
		Link Control: CFlE- CST- CFE- <LkFail- Init- EOC+ TXO+ <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
		Link Config: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=N/C DwFcInEn- LWO=N/C DwFcOutEn-
		Revision ID: 3.00
		Link Frequency: 200MHz
		Link Error: <Prot- <Ovfl- <EOC- CTLTm-
		Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz- 1.4GHz- 1.6GHz- Vend-
		Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE-

01:0d.0 PCI bridge [0604]: Broadcom BCM5785 [HT1000] PCI/PCI-X Bridge [1166:0104] (rev c0) (prog-if 00 [Normal decode])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Bus: primary=01, secondary=02, subordinate=02, sec-latency=64
	Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr+ DiscTmrStat- DiscTmrSERREn-
	Capabilities: [90] PCI-X bridge device
		Secondary Status: 64bit+ 133MHz+ SCD- USC- SCO- SRD- Freq=conv
		Status: Dev=01:0d.0 64bit+ 133MHz+ SCD- USC- SCO- SRD-
		Upstream: Capacity=8 CommitmentLimit=8
		Downstream: Capacity=8 CommitmentLimit=8
	Capabilities: [88] Subsystem: Device [d723:2950]

01:0e.0 IDE interface [0101]: Broadcom BCM5785 [HT1000] SATA (PATA/IDE Mode) [1166:024b] (prog-if 8f [Master SecP SecO PriP PriO])
	Subsystem: Broadcom BCM5785 [HT1000] SATA (PATA/IDE Mode) [1166:024b]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64
	Interrupt: pin A routed to IRQ 11
	Region 0: I/O ports at bc00 [size=8]
	Region 1: I/O ports at b880 [size=4]
	Region 2: I/O ports at b800 [size=8]
	Region 3: I/O ports at b480 [size=4]
	Region 4: I/O ports at b400 [size=16]
	Region 5: Memory at ff3fe000 (32-bit, non-prefetchable) [size=8K]
	Expansion ROM at ff3c0000 [disabled] [size=128K]
	Capabilities: [60] PCI-X non-bridge device
		Command: DPERE- ERO- RBC=512 OST=8
		Status: Dev=01:0e.0 64bit+ 133MHz+ SCD- USC- DC=simple DMMRBC=512 DMOST=8 DMCRS=32 RSCEM- 266MHz- 533MHz-
	Capabilities: [90] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Kernel driver in use: sata_svw

01:0e.1 IDE interface [0101]: Broadcom BCM5785 [HT1000] SATA (PATA/IDE Mode) [1166:024b] (prog-if 8f [Master SecP SecO PriP PriO])
	Subsystem: Broadcom BCM5785 [HT1000] SATA (PATA/IDE Mode) [1166:024b]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64
	Interrupt: pin A routed to IRQ 11
	Region 0: I/O ports at b080 [size=8]
	Region 1: I/O ports at b000 [size=4]
	Region 2: I/O ports at ac00 [size=8]
	Region 3: I/O ports at a880 [size=4]
	Region 4: I/O ports at a800 [size=16]
	Capabilities: [60] PCI-X non-bridge device
		Command: DPERE- ERO- RBC=512 OST=8
		Status: Dev=01:0e.0 64bit+ 133MHz+ SCD- USC- DC=simple DMMRBC=512 DMOST=8 DMCRS=32 RSCEM- 266MHz- 533MHz-
	Capabilities: [90] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000

04:04.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5780 Gigabit Ethernet [14e4:166a] (rev 03)
	Subsystem: Broadcom Corporation NetXtreme BCM5780 Gigabit Ethernet [14e4:166a]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64 (16000ns min), Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 64
	Region 0: Memory at ff4d0000 (64-bit, non-prefetchable) [size=64K]
	Region 2: Memory at ff4c0000 (64-bit, non-prefetchable) [size=64K]
	Expansion ROM at <ignored> [disabled]
	Capabilities: [40] PCI-X non-bridge device
		Command: DPERE- ERO- RBC=512 OST=1
		Status: Dev=04:04.0 64bit+ 133MHz+ SCD- USC- DC=simple DMMRBC=2048 DMOST=1 DMCRS=16 RSCEM- 266MHz- 533MHz-
	Capabilities: [48] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable+ DSel=0 DScale=1 PME-
	Capabilities: [50] Vital Product Data
		Product Name: Broadcom NetXtreme Gigabit Ethernet Controller
		Read-only fields:
			[PN] Part number: BCM95780
			[EC] Engineering changes: 106679-15
			[SN] Serial number: 0123456789
			[MN] Manufacture ID: 31 34 65 34
			[RV] Reserved: checksum bad, 28 byte(s) reserved
		Read/write fields:
			[YA] Asset tag: XYZ01234567
			[RW] Read-write area: 107 byte(s) free
		End
	Capabilities: [58] MSI: Enable+ Count=1/8 Maskable- 64bit+
		Address: 00000000feeff00c  Data: 4161
	Kernel driver in use: tg3

04:04.1 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5780 Gigabit Ethernet [14e4:166a] (rev 03)
	Subsystem: Broadcom Corporation NetXtreme BCM5780 Gigabit Ethernet [14e4:166a]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64 (16000ns min), Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 65
	Region 0: Memory at ff4f0000 (64-bit, non-prefetchable) [size=64K]
	Region 2: Memory at ff4e0000 (64-bit, non-prefetchable) [size=64K]
	Expansion ROM at <ignored> [disabled]
	Capabilities: [40] PCI-X non-bridge device
		Command: DPERE- ERO- RBC=512 OST=1
		Status: Dev=04:04.1 64bit+ 133MHz+ SCD- USC- DC=simple DMMRBC=2048 DMOST=1 DMCRS=16 RSCEM- 266MHz- 533MHz-
	Capabilities: [48] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable+ DSel=0 DScale=1 PME-
	Capabilities: [50] Vital Product Data
		Product Name: Broadcom NetXtreme Gigabit Ethernet Controller
		Read-only fields:
			[PN] Part number: BCM95780
			[EC] Engineering changes: 106679-15
			[SN] Serial number: 0123456789
			[MN] Manufacture ID: 31 34 65 34
			[RV] Reserved: checksum bad, 28 byte(s) reserved
		Read/write fields:
			[YA] Asset tag: XYZ01234567
			[RW] Read-write area: 107 byte(s) free
		End
	Capabilities: [58] MSI: Enable+ Count=1/8 Maskable- 64bit+
		Address: 00000000feeff00c  Data: 4169
	Kernel driver in use: tg3

05:00.0 RAID bus controller [0104]: Areca Technology Corp. ARC-1680 8 port PCIe/PCI-X to SAS/SATA II RAID Controller [17d3:1680]
	Subsystem: Areca Technology Corp. Device [17d3:1212]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 28
	Region 0: Memory at ff5fe000 (32-bit, non-prefetchable) [size=8K]
	Expansion ROM at ff5e0000 [disabled] [size=64K]
	Capabilities: [98] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [b0] Subsystem: LSI Logic / Symbios Logic Device [1000:0000]
	Capabilities: [a0] MSI: Enable- Count=1/2 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [d0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s unlimited, L1 <1us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x8, ASPM L0s, Latency L0 <128ns, L1 unlimited
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Kernel driver in use: arcmsr


** USB devices:
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


-- System Information:
Debian Release: 6.0.5
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-3.2.0-0.bpo.2-amd64 depends on:
ii  debconf [debconf-2.0]       1.5.36.1     Debian configuration management sy
ii  initramfs-tools [linux-init 0.99~bpo60+1 tools for generating an initramfs
ii  linux-base                  3.4~bpo60+1  Linux image base package
ii  module-init-tools           3.12-2       tools for managing Linux kernel mo

Versions of packages linux-image-3.2.0-0.bpo.2-amd64 recommends:
ii  firmware-linux-free           2.6.32-45  Binary firmware for various driver

Versions of packages linux-image-3.2.0-0.bpo.2-amd64 suggests:
ii  grub-pc        1.98+20100804-14+squeeze1 GRand Unified Bootloader, version 
pn  linux-doc-3.2  <none>                    (no description available)

Versions of packages linux-image-3.2.0-0.bpo.2-amd64 is related to:
pn  firmware-atheros            <none>       (no description available)
ii  firmware-bnx2               0.36         Binary firmware for Broadcom NetXt
pn  firmware-bnx2x              <none>       (no description available)
pn  firmware-brcm80211          <none>       (no description available)
pn  firmware-intelwimax         <none>       (no description available)
pn  firmware-ipw2x00            <none>       (no description available)
pn  firmware-ivtv               <none>       (no description available)
pn  firmware-iwlwifi            <none>       (no description available)
pn  firmware-libertas           <none>       (no description available)
ii  firmware-linux              0.35~bpo60+1 Binary firmware for various driver
ii  firmware-linux-nonfree      0.35~bpo60+1 Binary firmware for various driver
pn  firmware-myricom            <none>       (no description available)
pn  firmware-netxen             <none>       (no description available)
pn  firmware-qlogic             <none>       (no description available)
pn  firmware-ralink             <none>       (no description available)
pn  firmware-realtek            <none>       (no description available)
pn  xen-hypervisor              <none>       (no description available)

-- debconf information:
  linux-image-3.2.0-0.bpo.2-amd64/postinst/depmod-error-initrd-3.2.0-0.bpo.2-amd64: false
  linux-image-3.2.0-0.bpo.2-amd64/postinst/missing-firmware-3.2.0-0.bpo.2-amd64:
  linux-image-3.2.0-0.bpo.2-amd64/prerm/removing-running-kernel-3.2.0-0.bpo.2-amd64: true
  linux-image-3.2.0-0.bpo.2-amd64/postinst/ignoring-ramdisk:


Reply to: