Re: NEW_PCIB? pcib1: failed to allocate initial I/O port window: 0x4000-0x4fff

2011-06-10 Thread John
- John Baldwin's Original Message - > On Friday, June 10, 2011 11:00:15 am John wrote: > > - John Baldwin's Original Message - > > > On Thursday, June 09, 2011 2:11:16 am Andriy Gapon wrote: > > > > on 09/06/2011 01:30 John said the following: > > > > > Sorry John, here's the verbos

Re: any place to look at for PCI-express performance issues ?

2011-06-10 Thread Luigi Rizzo
On Thu, Jun 09, 2011 at 09:11:51AM -0400, John Baldwin wrote: > On Wednesday, June 08, 2011 11:59:52 pm Luigi Rizzo wrote: > > hi, > > during my tests with netmap with 10Gbit cards (82599, dual port), > > i notice that a motherboard with an AMD 880G chipset > > is performing significantly worse tha

Re: 9.0-CURRENT-201105-amd64 install kernel panic

2011-06-10 Thread Eir Nym
On 10 June 2011 19:48, K. Macy wrote: > This recent commit changed the way that the value for size being > passed to m_getjcl is initialized. Not seeing any obvious bugs, and > not having any additional context I would guess that that you're > receiving an interrupt before adapter->rx_mbuf_sz is s

Re: 9.0-CURRENT-201105-amd64 install kernel panic

2011-06-10 Thread Jack Vogel
Interrupts are not enabled til after that is set, so I don't think this theory works, sorry. Jack On Fri, Jun 10, 2011 at 12:48 PM, K. Macy wrote: > This recent commit changed the way that the value for size being > passed to m_getjcl is initialized. Not seeing any obvious bugs, and > not havi

Re: [r222277] Strange GEOM, bsdlabel and ZFS behavior

2011-06-10 Thread Eir Nym
On 10 June 2011 11:08, Eir Nym wrote: > 2011/6/10 Andrey V. Elsukov : >> On 10.06.2011 10:50, Eir Nym wrote: >>> messages on the start of this dmesg are for more pages of (I have see >>> them for several seconds on same hardware) >>> kernel config : http://eroese.org/_/_/pub/bsd/222889/GENERIC_PF

Re: 9.0-CURRENT-201105-amd64 install kernel panic

2011-06-10 Thread K. Macy
This recent commit changed the way that the value for size being passed to m_getjcl is initialized. Not seeing any obvious bugs, and not having any additional context I would guess that that you're receiving an interrupt before adapter->rx_mbuf_sz is set. I trust jfv@ to look in to this shortly. h

Re: 9.0-CURRENT-201105-amd64 install kernel panic

2011-06-10 Thread Kim Culhan
On Fri, June 10, 2011 11:22 am, Kim Culhan wrote: > Booting from FreeBSD-9.0-CURRENT-201105-amd64-memstick > the kernel panics: > > panic: m_getzone: m_getjcl: invalid cluster type Found a ps2 keyboard works in the debugger (not usb) and backtrace is here: http://www.flickr.com/photos/opensolaris

Re: [PATCH] Simple tidy up of puc(4) bus driver

2011-06-10 Thread John Baldwin
On Monday, May 23, 2011 10:39:02 am John Baldwin wrote: > This small patch makes the puc(4) bus drivers a little more friendly. It > should now list the port for each child device in the boot messages, and > devinfo -v should list the type and port of each child device in its output > as > wel

Re: udav: vendor 0x0fe6, product: 0x9700

2011-06-10 Thread Luiz Gustavo S. Costa
usbconfig dump_all_config_desc: http://www.luizgustavo.pro.br/~lgcosta/jp1080/usbconfig_all_desc.txt 2011/6/10 Luiz Gustavo S. Costa : > Hi Rick, > > 2011/6/10 Rick van der Zwet : >> On 10 June 2011 14:17, Luiz Gustavo S. Costa wrote: >>> I'm trying to add a new product id [1] to the driver udav

Re: udav: vendor 0x0fe6, product: 0x9700

2011-06-10 Thread Luiz Gustavo S. Costa
Hi Rick, 2011/6/10 Rick van der Zwet : > On 10 June 2011 14:17, Luiz Gustavo S. Costa wrote: >> I'm trying to add a new product id [1] to the driver udav and am >> having a little trouble. >> >> At first, this is similar to id 0x8180 and there should be no >> problems, but I still can not get a P

Re: NEW_PCIB? pcib1: failed to allocate initial I/O port window: 0x4000-0x4fff

2011-06-10 Thread John Baldwin
On Friday, June 10, 2011 11:00:15 am John wrote: > - John Baldwin's Original Message - > > On Thursday, June 09, 2011 2:11:16 am Andriy Gapon wrote: > > > on 09/06/2011 01:30 John said the following: > > > > Sorry John, here's the verbose dmesg output with your patch applied. > > > > > > >

Re: udav: vendor 0x0fe6, product: 0x9700

2011-06-10 Thread Rick van der Zwet
On 10 June 2011 14:17, Luiz Gustavo S. Costa wrote: > I'm trying to add a new product id [1] to the driver udav and am > having a little trouble. > > At first, this is similar to id 0x8180 and there should be no > problems, but I still can not get a PHY for it. Assuming you mean 0x8181 --looking

9.0-CURRENT-201105-amd64 install kernel panic

2011-06-10 Thread Kim Culhan
Booting from FreeBSD-9.0-CURRENT-201105-amd64-memstick the kernel panics: panic: m_getzone: m_getjcl: invalid cluster type http://www.flickr.com/photos/opensolaris/5818432532/in/photostream The hardware is: http://www.supermicro.com/products/motherboard/QPI/5500/X8DTL-3F.cfm The cpu's are Inte

