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

Bug#717353: marked as done (linux-image-3.9-0.bpo.1-amd64: Xen pciback not working: "address space collision: [mem ...] conflicts with System RAM [mem ...]")



Your message dated Sat, 16 Oct 2021 02:10:55 -0700 (PDT)
with message-id <616a971f.1c69fb81.32dbb.0d29@mx.google.com>
and subject line Closing this bug (BTS maintenance for src:linux bugs)
has caused the Debian Bug report #717353,
regarding linux-image-3.9-0.bpo.1-amd64: Xen pciback not working: "address space collision: [mem ...] conflicts with System RAM [mem ...]"
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
717353: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717353
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:linux
Version: 3.9.6-1~bpo70+1
Severity: important

Dear Maintainer,

pciback for my second SCSI controller (and for the second network card)
is not working anymore after dom0 reboot.

I have been running Debian kernel 2.6.32-5-xen-amd64 for more than one
year on a Debian GNU/Linux Squeeze dom0 with Xen 4.0 Debian packages
(hypervisor) and I could delegate both the second network card and the
second SCSI controller (connected to a tape changer) to a domU with
pciback and PCI Passthrough.

While the domU was running, I have regularly installed the Debian
updates for the kernel in dom0 and then, after the domU shutdown, I
copied the kernel modules to domU (always kernel 2.6.32-xen).

After that I could restart the domU and I could pass to it the two
devices as I used to do before but the devices were not working anymore
as expected in the domU: with lspci I could see the two devices in the
domU but the device files for the tape changer were not created and the
network card was not available.

Then I decided to upgrade the dom0 to Debian Wheezy, Xen hypervisor 4.1
and kernel 3.2 (used also for the domU, which is still squeeze),
supposing the problem could be resolved with a newer kernel but the
problem was still there.

Now I am trying Debian kernel 3.9-0.bpo.1-amd64, on both dom0 and domU,
but even with this kernel the problem is there and the logs in the domU
too: here is a snippet of the kernel logs that appear in domU when I try
to pass the SCSI controller to it:

