Re: Anyone seen this error on em ?

2015-01-04 Thread topper727 via freebsd-net
256 to local APIC 0 vector 51 em0: using IRQ 256 for MSI em0: Using an MSI interrupt em0: Setup of Shared code failed device_attach: em0 attach returned 6 -- View this message in context: http://freebsd.1045724.n5.nabble.com/Anyone-seen-this-error-on-em-tp4016166p5978277.html Sent from the freebsd

Re: Anyone seen this error on em ?

2008-06-09 Thread Jack Vogel
Just so people understand, you can try this change and if it eliminates the init failure then use it temporarily. What the code is, is a way that the driver and BMC have agreed to use to keep out of eachother's way, but at the moment the code is flawed, its being actively worked and I expect new

Re: Anyone seen this error on em ?

2008-06-09 Thread Paul Saab
http://yogurt.org/FreeBSD/em.diff On Mon, Jun 9, 2008 at 6:11 PM, Jack Vogel <[EMAIL PROTECTED]> wrote: > There is more than one problem that results in the same error in the > core driver, the more common one is actually fixed, as Andrew notes, > in the shared code in the latest driver. However,

Re: Anyone seen this error on em ?

2008-06-09 Thread Jack Vogel
There is more than one problem that results in the same error in the core driver, the more common one is actually fixed, as Andrew notes, in the shared code in the latest driver. However, this is a more obscure bug that occurs on some hardware, and it seems to require that you have a management BMC

Re: Anyone seen this error on em ?

2008-06-09 Thread Andrew Snow
Just a "me, too." Also on a Supermicro board, and it happens on some boots, but not all. I used to have this problem, but it went away after upgrading FreeBSD version (7-stable) - Andrew ___ freebsd-net@freebsd.org mailing list http://lists.freebsd

Re: Anyone seen this error on em ?

2008-06-09 Thread Boris Kochergin
[EMAIL PROTECTED] wrote: Jun 9 18:23:59 ... kernel: em0: port 0x2000-0x201f mem 0xd802-0xd803,0xd800 -0xd801 irq 18 at device 0.0 on pci4 Jun 9 18:23:59 ... kernel: em0: Using MSI interrupt Jun 9 18:23:59 ... kernel: em0: Setup of Shared code failed Jun 9 18:23:59 ... kernel

Re: Anyone seen this error on em ?

2008-06-09 Thread Kip Macy
Paul Saab has seen the same. What hardware are you using? -Kip On Mon, Jun 9, 2008 at 3:34 PM, <[EMAIL PROTECTED]> wrote: > > > > Jun 9 18:23:59 ... kernel: em0: Version - 6.7.3> port 0x2000-0x201f mem 0xd802-0xd803,0xd800 > -0xd801 irq 18 at device 0.0 on pci4 > Jun 9 18:23:

Anyone seen this error on em ?

2008-06-09 Thread gnn
Jun 9 18:23:59 ... kernel: em0: port 0x2000-0x201f mem 0xd802-0xd803,0xd800 -0xd801 irq 18 at device 0.0 on pci4 Jun 9 18:23:59 ... kernel: em0: Using MSI interrupt Jun 9 18:23:59 ... kernel: em0: Setup of Shared code failed Jun 9 18:23:59 ... kernel: device_attach: em0 atta