Re: NEW_PCIB? pcib1: failed to allocate initial I/O port window: 0x4000-0x4fff

2011-06-10 Thread John
- John Baldwin's Original Message - > On Thursday, June 09, 2011 2:11:16 am Andriy Gapon wrote: > > on 09/06/2011 01:30 John said the following: > > > Sorry John, here's the verbose dmesg output with your patch applied. > > > > > > This is at the tail of the console: > > > > > > pcib1: al

Re: gcc-4.5 and 4.6 needs to be recompiled due to /usr/src/UPDATE: 20110608:

2011-06-10 Thread Garrett Cooper
On Fri, Jun 10, 2011 at 8:22 AM, Garrett Cooper wrote: > On Thu, Jun 9, 2011 at 3:26 PM, Attilio Rao wrote: >> 2011/6/9 Michael Butler : >>> On 06/09/11 17:18, Attilio Rao wrote: 2011/6/9 Mark Linimon : > Things that change the way the base system behaves w/rt ports need > version bu

Re: gcc-4.5 and 4.6 needs to be recompiled due to /usr/src/UPDATE: 20110608:

2011-06-10 Thread Garrett Cooper
On Thu, Jun 9, 2011 at 3:26 PM, Attilio Rao wrote: > 2011/6/9 Michael Butler : >> On 06/09/11 17:18, Attilio Rao wrote: >>> 2011/6/9 Mark Linimon : Things that change the way the base system behaves w/rt ports need version bumps. >>> >>> BTW, could someone provide an actual error message

Re: NEW_PCIB? pcib1: failed to allocate initial I/O port window: 0x4000-0x4fff

2011-06-10 Thread Andriy Gapon
on 09/06/2011 15:57 John Baldwin said the following: > On Thursday, June 09, 2011 2:11:16 am Andriy Gapon wrote: >> on 09/06/2011 01:30 John said the following: >>> Sorry John, here's the verbose dmesg output with your patch applied. >>> >>> This is at the tail of the console: >>> >>> pcib1: alloca

Re: NEW_PCIB? pcib1: failed to allocate initial I/O port window: 0x4000-0x4fff

2011-06-10 Thread John Baldwin
On Wednesday, June 08, 2011 6:30:37 pm John wrote: > - John Baldwin's Original Message - > > On Wednesday, June 08, 2011 12:13:05 am John wrote: > > > - John Baldwin's Original Message - > > > > On Monday, June 06, 2011 9:33:30 pm John wrote: > > > > > - John Baldwin's Original

udav: vendor 0x0fe6, product: 0x9700

2011-06-10 Thread Luiz Gustavo S. Costa
Hi list, I'm trying to add a new product id [1] to the driver udav and am having a little trouble. At first, this is similar to id 0x8180 and there should be no problems, but I still can not get a PHY for it. Can someone help me? System: freekazoide# uname -a FreeBSD freekazoide.luizgustavo.pro

Re: pcib allocation failure

2011-06-10 Thread John Baldwin
On Thursday, June 09, 2011 6:08:08 pm deeptec...@gmail.com wrote: > On Thu, Jun 9, 2011 at 8:56 PM, John Baldwin wrote: > > On Thursday, June 09, 2011 2:07:31 pm deeptec...@gmail.com wrote: > >> pcib1: attempting to grow prefetch window for > >> (0xe000-0xefff,0x1000) > >> back

Re: FreeBSD extended to Arab World

2011-06-10 Thread Mohammed Farrag
On Fri, Jun 10, 2011 at 10:37 AM, Olivier Smedts wrote: > Hello, > > 2011/6/10 Mohammed Farrag : > > Hi, > > > > Thanks for your reply. > > > > > > On Fri, Jun 10, 2011 at 1:08 AM, Philip Paeps > wrote: > > > >> On 9 Jun 2011, at 22:15, Mohammed Farrag wrote: > >> > First I introduce myself,

Re: FreeBSD extended to Arab World

2011-06-10 Thread Mohammed Farrag
Hi, On Fri, Jun 10, 2011 at 8:25 AM, C. P. Ghost wrote: > On Thu, Jun 9, 2011 at 10:15 PM, Mohammed Farrag > wrote: > > Hi Community, > > > > First I introduce myself, Mohammed Farrag, ArabBSD Project Manager and > > FreeBSD Contributor. We have a project to extend FreeBSD in Arab world. > We

Re: FreeBSD extended to Arab World

2011-06-10 Thread Olivier Smedts
Hello, 2011/6/10 Mohammed Farrag : > Hi, > >   Thanks for your reply. > > > On Fri, Jun 10, 2011 at 1:08 AM, Philip Paeps wrote: > >> On 9 Jun 2011, at 22:15, Mohammed Farrag wrote: >> > First I introduce myself,  Mohammed Farrag, ArabBSD Project Manager and >> > FreeBSD Contributor. We have a pr

Re: [r222277] Strange GEOM, bsdlabel and ZFS behavior

2011-06-10 Thread Eir Nym
2011/6/10 Andrey V. Elsukov : > On 10.06.2011 10:50, Eir Nym wrote: >> messages on the start of this dmesg are for more pages of (I have see >> them for several seconds on same hardware) >> kernel config : http://eroese.org/_/_/pub/bsd/222889/GENERIC_PF > > You have mixed old partitioning classes w

Re: [r222277] Strange GEOM, bsdlabel and ZFS behavior

2011-06-10 Thread Andrey V. Elsukov
On 10.06.2011 10:50, Eir Nym wrote: > messages on the start of this dmesg are for more pages of (I have see > them for several seconds on same hardware) > kernel config : http://eroese.org/_/_/pub/bsd/222889/GENERIC_PF You have mixed old partitioning classes with GEOM_PART. You should remove from