-- domU logs start --
Jul 16 10:30:02 max kernel: [52888.766659] pcifront pci-0: Installing PCI frontend
Jul 16 10:30:02 max kernel: [52888.766950] pcifront pci-0: Creating PCI Frontend Bus 0000:09
Jul 16 10:30:02 max kernel: [52888.767746] pci 0000:09:08.0: [1000:0030] type 0 class 0x000100
Jul 16 10:30:02 max kernel: [52888.768625] pci 0000:09:08.0: reg 10: [io  0x5000-0x50ff]
Jul 16 10:30:02 max kernel: [52888.769162] pci 0000:09:08.0: reg 14: [mem 0xf9e00000-0xf9e1ffff 64bit]
Jul 16 10:30:02 max kernel: [52888.769658] pci 0000:09:08.0: reg 1c: [mem 0xf9e20000-0xf9e3ffff 64bit]
Jul 16 10:30:02 max kernel: [52888.775076] pci 0000:09:08.0: supports D1 D2
Jul 16 10:30:02 max kernel: [52888.781269] pcifront pci-0: claiming resource 0000:09:08.0/0
Jul 16 10:30:02 max kernel: [52888.781286] pcifront pci-0: claiming resource 0000:09:08.0/1
Jul 16 10:30:02 max kernel: [52888.781296] pci 0000:09:08.0: address space collision: [mem 0xf9e00000-0xf9e1ffff 64bit] conflicts with System RAM [mem 0x00100000-0x4007fffff]
Jul 16 10:30:02 max kernel: [52888.781308] pcifront pci-0: Could not claim resource 0000:09:08.0/1! Device offline. Try using e820_host=1 in the guest config.
Jul 16 10:30:02 max kernel: [52888.781325] pcifront pci-0: claiming resource 0000:09:08.0/3
Jul 16 10:30:02 max kernel: [52888.781333] pci 0000:09:08.0: address space collision: [mem 0xf9e20000-0xf9e3ffff 64bit] conflicts with System RAM [mem 0x00100000-0x4007fffff]
Jul 16 10:30:02 max kernel: [52888.781349] pcifront pci-0: Could not claim resource 0000:09:08.0/3! Device offline. Try using e820_host=1 in the guest config.
Jul 16 10:30:02 max kernel: [52888.782498] mptspi 0000:09:08.0: device not available (can't reserve [mem 0xf9e00000-0xf9e1ffff 64bit])
Jul 16 10:30:02 max kernel: [52888.782512] mptbase: ioc2: ERROR - pci_enable_device_mem() failed
-- domU logs end --

I already use e820_host=1 and iommu=soft in the domU configuration (I
have tried also without).

All this sounds similar to the old pciback problem for domUs with more
than 2GB ram (?) but my domU has only 2 GB ram and in any case I thought
that problem was solved with Linux kernel > 3.2: wasn't it?
(http://lists.xen.org/archives/html/xen-users/2013-05/msg00325.html)

Thank you very much for your attention

Rolf


-- Package-specific info:
** Version:
Linux version 3.9-0.bpo.1-amd64 (debian-kernel@lists.debian.org) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 SMP Debian 3.9.6-1~bpo70+1

** Command line:
placeholder root=/dev/mapper/grp01-grp01--root ro xen-pciback.permissive xen-pciback.hide=(0000:04:00.0)(0000:09:08.0) pci=resource_alignment=0000:04:00.0;0000:09:08.0 xen-pciback.verbose_request=1 iommu=verbose nomodeset quiet

Note: Actually I don't think this command line is read by the new 3.9
kernel: the dom0 doesn't load the xen-pciback module at boot and I have
to use this method to (release and) bind the device to the domU:
http://wiki.xen.org/wiki/Xen_PCI_Passthrough#Dynamic_assignment_with_sysfs

** Not tainted

** Kernel log:
[11412.347360] xen-pciback: 0000:09:08.0: read 1 bytes at 0x58 = 5
[11412.347366] xen-pciback: 0000:09:08.0: read 1 bytes at 0x59
[11412.347371] xen-pciback: 0000:09:08.0: read 1 bytes at 0x59 = 68
[11412.347386] xen-pciback: 0000:09:08.0: read 1 bytes at 0x68
[11412.347392] xen-pciback: 0000:09:08.0: read 1 bytes at 0x68 = 7
[11412.347398] xen-pciback: 0000:09:08.0: read 1 bytes at 0x69
[11412.347403] xen-pciback: 0000:09:08.0: read 1 bytes at 0x69 = 0
[11412.347409] xen-pciback: 0000:09:08.0: read 2 bytes at 0x6
[11412.347414] xen-pciback: 0000:09:08.0: read 2 bytes at 0x6 = 230
[11412.347421] xen-pciback: 0000:09:08.0: read 1 bytes at 0x34
[11412.347426] xen-pciback: 0000:09:08.0: read 1 bytes at 0x34 = 50
[11412.347432] xen-pciback: 0000:09:08.0: read 1 bytes at 0x50
[11412.347439] xen-pciback: 0000:09:08.0: read 1 bytes at 0x50 = 5801
[11412.347454] xen-pciback: 0000:09:08.0: read 1 bytes at 0x51
[11412.347462] xen-pciback: 0000:09:08.0: read 1 bytes at 0x51 = 58
[11412.347469] xen-pciback: 0000:09:08.0: read 1 bytes at 0x58
[11412.347474] xen-pciback: 0000:09:08.0: read 1 bytes at 0x58 = 5
[11412.347480] xen-pciback: 0000:09:08.0: read 1 bytes at 0x59
[11412.347484] xen-pciback: 0000:09:08.0: read 1 bytes at 0x59 = 68
[11412.347491] xen-pciback: 0000:09:08.0: read 1 bytes at 0x68
[11412.347496] xen-pciback: 0000:09:08.0: read 1 bytes at 0x68 = 7
[11412.347512] xen-pciback: 0000:09:08.0: read 2 bytes at 0x6
[11412.347517] xen-pciback: 0000:09:08.0: read 2 bytes at 0x6 = 230
[11412.347524] xen-pciback: 0000:09:08.0: read 1 bytes at 0x34
[11412.347528] xen-pciback: 0000:09:08.0: read 1 bytes at 0x34 = 50
[11412.347535] xen-pciback: 0000:09:08.0: read 1 bytes at 0x50
[11412.347541] xen-pciback: 0000:09:08.0: read 1 bytes at 0x50 = 5801
[11412.347557] xen-pciback: 0000:09:08.0: read 2 bytes at 0x52
[11412.347564] xen-pciback: 0000:09:08.0: read 2 bytes at 0x52 = 602
[11412.347589] xen-pciback: 0000:09:08.0: read 2 bytes at 0x6
[11412.347594] xen-pciback: 0000:09:08.0: read 2 bytes at 0x6 = 230
[11412.347601] xen-pciback: 0000:09:08.0: read 1 bytes at 0x34
[11412.347606] xen-pciback: 0000:09:08.0: read 1 bytes at 0x34 = 50
[11412.347613] xen-pciback: 0000:09:08.0: read 1 bytes at 0x50
[11412.347620] xen-pciback: 0000:09:08.0: read 1 bytes at 0x50 = 5801
[11412.347626] xen-pciback: 0000:09:08.0: read 1 bytes at 0x51
[11412.347633] xen-pciback: 0000:09:08.0: read 1 bytes at 0x51 = 58
[11412.347648] xen-pciback: 0000:09:08.0: read 1 bytes at 0x58
[11412.347654] xen-pciback: 0000:09:08.0: read 1 bytes at 0x58 = 5
[11412.347660] xen-pciback: 0000:09:08.0: read 1 bytes at 0x59
[11412.347665] xen-pciback: 0000:09:08.0: read 1 bytes at 0x59 = 68
[11412.347671] xen-pciback: 0000:09:08.0: read 1 bytes at 0x68
[11412.347676] xen-pciback: 0000:09:08.0: read 1 bytes at 0x68 = 7
[11412.347682] xen-pciback: 0000:09:08.0: read 1 bytes at 0x69
[11412.347687] xen-pciback: 0000:09:08.0: read 1 bytes at 0x69 = 0
[11412.350715] xen-pciback: 0000:09:08.0: read 2 bytes at 0x6
[11412.350722] xen-pciback: 0000:09:08.0: read 2 bytes at 0x6 = 230
[11412.350738] xen-pciback: 0000:09:08.0: read 1 bytes at 0x34
[11412.350744] xen-pciback: 0000:09:08.0: read 1 bytes at 0x34 = 50
[11412.350750] xen-pciback: 0000:09:08.0: read 1 bytes at 0x50
[11412.350757] xen-pciback: 0000:09:08.0: read 1 bytes at 0x50 = 5801
[11412.350764] xen-pciback: 0000:09:08.0: read 1 bytes at 0x51
[11412.350780] xen-pciback: 0000:09:08.0: read 1 bytes at 0x51 = 58
[11412.350786] xen-pciback: 0000:09:08.0: read 1 bytes at 0x58
[11412.350791] xen-pciback: 0000:09:08.0: read 1 bytes at 0x58 = 5
[11412.350798] xen-pciback: 0000:09:08.0: read 1 bytes at 0x59
[11412.350803] xen-pciback: 0000:09:08.0: read 1 bytes at 0x59 = 68
[11412.350814] xen-pciback: 0000:09:08.0: read 1 bytes at 0x68
[11412.350819] xen-pciback: 0000:09:08.0: read 1 bytes at 0x68 = 7
[11412.350825] xen-pciback: 0000:09:08.0: read 1 bytes at 0x69
[11412.350830] xen-pciback: 0000:09:08.0: read 1 bytes at 0x69 = 0
[11412.350897] xen-pciback: 0000:09:08.0: read 2 bytes at 0x54
[11412.350905] xen-pciback: 0000:09:08.0: read 2 bytes at 0x54 = 0
[11412.350942] xen-pciback: 0000:09:08.0: read 2 bytes at 0x54
[11412.350950] xen-pciback: 0000:09:08.0: read 2 bytes at 0x54 = 0
[11412.350957] xen-pciback: 0000:09:08.0: read 2 bytes at 0x4
[11412.350980] xen-pciback: 0000:09:08.0: read 2 bytes at 0x4 = 0
[12512.289985] xen-pciback: 0000:09:08.0: read 4 bytes at 0x0
[12512.290003] xen-pciback: 0000:09:08.0: read 4 bytes at 0x0 = 301000
[12512.290012] xen-pciback: 0000:09:08.0: read 4 bytes at 0x4
[12512.290020] xen-pciback: 0000:09:08.0: read 4 bytes at 0x4 = 2300000
[12512.290027] xen-pciback: 0000:09:08.0: read 4 bytes at 0x8
[12512.290032] xen-pciback: 0000:09:08.0: read 4 bytes at 0x8 = 10000c1
[12512.290039] xen-pciback: 0000:09:08.0: read 4 bytes at 0xc
[12512.290048] xen-pciback: 0000:09:08.0: read 4 bytes at 0xc = 4810
[12512.290054] xen-pciback: 0000:09:08.0: read 4 bytes at 0x10
[12512.290060] xen-pciback: 0000:09:08.0: read 4 bytes at 0x10 = 5001
[12512.290066] xen-pciback: 0000:09:08.0: read 4 bytes at 0x14
[12512.290071] xen-pciback: 0000:09:08.0: read 4 bytes at 0x14 = f9e00004
[12512.290078] xen-pciback: 0000:09:08.0: read 4 bytes at 0x18
[12512.290083] xen-pciback: 0000:09:08.0: read 4 bytes at 0x18 = 0
[12512.290090] xen-pciback: 0000:09:08.0: read 4 bytes at 0x1c
[12512.290094] xen-pciback: 0000:09:08.0: read 4 bytes at 0x1c = f9e20004
[12512.290109] xen-pciback: 0000:09:08.0: read 4 bytes at 0x20
[12512.290115] xen-pciback: 0000:09:08.0: read 4 bytes at 0x20 = 0
[12512.290121] xen-pciback: 0000:09:08.0: read 4 bytes at 0x24
[12512.290126] xen-pciback: 0000:09:08.0: read 4 bytes at 0x24 = 0
[12512.290133] xen-pciback: 0000:09:08.0: read 4 bytes at 0x28
[12512.290137] xen-pciback: 0000:09:08.0: read 4 bytes at 0x28 = 0
[12512.290144] xen-pciback: 0000:09:08.0: read 4 bytes at 0x2c
[12512.290149] xen-pciback: 0000:09:08.0: read 4 bytes at 0x2c = 322a103c
[12512.290156] xen-pciback: 0000:09:08.0: read 4 bytes at 0x30
[12512.290160] xen-pciback: 0000:09:08.0: read 4 bytes at 0x30 = e0100000
[12512.290172] xen-pciback: 0000:09:08.0: read 4 bytes at 0x34
[12512.290177] xen-pciback: 0000:09:08.0: read 4 bytes at 0x34 = 50
[12512.290189] xen-pciback: 0000:09:08.0: read 4 bytes at 0x38
[12512.290194] xen-pciback: 0000:09:08.0: read 4 bytes at 0x38 = 0
[12512.290200] xen-pciback: 0000:09:08.0: read 4 bytes at 0x3c
[12512.290205] xen-pciback: 0000:09:08.0: read 4 bytes at 0x3c = 6100126
[109531.146220] hrtimer: interrupt took 143513628 ns

** Model information
sys_vendor: HP
product_name: ProLiant DL385 G2
product_version: 
chassis_vendor: HP
chassis_version: 
bios_vendor: HP
bios_version: A09

** Loaded modules:
xt_tcpudp
xt_physdev
xen_netback
xen_blkback
xen_pciback
ip6table_filter
ip6_tables
iptable_filter
ip_tables
xen_gntdev
ebtable_nat
ebtables
xen_evtchn
x_tables
xenfs
xen_privcmd
binfmt_misc
fuse
bridge
stp
llc
dm_round_robin
dm_multipath
scsi_dh
loop
joydev
microcode
psmouse
serio_raw
amd64_edac_mod
edac_mce_amd
k8temp
edac_core
ttm
drm_kms_helper
drm
i2c_algo_bit
i2c_piix4
i2c_core
ipmi_si
processor
button
hpilo
thermal_sys
ipmi_msghandler
hpwdt
shpchp
dm_mod
nfsd
auth_rpcgss
nfs_acl
nfs
dns_resolver
fscache
lockd
sunrpc
ext3
mbcache
jbd
sd_mod
crc_t10dif
hid_generic
usbhid
hid
sr_mod
cdrom
hpsa
ata_generic
evdev
bnx2
cciss
pcspkr
lpfc
scsi_transport_fc
scsi_tgt
pata_serverworks
uhci_hcd
ohci_hcd
ehci_pci
ehci_hcd
libata
scsi_mod
usbcore
usb_common

** PCI devices:
00:03.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI ES1000 [1002:515e] (rev 02) (prog-if 00 [VGA controller])
	Subsystem: Hewlett-Packard Company Device [103c:31fb]
	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 7
	Region 0: Memory at e8000000 (32-bit, prefetchable) [size=128M]
	Region 1: I/O ports at 1000 [size=256]
	Region 2: Memory at f5ff0000 (32-bit, non-prefetchable) [size=64K]
	[virtual] Expansion ROM at e0400000 [disabled] [size=128K]
	Capabilities: <access denied>

00:04.0 System peripheral [0880]: Compaq Computer Corporation Integrated Lights Out Controller [0e11:b203] (rev 03)
	Subsystem: Hewlett-Packard Company Device [103c:3305]
	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-
	Interrupt: pin A routed to IRQ 46
	Region 0: I/O ports at 2800 [size=256]
	Region 1: Memory at f5fe0000 (32-bit, non-prefetchable) [size=512]
	Capabilities: <access denied>
	Kernel driver in use: hpwdt

00:04.2 System peripheral [0880]: Compaq Computer Corporation Integrated Lights Out  Processor [0e11:b204] (rev 03)
	Subsystem: Hewlett-Packard Company Device [103c:3305]
	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 B routed to IRQ 45
	Region 0: I/O ports at 1400 [size=256]
	Region 1: Memory at f5fd0000 (32-bit, non-prefetchable) [size=2K]
	Region 2: Memory at f5fc0000 (32-bit, non-prefetchable) [size=8K]
	Region 3: Memory at f5f00000 (32-bit, non-prefetchable) [size=512K]
	[virtual] Expansion ROM at e0420000 [disabled] [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: hpilo

00:04.4 USB controller [0c03]: Hewlett-Packard Company Integrated Lights-Out Standard Virtual USB Controller [103c:3300] (prog-if 00 [UHCI])
	Subsystem: Hewlett-Packard Company iLO2 [103c:3305]
	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 B routed to IRQ 45
	Region 4: I/O ports at 1800 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:04.6 IPMI SMIC interface [0c07]: Hewlett-Packard Company Integrated Lights-Out Standard KCS Interface [103c:3302] (prog-if 01)
	Subsystem: Hewlett-Packard Company iLO2 [103c:3305]
	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-
	Interrupt: pin A routed to IRQ 46
	Region 0: Memory at f5ef0000 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>
	Kernel driver in use: ipmi_si

00:05.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
	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: <access denied>

00:06.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:06.1 IDE interface [0101]: Broadcom BCM5785 [HT1000] IDE [1166:0214] (prog-if 8a [Master SecP PriP])
	Subsystem: Hewlett-Packard Company Device [103c:320b]
	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 1840 [size=16]
	Capabilities: <access denied>
	Kernel driver in use: pata_serverworks

00:06.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:07.0 USB controller [0c03]: Broadcom BCM5785 [HT1000] USB [1166:0223] (rev 01) (prog-if 10 [OHCI])
	Subsystem: Hewlett-Packard Company Device [103c:320c]
	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 5
	Region 0: Memory at f5ee0000 (32-bit, non-prefetchable) [size=4K]
	Region 1: I/O ports at 1c00 [size=256]
	Capabilities: <access denied>
	Kernel driver in use: ohci_hcd

00:07.1 USB controller [0c03]: Broadcom BCM5785 [HT1000] USB [1166:0223] (rev 01) (prog-if 10 [OHCI])
	Subsystem: Hewlett-Packard Company Device [103c:320c]
	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 5
	Region 0: Memory at f5ed0000 (32-bit, non-prefetchable) [size=4K]
	Region 1: I/O ports at 3000 [size=256]
	Capabilities: <access denied>
	Kernel driver in use: ohci_hcd

00:07.2 USB controller [0c03]: Broadcom BCM5785 [HT1000] USB [1166:0223] (rev 01) (prog-if 20 [EHCI])
	Subsystem: Hewlett-Packard Company Device [103c:320d]
	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 5
	Region 0: Memory at f5ec0000 (32-bit, non-prefetchable) [size=4K]
	Region 1: I/O ports at 3400 [size=256]
	Capabilities: <access denied>
	Kernel driver in use: ehci-pci

00:0f.0 PCI bridge [0604]: Broadcom HT2100 PCI-Express Bridge [1166:0140] (rev a2) (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, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=05, subordinate=07, sec-latency=0
	I/O behind bridge: 00004000-00004fff
	Memory behind bridge: f9c00000-f9cfffff
	Prefetchable memory behind bridge: 00000000e0000000-00000000e00fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:10.0 PCI bridge [0604]: Broadcom HT2100 PCI-Express Bridge [1166:0142] (rev a2) (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, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=08, subordinate=0a, sec-latency=0
	I/O behind bridge: 00005000-00005fff
	Memory behind bridge: f9d00000-f9efffff
	Prefetchable memory behind bridge: 00000000e0100000-00000000e01fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:11.0 PCI bridge [0604]: Broadcom HT2100 PCI-Express Bridge [1166:0144] (rev a2) (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, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0e, subordinate=0e, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:12.0 PCI bridge [0604]: Broadcom HT2100 PCI-Express Bridge [1166:0142] (rev a2) (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, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0b, subordinate=0d, sec-latency=0
	I/O behind bridge: 00006000-00006fff
	Memory behind bridge: f9f00000-f9ffffff
	Prefetchable memory behind bridge: 00000000e0200000-00000000e02fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:13.0 PCI bridge [0604]: Broadcom HT2100 PCI-Express Bridge [1166:0144] (rev a2) (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, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=03, subordinate=04, sec-latency=0
	Memory behind bridge: f6000000-f7ffffff
	Prefetchable memory behind bridge: 00000000e0300000-00000000e03fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration [1022:1100]
	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: <access denied>

00:18.1 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map [1022:1101]
	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] K8 [Athlon64/Opteron] DRAM Controller [1022:1102]
	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] K8 [Athlon64/Opteron] Miscellaneous Control [1022:1103]
	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: <access denied>
	Kernel driver in use: k8temp

00:19.0 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration [1022:1100]
	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: <access denied>

00:19.1 Host bridge [0600]: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map [1022:1101]
	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] K8 [Athlon64/Opteron] DRAM Controller [1022:1102]
	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] K8 [Athlon64/Opteron] Miscellaneous Control [1022:1103]
	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: <access denied>
	Kernel driver in use: k8temp

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: <access denied>

03:00.0 PCI bridge [0604]: Broadcom EPB PCI-Express to PCI-X Bridge [1166:0103] (rev c2) (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, Cache Line Size: 64 bytes
	Bus: primary=03, secondary=04, subordinate=04, sec-latency=64
	Memory behind bridge: f6000000-f7ffffff
	Prefetchable memory behind bridge: 00000000e0300000-00000000e03fffff
	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: <access denied>

04:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet [14e4:164c] (rev 11)
	Subsystem: Hewlett-Packard Company NC373i Integrated Multifunction Gigabit Server Adapter [103c:7038]
	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 98
	Region 0: Memory at f6000000 (64-bit, non-prefetchable) [size=32M]
	[virtual] Expansion ROM at e0300000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: bnx2

05:00.0 Fibre Channel [0c04]: Emulex Corporation Zephyr LightPulse Fibre Channel Host Adapter [10df:f0e5] (rev 02)
	Subsystem: Emulex Corporation Zephyr LightPulse Fibre Channel Host Adapter [10df:f0e5]
	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 95
	Region 0: Memory at f9cf0000 (64-bit, non-prefetchable) [size=4K]
	Region 2: Memory at f9ce0000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at 4000 [size=256]
	[virtual] Expansion ROM at e0000000 [disabled] [size=256K]
	Capabilities: <access denied>
	Kernel driver in use: lpfc

08:00.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8114 PCI Express-to-PCI/PCI-X Bridge [10b5:8114] (rev bb) (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, Cache Line Size: 64 bytes
	Region 0: Memory at f9df0000 (32-bit, non-prefetchable) [size=8K]
	Bus: primary=08, secondary=09, subordinate=09, sec-latency=64
	I/O behind bridge: 00005000-00005fff
	Memory behind bridge: f9e00000-f9efffff
	Prefetchable memory behind bridge: 00000000e0100000-00000000e01fffff
	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: <access denied>

09:08.0 SCSI storage controller [0100]: LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI [1000:0030] (rev c1)
	Subsystem: Hewlett-Packard Company Device [103c:322a]
	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-
	Interrupt: pin A routed to IRQ 38
	Region 0: I/O ports at 5000 [disabled] [size=256]
	Region 1: Memory at f9e00000 (64-bit, non-prefetchable) [disabled] [size=128K]
	Region 3: Memory at f9e20000 (64-bit, non-prefetchable) [disabled] [size=128K]
	Expansion ROM at e0100000 [disabled] [size=1M]
	Capabilities: <access denied>
	Kernel driver in use: pciback

0b:00.0 Fibre Channel [0c04]: Emulex Corporation Zephyr LightPulse Fibre Channel Host Adapter [10df:f0e5] (rev 02)
	Subsystem: Emulex Corporation Zephyr LightPulse Fibre Channel Host Adapter [10df:f0e5]
	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 96
	Region 0: Memory at f9ff0000 (64-bit, non-prefetchable) [size=4K]
	Region 2: Memory at f9fe0000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at 6000 [size=256]
	[virtual] Expansion ROM at e0200000 [disabled] [size=256K]
	Capabilities: <access denied>
	Kernel driver in use: lpfc

40:0f.0 PCI bridge [0604]: Broadcom HT2100 PCI-Express Bridge [1166:0140] (rev a2) (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, Cache Line Size: 64 bytes
	Bus: primary=40, secondary=43, subordinate=45, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

40:10.0 PCI bridge [0604]: Broadcom HT2100 PCI-Express Bridge [1166:0142] (rev a2) (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, Cache Line Size: 64 bytes
	Bus: primary=40, secondary=46, subordinate=48, sec-latency=0
	I/O behind bridge: 00007000-00007fff
	Memory behind bridge: fde00000-fdffffff
	Prefetchable memory behind bridge: 00000000fc000000-00000000fc0fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

40:11.0 PCI bridge [0604]: Broadcom HT2100 PCI-Express Bridge [1166:0144] (rev a2) (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, Cache Line Size: 64 bytes
	Bus: primary=40, secondary=49, subordinate=49, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

40:12.0 PCI bridge [0604]: Broadcom HT2100 PCI-Express Bridge [1166:0142] (rev a2) (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, Cache Line Size: 64 bytes
	Bus: primary=40, secondary=41, subordinate=42, sec-latency=0
	Memory behind bridge: fa000000-fbffffff
	Prefetchable memory behind bridge: 00000000fc100000-00000000fc1fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

40:13.0 PCI bridge [0604]: Broadcom HT2100 PCI-Express Bridge [1166:0144] (rev a2) (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, Cache Line Size: 64 bytes
	Bus: primary=40, secondary=4a, subordinate=4a, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport

41:00.0 PCI bridge [0604]: Broadcom EPB PCI-Express to PCI-X Bridge [1166:0103] (rev c2) (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, Cache Line Size: 64 bytes
	Bus: primary=41, secondary=42, subordinate=42, sec-latency=64
	Memory behind bridge: fa000000-fbffffff
	Prefetchable memory behind bridge: 00000000fc100000-00000000fc1fffff
	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: <access denied>

42:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet [14e4:164c] (rev 11)
	Subsystem: Hewlett-Packard Company NC373i Integrated Multifunction Gigabit Server Adapter [103c:7038]
	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 97
	Region 0: Memory at fa000000 (64-bit, non-prefetchable) [size=32M]
	[virtual] Expansion ROM at fc100000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: bnx2

46:00.0 RAID bus controller [0104]: Hewlett-Packard Company Smart Array Controller [103c:3230] (rev 01)
	Subsystem: Hewlett-Packard Company P400 SAS Controller [103c:3234]
	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 32
	Region 0: Memory at fdf00000 (64-bit, non-prefetchable) [size=1M]
	Region 2: I/O ports at 7000 [size=256]
	Region 3: Memory at fdef0000 (64-bit, non-prefetchable) [size=4K]
	[virtual] Expansion ROM at fc000000 [disabled] [size=256K]
	Capabilities: <access denied>
	Kernel driver in use: cciss


** USB devices:
Bus 003 Device 002: ID 04b4:6560 Cypress Semiconductor Corp. CY7C65640 USB-2.0 "TetraHub"
Bus 004 Device 002: ID 03f0:1027 Hewlett-Packard Virtual keyboard and mouse
Bus 004 Device 003: ID 03f0:1327 Hewlett-Packard 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


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

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

Versions of packages linux-image-3.9-0.bpo.1-amd64 depends on:
ii  debconf [debconf-2.0]                   1.5.49
ii  initramfs-tools [linux-initramfs-tool]  0.112~bpo70+1
ii  kmod                                    9-3
ii  linux-base                              3.5
ii  module-init-tools                       9-3

Versions of packages linux-image-3.9-0.bpo.1-amd64 recommends:
ii  firmware-linux-free  3.2

Versions of packages linux-image-3.9-0.bpo.1-amd64 suggests:
ii  debian-kernel-handbook  1.0.15
ii  grub-pc                 1.99-27+deb7u1
ii  linux-doc-3.9           3.9.8-1

Versions of packages linux-image-3.9-0.bpo.1-amd64 is related to:
pn  firmware-atheros                             <none>
ii  firmware-bnx2                                0.36+wheezy.1
pn  firmware-bnx2x                               <none>
pn  firmware-brcm80211                           <none>
pn  firmware-intelwimax                          <none>
pn  firmware-ipw2x00                             <none>
pn  firmware-ivtv                                <none>
pn  firmware-iwlwifi                             <none>
pn  firmware-libertas                            <none>
pn  firmware-linux                               <none>
pn  firmware-linux-nonfree                       <none>
pn  firmware-myricom                             <none>
pn  firmware-netxen                              <none>
pn  firmware-qlogic                              <none>
pn  firmware-ralink                              <none>
pn  firmware-realtek                             <none>
ii  xen-hypervisor-3.2-1-amd64 [xen-hypervisor]  3.2.1-2
ii  xen-hypervisor-4.0-amd64 [xen-hypervisor]    4.0.1-5.11
ii  xen-hypervisor-4.1-amd64 [xen-hypervisor]    4.1.4-3+deb7u1

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

--- End Message ---
--- Begin Message ---
Hi

This bug was filed for a very old kernel or the bug is old itself
without resolution.

If you can reproduce it with

- the current version in unstable/testing
- the latest kernel from backports

please reopen the bug, see https://www.debian.org/Bugs/server-control
for details.

Regards,
Salvatore

--- End Message ---

Reply to: