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

Bug#712449: linux-image-3.9-1-amd64: sky2 ethernet driver panics on unplug re-plug, found possible fix



I guess my patch may have not showed up if you aren't seeing it, here
is what I did to fix my problem.

I remove 2 lines (starts with "//----") in linux source code,
drivers/net/ethernet/marvell/sky2.c. With both lines removed, my cards
continues to work fine unplugging and plugging in all my 1000 and
100-only devices, now without seeing no more kernel panics with my
fix.

static void sky2_link_down(struct sky2_port *sky2)
{
    struct sky2_hw *hw = sky2->hw;
    unsigned port = sky2->port;
    u16 reg;

//---- gm_phy_write(hw, port, PHY_MARV_INT_MASK, 0);

    reg = gma_read16(hw, port, GM_GP_CTRL);
    reg &= ~(GM_GPCR_RX_ENA | GM_GPCR_TX_ENA);
    gma_write16(hw, port, GM_GP_CTRL, reg);

    netif_carrier_off(sky2->netdev);

    /* Turn off link LED */
    sky2_write8(hw, SK_REG(port, LNK_LED_REG), LINKLED_OFF);

    netif_info(sky2, link, sky2->netdev, "Link is down\n");

//---- sky2_phy_init(hw, port);
}

On Sun, Jun 16, 2013 at 1:25 PM, Samuel Williams <sam8641@gmail.com> wrote:
> Package: src:linux
> Version: 3.9.5-1
> Severity: important
> Tags: patch
>
> I wasn't sure which package this goes to, since it happens on multiple
> versions of packages and the latest linux kernel.
>
> After more testing, I found that without my patch to remove 2 lines of
> code, both of my marvell might repeatedly go up and down several
> times, then it might stay up as 100 Mbit only, when it should be
> gigabit. At one time it never went up until I unplug and re-plug in.
> Then it eventually kernel panics after replug about 50 times. This
> problem also happens on a package of linux-image-3.2.0-4-amd64, and on
> the latest kernel (I used apt-get source linux also)
>
> With my patch to remove 2 lines in sky2.c in "sky2_link_down"  I no
> longer have any repeated going down and up several times, I never see
> it go down to 100 Mbps, and no longer kernel panics.
>
>
> -- Package-specific info:
> ** Version:
> Linux version 3.9-1-amd64 (debian-kernel@lists.debian.org) (gcc
> version 4.7.2 (Debian 4.7.2-5) ) #1 SMP Debian 3.9.5-1
>
> ** Command line:
> BOOT_IMAGE=/boot/vmlinuz-3.9-1-amd64
> root=UUID=828cdbc2-c747-4845-afdc-ac00888094e4 ro quiet
>
> ** Not tainted
>
> ** Kernel log:
> [    5.900082] input: HDA ATI SB Line Out CLFE as
> /devices/pci0000:00/0000:00:14.2/sound/card0/input11
> [    5.900140] input: HDA ATI SB Line Out Surround as
> /devices/pci0000:00/0000:00:14.2/sound/card0/input12
> [    5.900197] input: HDA ATI SB Line Out Front as
> /devices/pci0000:00/0000:00:14.2/sound/card0/input13
> [    5.959315] Console: switching to colour frame buffer device 128x48
> [    5.961591] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
> [    5.961593] radeon 0000:01:00.0: registered panic notifier
> [    5.961597] [drm] Initialized radeon 2.30.0 20080528 for
> 0000:01:00.0 on minor 0
> [    5.961693] hda-intel 0000:01:00.1: Handle VGA-switcheroo audio client
> [    5.961742] snd_hda_intel 0000:01:00.1: irq 86 for MSI/MSI-X
> [    6.004738] input: HD-Audio Generic HDMI/DP,pcm=3 as
> /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input14
> [    6.261778] cfg80211: World regulatory domain updated:
> [    6.261780] cfg80211:   (start_freq - end_freq @ bandwidth),
> (max_antenna_gain, max_eirp)
> [    6.261782] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz),
> (300 mBi, 2000 mBm)
> [    6.261784] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz),
> (300 mBi, 2000 mBm)
> [    6.261786] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz),
> (300 mBi, 2000 mBm)
> [    6.261787] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz),
> (300 mBi, 2000 mBm)
> [    6.261788] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz),
> (300 mBi, 2000 mBm)
> [    8.264849] Adding 7176268k swap on /dev/sda4.  Priority:-1
> extents:1 across:7176268k
> [    8.275299] EXT4-fs (sda2): re-mounted. Opts: (null)
> [    8.649668] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
> [    8.844030] loop: module loaded
> [   33.523313] FAT-fs (sda3): utf8 is not a recommended IO charset for
> FAT filesystems, filesystem will be case sensitive!
> [   33.702494] EXT4-fs (sdb1): mounted filesystem with ordered data
> mode. Opts: errors=remount-ro
> [   34.133679] ip_tables: (C) 2000-2006 Netfilter Core Team
> [   34.186779] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
> [   34.472583] Bridge firewalling registered
> [   34.474884] device eth1 entered promiscuous mode
> [   34.482273] 8139too 0000:07:06.0 eth1: link up, 100Mbps,
> full-duplex, lpa 0x45E1
> [   34.482938] device eth2 entered promiscuous mode
> [   34.485516] sky2 0000:08:00.0 eth2: enabling interface
> [   34.485570] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
> [   34.486089] device eth3 entered promiscuous mode
> [   34.488589] sky2 0000:06:00.0 eth3: enabling interface
> [   34.488631] IPv6: ADDRCONF(NETDEV_UP): eth3: link is not ready
> [   34.489475] device eth4 entered promiscuous mode
> [   34.506442] r8169 0000:02:00.0: firmware: agent loaded
> rtl_nic/rtl8168f-1.fw into memory
> [   34.609836] r8169 0000:02:00.0 eth4: link down
> [   34.609866] IPv6: ADDRCONF(NETDEV_UP): eth4: link is not ready
> [   34.614956] br0: port 1(eth1) entered forwarding state
> [   34.614962] br0: port 1(eth1) entered forwarding state
> [   35.250923] 8139too 0000:07:05.0 eth0: link up, 100Mbps,
> full-duplex, lpa 0x45E1
> [   36.020959] RPC: Registered named UNIX socket transport module.
> [   36.020962] RPC: Registered udp transport module.
> [   36.020963] RPC: Registered tcp transport module.
> [   36.020964] RPC: Registered tcp NFSv4.1 backchannel transport module.
> [   36.048556] FS-Cache: Loaded
> [   36.056940] Key type dns_resolver registered
> [   36.089967] FS-Cache: Netfs 'nfs' registered for caching
> [   36.124464] r8169 0000:02:00.0 eth4: link up
> [   36.124471] IPv6: ADDRCONF(NETDEV_CHANGE): eth4: link becomes ready
> [   36.124955] br0: port 4(eth4) entered forwarding state
> [   36.124958] br0: port 4(eth4) entered forwarding state
> [   36.132697] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
> [   36.928489] sky2 0000:06:00.0 eth3: Link is up at 1000 Mbps, full
> duplex, flow control rx
> [   36.928499] IPv6: ADDRCONF(NETDEV_CHANGE): eth3: link becomes ready
> [   36.928513] br0: port 3(eth3) entered forwarding state
> [   36.928516] br0: port 3(eth3) entered forwarding state
> [   37.483863] phy0 -> rt2x00lib_request_firmware: Info - Loading
> firmware file 'rt2860.bin'.
> [   37.503876] rt2800pci 0000:05:00.0: firmware: agent loaded
> rt2860.bin into memory
> [   37.503880] phy0 -> rt2x00lib_request_firmware: Info - Firmware
> detected - version: 0.34.
> [   37.547750] device wlan0 entered promiscuous mode
> [   37.547843] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
> [   37.547846] br0: port 5(wlan0) entered forwarding state
> [   37.547849] br0: port 5(wlan0) entered forwarding state
> [   37.547874] cfg80211: Calling CRDA for country: US
> [   37.579714] cfg80211: Regulatory domain changed to country: US
> [   37.579717] cfg80211:   (start_freq - end_freq @ bandwidth),
> (max_antenna_gain, max_eirp)
> [   37.579719] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz),
> (300 mBi, 2700 mBm)
> [   37.579720] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz),
> (300 mBi, 1700 mBm)
> [   37.579722] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz),
> (300 mBi, 2000 mBm)
> [   37.579723] cfg80211:   (5490000 KHz - 5600000 KHz @ 40000 KHz),
> (300 mBi, 2000 mBm)
> [   37.579725] cfg80211:   (5650000 KHz - 5710000 KHz @ 40000 KHz),
> (300 mBi, 2000 mBm)
> [   37.579726] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz),
> (300 mBi, 3000 mBm)
> [   37.656452] 8021q: 802.1Q VLAN Support v1.8
> [   37.664405] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
> [   38.347022] powernow-k8: This CPU is not supported anymore, using
> acpi-cpufreq instead.
> [   38.636188] input: ACPI Virtual Keyboard Device as
> /devices/virtual/input/input15
> [   44.017080] Bluetooth: Core ver 2.16
> [   44.017098] NET: Registered protocol family 31
> [   44.017100] Bluetooth: HCI device and connection manager initialized
> [   44.017107] Bluetooth: HCI socket layer initialized
> [   44.017110] Bluetooth: L2CAP socket layer initialized
> [   44.017116] Bluetooth: SCO socket layer initialized
> [   44.031587] Bluetooth: RFCOMM TTY layer initialized
> [   44.031595] Bluetooth: RFCOMM socket layer initialized
> [   44.031597] Bluetooth: RFCOMM ver 1.11
> [   44.204695] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
> [   44.204698] Bluetooth: BNEP filters: protocol multicast
> [   44.204705] Bluetooth: BNEP socket layer initialized
> [   44.698566] lp: driver loaded but no devices found
> [   45.083134] ppdev: user-space parallel port driver
> [   47.449915] sky2 0000:08:00.0 eth2: Link is up at 100 Mbps, full
> duplex, flow control both
> [   47.449932] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
> [   47.449956] br0: port 2(eth2) entered forwarding state
> [   47.449969] br0: port 2(eth2) entered forwarding state
> [   49.663214] br0: port 1(eth1) entered forwarding state
> [   51.169601] br0: port 4(eth4) entered forwarding state
> [   52.002944] br0: port 3(eth3) entered forwarding state
> [   52.579888] br0: port 5(wlan0) entered forwarding state
> [   62.515779] br0: port 2(eth2) entered forwarding state
>
> ** Model information
> sys_vendor: To be filled by O.E.M.
> product_name: To be filled by O.E.M.
> product_version: To be filled by O.E.M.
> chassis_vendor: To Be Filled By O.E.M.
> chassis_version: To Be Filled By O.E.M.
> bios_vendor: American Megatrends Inc.
> bios_version: 1708
> board_vendor: ASUSTeK COMPUTER INC.
> board_name: M5A97 R2.0
> board_version: Rev 1.xx
>
> ** Loaded modules:
> parport_pc
> ppdev
> lp
> parport
> bnep
> rfcomm
> bluetooth
> cpufreq_stats
> cpufreq_powersave
> cpufreq_conservative
> cpufreq_userspace
> 8021q
> garp
> binfmt_misc
> uinput
> nfsd
> auth_rpcgss
> nfs_acl
> nfs
> lockd
> dns_resolver
> fscache
> sunrpc
> bridge
> stp
> llc
> ipt_MASQUERADE
> xt_nat
> iptable_nat
> nf_nat_ipv4
> nf_nat
> xt_tcpudp
> nf_conntrack_ipv4
> nf_defrag_ipv4
> xt_state
> nf_conntrack
> iptable_filter
> iptable_mangle
> iptable_raw
> iptable_security
> ip_tables
> x_tables
> nls_utf8
> nls_cp437
> vfat
> fat
> loop
> firewire_sbp2
> firewire_core
> crc_itu_t
> snd_hda_codec_hdmi
> arc4
> snd_hda_codec_realtek
> rt2800pci
> rt2800lib
> rt2x00pci
> rt2x00mmio
> rt2x00lib
> mac80211
> radeon
> snd_hda_intel
> cfg80211
> snd_hda_codec
> mperf
> ttm
> drm_kms_helper
> kvm_amd
> snd_hwdep
> snd_pcm_oss
> snd_mixer_oss
> drm
> snd_pcm
> eeepc_wmi
> asus_wmi
> edac_mce_amd
> snd_page_alloc
> sparse_keymap
> sp5100_tco
> video
> snd_seq_midi
> rfkill
> snd_seq_midi_event
> i2c_piix4
> i2c_algo_bit
> crc_ccitt
> processor
> edac_core
> eeprom_93cx6
> kvm
> k10temp
> fam15h_power
> thermal_sys
> mxm_wmi
> snd_rawmidi
> pcspkr
> i2c_core
> snd_seq
> crc32c_intel
> ghash_clmulni_intel
> aesni_intel
> aes_x86_64
> ablk_helper
> cryptd
> snd_seq_device
> snd_timer
> xts
> lrw
> snd
> wmi
> button
> soundcore
> evdev
> gf128mul
> ext4
> crc16
> jbd2
> mbcache
> hid_generic
> usbhid
> hid
> sg
> sd_mod
> crc_t10dif
> ahci
> libahci
> libata
> scsi_mod
> 8139too
> 8139cp
> ehci_pci
> microcode
> ohci_hcd
> ehci_hcd
> sky2
> xhci_hcd
> r8169
> mii
> usbcore
> usb_common
>
> ** Network interface configuration:
> # This file describes the network interfaces available on your system
> # and how to activate them. For more information, see interfaces(5).
>
> # The loopback network interface
> auto lo br0
> iface lo inet loopback
>
>
> ## from http://wiki.debian.org/BridgeNetworkConnections#Setting_up_your_Bridge
> # The primary network interface
> auto eth0
> iface eth0 inet dhcp
> dns-nameservers 208.67.222.222 8.8.8.8
> #iface eth0 inet static
> #        address 192.168.0.2
> #        broadcast 192.168.0.255
> #        netmask 255.255.255.0
> #        gateway 192.168.0.1
> #       dns-nameservers 208.67.222.222 8.8.8.8
>
>
> # Set up interfaces manually, avoiding conflicts with, e.g., network manager
> iface eth1 inet manual
> iface eth2 inet manual
> iface eth3 inet manual
> iface eth4 inet manual
> iface eth5 inet manual
> iface wlan0 inet manual
>
> # Bridge setup
> # iface br0 inet dhcp
> # bridge_ports eth1 eth2 eth3
>
> # Bridge setup
>  iface br0 inet static
>         bridge_ports eth1 eth2 eth3 eth4 eth5 wlan0
>         address 192.168.3.1
>         broadcast 192.168.3.255
>         netmask 255.255.255.0
> #        gateway 192.168.3.1
> #        dns-nameservers 208.67.222.222 8.8.8.8
>
> ** Network status:
> *** IP interfaces and addresses:
> 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
>     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
>     inet 127.0.0.1/8 scope host lo
>        valid_lft forever preferred_lft forever
>     inet6 ::1/128 scope host
>        valid_lft forever preferred_lft forever
> 2: eth4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast
> master br0 state UP qlen 1000
>     link/ether 60:a4:4c:5a:ce:e4 brd ff:ff:ff:ff:ff:ff
> 3: eth3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast
> master br0 state UP qlen 1000
>     link/ether 00:50:43:01:2c:e0 brd ff:ff:ff:ff:ff:ff
> 4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast
> master br0 state UP qlen 1000
>     link/ether 00:50:43:01:2e:51 brd ff:ff:ff:ff:ff:ff
> 5: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast
> state UNKNOWN qlen 1000
>     link/ether 00:e0:4d:30:4a:02 brd ff:ff:ff:ff:ff:ff
>     inet 208.107.22.163/23 brd 208.107.23.255 scope global eth0
>        valid_lft forever preferred_lft forever
>     inet6 fe80::2e0:4dff:fe30:4a02/64 scope link
>        valid_lft forever preferred_lft forever
> 6: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast
> master br0 state UNKNOWN qlen 1000
>     link/ether 00:e0:4d:30:51:fd brd ff:ff:ff:ff:ff:ff
> 7: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master
> br0 state UP qlen 1000
>     link/ether 00:22:43:65:56:9b brd ff:ff:ff:ff:ff:ff
> 8: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
>     link/ether 00:22:43:65:56:9b brd ff:ff:ff:ff:ff:ff
>     inet 192.168.3.1/24 brd 192.168.3.255 scope global br0
>        valid_lft forever preferred_lft forever
>     inet6 fe80::250:43ff:fe01:2ce0/64 scope link
>        valid_lft forever preferred_lft forever
> 9: mon.wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq
> state UNKNOWN qlen 1000
>     link/ieee802.11/radiotap 00:22:43:65:56:9b brd ff:ff:ff:ff:ff:ff
>
> *** Device statistics:
> Inter-|   Receive                                                |  Transmit
>  face |bytes    packets errs drop fifo frame compressed
> multicast|bytes    packets errs drop fifo colls carrier compressed
>    br0:   83055     682    0    0    0     0          0         0
> 88545     466    0    0    0     0       0          0
> mon.wlan0:  402954    1679    0    0    0     0          0         0
>      0       0    0    0    0     0       0          0
>   eth0: 1434935    3555    0    0    0     0          0         0
> 124795     929    0    0    0     0       0          0
>   eth1:   50395     294    0    0    0     0          0         0
> 108534     706    0    0    0     0       0          0
>   eth2: 153541713 2558684    0    0    0     0          0       205
> 81990115 1171063    0    0    0     0       0          0
>   eth3: 81971954 1170990    0    0    0     0          0        13
> 127985353 2558884    0    0    0     0       0          0
>   eth4:       0       0    0    0    0     0          0         0
> 58153     427    0    0    0     0       0          0
>     lo:     500       4    0    0    0     0          0         0
> 500       4    0    0    0     0       0          0
>  wlan0:   12068     135    0    0    0     0          0         0
> 77423     466    0    0    0     0       0          0
>
> *** Protocol statistics:
> Ip:
>     1916 total packets received
>     18 with invalid headers
>     292 forwarded
>     0 incoming packets discarded
>     1459 incoming packets delivered
>     1300 requests sent out
>     45 dropped because of missing route
> Icmp:
>     50 ICMP messages received
>     0 input ICMP message failed.
>     ICMP input histogram:
>         destination unreachable: 50
>     24 ICMP messages sent
>     0 ICMP messages failed
>     ICMP output histogram:
>         destination unreachable: 6
>         time exceeded: 18
> IcmpMsg:
>         InType3: 50
>         OutType3: 6
>         OutType11: 18
> Tcp:
>     5 active connections openings
>     1 passive connection openings
>     0 failed connection attempts
>     0 connection resets received
>     1 connections established
>     1031 segments received
>     653 segments send out
>     0 segments retransmited
>     0 bad segments received.
>     0 resets sent
> Udp:
>     434 packets received
>     6 packets to unknown port received.
>     0 packet receive errors
>     331 packets sent
> UdpLite:
> TcpExt:
>     12 delayed acks sent
>     1 packets directly queued to recvmsg prequeue.
>     1 bytes directly received in process context from prequeue
>     800 packet headers predicted
>     92 acknowledgments not containing data payload received
>     TCPRcvCoalesce: 72
> IpExt:
>     InNoRoutes: 5
>     InMcastPkts: 54
>     OutMcastPkts: 59
>     InBcastPkts: 199
>     OutBcastPkts: 94
>     InOctets: 1373081
>     OutOctets: 240515
>     InMcastOctets: 16868
>     OutMcastOctets: 17076
>     InBcastOctets: 25649
>     OutBcastOctets: 10620
>
>
> ** PCI devices:
> 00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD/ATI]
> RD890 PCI to PCI bridge (external gfx0 port B) [1002:5a14] (rev 02)
> Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] RD890 PCI to PCI
> bridge (external gfx0 port B) [1002:5a14]
> 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:02.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI]
> RD890 PCI to PCI bridge (PCI express gpp port B) [1002:5a16] (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=01, subordinate=01, sec-latency=0
> I/O behind bridge: 0000e000-0000efff
> Memory behind bridge: fea00000-feafffff
> Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
> 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:04.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI]
> RD890 PCI to PCI bridge (PCI express gpp port D) [1002:5a18] (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=02, subordinate=02, sec-latency=0
> I/O behind bridge: 0000d000-0000dfff
> Prefetchable memory behind bridge: 00000000d0000000-00000000d00fffff
> 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:05.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI]
> RD890 PCI to PCI bridge (PCI express gpp port E) [1002:5a19] (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=03, sec-latency=0
> Memory behind bridge: fe900000-fe9fffff
> 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:07.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI]
> RD890 PCI to PCI bridge (PCI express gpp port G) [1002:5a1b] (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=04, subordinate=04, sec-latency=0
> Memory behind bridge: fe800000-fe8fffff
> 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:09.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI]
> RD890 PCI to PCI bridge (PCI express gpp port H) [1002:5a1c] (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=05, sec-latency=0
> Memory behind bridge: fe700000-fe7fffff
> 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:0a.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI]
> RD890 PCI to PCI bridge (external gfx1 port A) [1002:5a1d] (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=06, subordinate=06, sec-latency=0
> I/O behind bridge: 0000c000-0000cfff
> Memory behind bridge: fe600000-fe6fffff
> 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 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD/ATI]
> SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391] (rev 40)
> (prog-if 01 [AHCI 1.0])
> Subsystem: ASUSTeK Computer Inc. Device [1043:84dd]
> 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: 32
> Interrupt: pin A routed to IRQ 19
> Region 0: I/O ports at f040 [size=8]
> Region 1: I/O ports at f030 [size=4]
> Region 2: I/O ports at f020 [size=8]
> Region 3: I/O ports at f010 [size=4]
> Region 4: I/O ports at f000 [size=16]
> Region 5: Memory at feb0b000 (32-bit, non-prefetchable) [size=1K]
> Capabilities: <access denied>
> Kernel driver in use: ahci
>
> 00:12.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI]
> SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
> Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0
> USB OHCI0 Controller [1002:4397]
> 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: 32, Cache Line Size: 64 bytes
> Interrupt: pin A routed to IRQ 18
> Region 0: Memory at feb0a000 (32-bit, non-prefetchable) [size=4K]
> Kernel driver in use: ohci_hcd
>
> 00:12.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI]
> SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
> Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0
> USB EHCI Controller [1002:4396]
> 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: 32, Cache Line Size: 64 bytes
> Interrupt: pin B routed to IRQ 17
> Region 0: Memory at feb09000 (32-bit, non-prefetchable) [size=256]
> Capabilities: <access denied>
> Kernel driver in use: ehci-pci
>
> 00:13.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI]
> SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
> Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0
> USB OHCI0 Controller [1002:4397]
> 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: 32, Cache Line Size: 64 bytes
> Interrupt: pin A routed to IRQ 20
> Region 0: Memory at feb08000 (32-bit, non-prefetchable) [size=4K]
> Kernel driver in use: ohci_hcd
>
> 00:13.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI]
> SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
> Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0
> USB EHCI Controller [1002:4396]
> 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: 32, Cache Line Size: 64 bytes
> Interrupt: pin B routed to IRQ 21
> Region 0: Memory at feb07000 (32-bit, non-prefetchable) [size=256]
> Capabilities: <access denied>
> Kernel driver in use: ehci-pci
>
> 00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD/ATI] SBx00
> SMBus Controller [1002:4385] (rev 42)
> Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus
> Controller [1002:4385]
> 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-
> Kernel driver in use: piix4_smbus
>
> 00:14.2 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI]
> SBx00 Azalia (Intel HDA) [1002:4383] (rev 40)
> Subsystem: ASUSTeK Computer Inc. Device [1043:8444]
> Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
> Stepping- SERR- FastB2B- DisINTx-
> Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> Latency: 32, Cache Line Size: 64 bytes
> Interrupt: pin A routed to IRQ 16
> Region 0: Memory at feb00000 (64-bit, non-prefetchable) [size=16K]
> Capabilities: <access denied>
> Kernel driver in use: snd_hda_intel
>
> 00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD/ATI]
> SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] (rev 40)
> Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0
> LPC host controller [1002:439d]
> 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:14.4 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI]
> SBx00 PCI to PCI Bridge [1002:4384] (rev 40) (prog-if 01 [Subtractive
> 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
> Bus: primary=00, secondary=07, subordinate=07, sec-latency=64
> I/O behind bridge: 0000b000-0000bfff
> Memory behind bridge: fe500000-fe5fffff
> Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort-
> <TAbort- <MAbort+ <SERR- <PERR-
> BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
> PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>
> 00:14.5 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI]
> SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399] (prog-if 10 [OHCI])
> Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0
> USB OHCI2 Controller [1002:4399]
> 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: 32, Cache Line Size: 64 bytes
> Interrupt: pin C routed to IRQ 18
> Region 0: Memory at feb06000 (32-bit, non-prefetchable) [size=4K]
> Kernel driver in use: ohci_hcd
>
> 00:15.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD/ATI]
> SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0) [1002:43a0] (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=08, sec-latency=0
> I/O behind bridge: 0000a000-0000afff
> Memory behind bridge: fe400000-fe4fffff
> 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:16.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI]
> SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
> Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0
> USB OHCI0 Controller [1002:4397]
> 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: 32, Cache Line Size: 64 bytes
> Interrupt: pin A routed to IRQ 22
> Region 0: Memory at feb05000 (32-bit, non-prefetchable) [size=4K]
> Kernel driver in use: ohci_hcd
>
> 00:16.2 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD/ATI]
> SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
> Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0
> USB EHCI Controller [1002:4396]
> 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: 32, Cache Line Size: 64 bytes
> Interrupt: pin B routed to IRQ 23
> Region 0: Memory at feb04000 (32-bit, non-prefetchable) [size=256]
> Capabilities: <access denied>
> Kernel driver in use: ehci-pci
>
> 00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family
> 15h Processor Function 0 [1022:1600]
> 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, Inc. [AMD] Family
> 15h Processor Function 1 [1022:1601]
> 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, Inc. [AMD] Family
> 15h Processor Function 2 [1022:1602]
> 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.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family
> 15h Processor Function 3 [1022:1603]
> 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: k10temp
>
> 00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family
> 15h Processor Function 4 [1022:1604]
> 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: fam15h_power
>
> 00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Family
> 15h Processor Function 5 [1022:1605]
> 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-
>
> 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc.
> [AMD/ATI] Cedar [Radeon HD 7350] [1002:68fa] (prog-if 00 [VGA
> controller])
> Subsystem: PC Partner Limited Device [174b:e153]
> 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 85
> Region 0: Memory at c0000000 (64-bit, prefetchable) [size=256M]
> Region 2: Memory at fea20000 (64-bit, non-prefetchable) [size=128K]
> Region 4: I/O ports at e000 [size=256]
> Expansion ROM at fea00000 [disabled] [size=128K]
> Capabilities: <access denied>
> Kernel driver in use: radeon
>
> 01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI]
> Cedar HDMI Audio [Radeon HD 5400/6300 Series] [1002:aa68]
> Subsystem: PC Partner Limited Device [174b:aa68]
> 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 B routed to IRQ 86
> Region 0: Memory at fea40000 (64-bit, non-prefetchable) [size=16K]
> Capabilities: <access denied>
> Kernel driver in use: snd_hda_intel
>
> 02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd.
> RTL8111/8168 PCI Express Gigabit Ethernet controller [10ec:8168] (rev
> 09)
> Subsystem: ASUSTeK Computer Inc. P8H77-I Motherboard [1043:8505]
> 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 72
> Region 0: I/O ports at d000 [size=256]
> Region 2: Memory at d0004000 (64-bit, prefetchable) [size=4K]
> Region 4: Memory at d0000000 (64-bit, prefetchable) [size=16K]
> Capabilities: <access denied>
> Kernel driver in use: r8169
>
> 03:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM1042
> SuperSpeed USB Host Controller [1b21:1042] (prog-if 30 [XHCI])
> Subsystem: ASUSTeK Computer Inc. Device [1043:8488]
> 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 46
> Region 0: Memory at fe900000 (64-bit, non-prefetchable) [size=32K]
> Capabilities: <access denied>
> Kernel driver in use: xhci_hcd
>
> 04:00.0 USB controller [0c03]: ASMedia Technology Inc. ASM1042
> SuperSpeed USB Host Controller [1b21:1042] (prog-if 30 [XHCI])
> Subsystem: ASUSTeK Computer Inc. Device [1043:8488]
> 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 50
> Region 0: Memory at fe800000 (64-bit, non-prefetchable) [size=32K]
> Capabilities: <access denied>
> Kernel driver in use: xhci_hcd
>
> 05:00.0 Network controller [0280]: Ralink corp. RT2790 Wireless
> 802.11n 1T/2R PCIe [1814:0781]
> Subsystem: Ralink corp. Device [1814:2790]
> 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 48
> Region 0: Memory at fe700000 (32-bit, non-prefetchable) [size=64K]
> Capabilities: <access denied>
> Kernel driver in use: rt2800pci
>
> 06:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd.
> 88E8053 PCI-E Gigabit Ethernet Controller [11ab:4362] (rev 20)
> Subsystem: Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit
> Ethernet Controller [11ab:4362]
> 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 73
> Region 0: Memory at fe620000 (64-bit, non-prefetchable) [size=16K]
> Region 2: I/O ports at c000 [size=256]
> Expansion ROM at fe600000 [disabled] [size=128K]
> Capabilities: <access denied>
> Kernel driver in use: sky2
>
> 07:05.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd.
> RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)
> Subsystem: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec:8139]
> 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: 32 (8000ns min, 16000ns max)
> Interrupt: pin A routed to IRQ 20
> Region 0: I/O ports at b100 [size=256]
> Region 1: Memory at fe521000 (32-bit, non-prefetchable) [size=256]
> Expansion ROM at fe510000 [disabled] [size=64K]
> Capabilities: <access denied>
> Kernel driver in use: 8139too
>
> 07:06.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd.
> RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)
> Subsystem: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec:8139]
> 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: 32 (8000ns min, 16000ns max)
> Interrupt: pin A routed to IRQ 21
> Region 0: I/O ports at b000 [size=256]
> Region 1: Memory at fe520000 (32-bit, non-prefetchable) [size=256]
> Expansion ROM at fe500000 [disabled] [size=64K]
> Capabilities: <access denied>
> Kernel driver in use: 8139too
>
> 08:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd.
> 88E8053 PCI-E Gigabit Ethernet Controller [11ab:4362] (rev 20)
> Subsystem: Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit
> Ethernet Controller [11ab:4362]
> 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 74
> Region 0: Memory at fe420000 (64-bit, non-prefetchable) [size=16K]
> Region 2: I/O ports at a000 [size=256]
> Expansion ROM at fe400000 [disabled] [size=128K]
> Capabilities: <access denied>
> Kernel driver in use: sky2
>
>
> ** USB devices:
> Bus 004 Device 002: ID 15ca:00c3 Textech International Ltd. Mini Optical Mouse
> 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:0003 Linux Foundation 3.0 root hub
> Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
> Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 007 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
> Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
> Bus 009 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
> Bus 010 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
> Bus 011 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>
>
> -- System Information:
> Debian Release: jessie/sid
>   APT prefers testing
>   APT policy: (1010, 'testing'), (100, 'unstable')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 3.9-1-amd64 (SMP w/4 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.9-1-amd64 depends on:
> ii  debconf [debconf-2.0]                   1.5.50
> ii  initramfs-tools [linux-initramfs-tool]  0.112
> ii  kmod                                    9-3
> ii  linux-base                              3.5
> ii  module-init-tools                       9-3
>
> Versions of packages linux-image-3.9-1-amd64 recommends:
> ii  firmware-linux-free  3.2
>
> Versions of packages linux-image-3.9-1-amd64 suggests:
> pn  debian-kernel-handbook  <none>
> ii  grub-pc                 1.99-27+deb7u1
> pn  linux-doc-3.9           <none>
>
> Versions of packages linux-image-3.9-1-amd64 is related to:
> pn  firmware-atheros        <none>
> pn  firmware-bnx2           <none>
> 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>
> ii  firmware-linux          0.38
> ii  firmware-linux-nonfree  0.38
> pn  firmware-myricom        <none>
> pn  firmware-netxen         <none>
> pn  firmware-qlogic         <none>
> ii  firmware-ralink         0.38
> ii  firmware-realtek        0.38
> pn  xen-hypervisor          <none>
>
> -- debconf information:
>   linux-image-3.9-1-amd64/postinst/ignoring-ramdisk:
>   linux-image-3.9-1-amd64/postinst/missing-firmware-3.9-1-amd64:
>   linux-image-3.9-1-amd64/prerm/removing-running-kernel-3.9-1-amd64: true
>   linux-image-3.9-1-amd64/postinst/depmod-error-initrd-3.9-1-amd64: false


Reply to: