search for: pci66

Displaying 5 results from an estimated 5 matches for "pci66".

Did you mean: pci64
2007 Apr 18
0
[Bridge] Re: [Ebtables-user] Trying to do gigabit bridging+firewalling
...00k/s, > slows down to 3k/s. > > The first hardware we tried for this firewall was: > > - supermicro X5SSE-GM > - 1GB of RAM > - 1 Xeon CPU > - 2 Intel 1000MT with dual ports > > Thinking it might be a bus problem since that motherboard is not Intel > and the bus is PCI66, we switched to: > > - Supermicro X5DPA-GG (Intel 7501 chipset) > - 1GB of RAM > - Dual Xeon > - 2 integrated 82541 Intel gigabit > > The problem continued though. > > We've used kernel 2.4.21 and 2.6.0-test5. On 2.4.21, both bridge > and ebtables are enabled. On 2...
2013 Mar 25
2
gptzfsboot: error 4 lba 30
...vice 0.0 on pci70 ciss0: PERFORMANT Transport pcib12: <PCI-PCI bridge> irq 33 at device 17.0 on pci64 pci73: <PCI bus> on pcib12 pcib13: <ACPI PCI-PCI bridge> irq 34 at device 18.0 on pci64 pci65: <ACPI PCI bus> on pcib13 pcib14: <PCI-PCI bridge> at device 0.0 on pci65 pci66: <PCI bus> on pcib14 bce1: <HP NC373i Multifunction Gigabit Server Adapter (B2)> mem 0xfa000000-0xfbffffff irq 34 at device 0.0 on pci66 bce1: /usr/src/sys/dev/bce/if_bce.c(1258): Management firmware enabled but not running! miibus1: <MII bus> on bce1 brgphy1: <BCM5708C 1000BAS...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...PCIX133) - info(" 133 MHz PCI-X\n"); + pr_cont(" 133 MHz PCI-X\n"); else if ((slot_cur->ext_status & CARD_INFO) == PCIX66) - info(" 66 MHz PCI-X\n"); + pr_cont(" 66 MHz PCI-X\n"); else if ((slot_cur->ext_status & CARD_INFO) == PCI66) - info(" 66 MHz PCI\n"); + pr_cont(" 66 MHz PCI\n"); else - info(" 33 MHz PCI\n"); + pr_cont(" 33 MHz PCI\n"); } @@ -1011,11 +1013,11 @@ static int enable_slot(struct hotplug_slot *hs) ibmphp_lock_operations(); - debug("ENAB...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...PCIX133) - info(" 133 MHz PCI-X\n"); + pr_cont(" 133 MHz PCI-X\n"); else if ((slot_cur->ext_status & CARD_INFO) == PCIX66) - info(" 66 MHz PCI-X\n"); + pr_cont(" 66 MHz PCI-X\n"); else if ((slot_cur->ext_status & CARD_INFO) == PCI66) - info(" 66 MHz PCI\n"); + pr_cont(" 66 MHz PCI\n"); else - info(" 33 MHz PCI\n"); + pr_cont(" 33 MHz PCI\n"); } @@ -1011,11 +1013,11 @@ static int enable_slot(struct hotplug_slot *hs) ibmphp_lock_operations(); - debug("ENAB...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...PCIX133) - info(" 133 MHz PCI-X\n"); + pr_cont(" 133 MHz PCI-X\n"); else if ((slot_cur->ext_status & CARD_INFO) == PCIX66) - info(" 66 MHz PCI-X\n"); + pr_cont(" 66 MHz PCI-X\n"); else if ((slot_cur->ext_status & CARD_INFO) == PCI66) - info(" 66 MHz PCI\n"); + pr_cont(" 66 MHz PCI\n"); else - info(" 33 MHz PCI\n"); + pr_cont(" 33 MHz PCI\n"); } @@ -1011,11 +1013,11 @@ static int enable_slot(struct hotplug_slot *hs) ibmphp_lock_operations(); - debug("ENAB...