Re: [CFT] Sierra Wireless HSPA+ USB modem

2011-07-08 Thread Hans Petter Selasky
On Friday 08 July 2011 03:25:39 PseudoCylon wrote: On Thu, Jul 7, 2011 at 6:47 AM, Hans Petter Selasky hsela...@c2i.net wrote: On Thursday 07 July 2011 14:43:22 PseudoCylon wrote: On Wed, Jul 6, 2011 at 9:19 AM, Hans Petter Selasky hsela...@c2i.net wrote: Hi, I'm going to

Re: cardbus panic: end address is not aligned

2011-07-08 Thread Doug Barton
On 07/07/2011 14:20, John Baldwin wrote: On Sunday, July 03, 2011 1:39:18 am Doug Barton wrote: I have 2 ath-based pc-card adapters. If I put either one of them in the slot while the system is up, or if I try booting with them in the slot, I get an instant panic. The cards previously worked

Re: [CFT] Sierra Wireless HSPA+ USB modem

2011-07-08 Thread Hans Petter Selasky
Hi, I found some more bugs/issues before I committed the driver. Please verify: http://svn.freebsd.org/changeset/base/223864 --HPS ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe,

Re: named crashes on assertion in rbtdb.c on sparc64/SMP

2011-07-08 Thread KOT MATPOCKuH
2011/7/7 Marius Strobl mar...@alchemy.franken.de: That's not the patch I was referring to. I did a second one which just entirely disables the use of atomic operations on sparc64: http://people.freebsd.org/~marius/sparc64_isc_disable_atomic.diff Omg. I'm sorry. I applied this patch and

Re: [CFT] Sierra Wireless HSPA+ USB modem

2011-07-08 Thread PseudoCylon
On Fri, Jul 8, 2011 at 1:35 AM, Hans Petter Selasky hsela...@c2i.net wrote: On Friday 08 July 2011 03:25:39 PseudoCylon wrote: On Thu, Jul 7, 2011 at 6:47 AM, Hans Petter Selasky hsela...@c2i.net wrote: On Thursday 07 July 2011 14:43:22 PseudoCylon wrote: On Wed, Jul 6, 2011 at 9:19 AM,

Re: cardbus panic: end address is not aligned

2011-07-08 Thread John Baldwin
On Friday, July 08, 2011 4:48:35 am Doug Barton wrote: On 07/07/2011 14:20, John Baldwin wrote: On Sunday, July 03, 2011 1:39:18 am Doug Barton wrote: I have 2 ath-based pc-card adapters. If I put either one of them in the slot while the system is up, or if I try booting with them in the

kenv values with ansi escapte sequences - ansi_caption

2011-07-08 Thread John
Hi Folks, It seems the new pre-boot options selection process has some values defined within the kernel environment that contain ansi control sequences. For instance: # kenv LINES=24 ansi_caption[1]=Boot [ENTER] ansi_caption[2]=Escape to loader prompt ansi_caption[4]=ACPI Support: Disabled

Re: kenv values with ansi escapte sequences - ansi_caption

2011-07-08 Thread Kostik Belousov
On Fri, Jul 08, 2011 at 02:51:48PM +, John wrote: Hi Folks, It seems the new pre-boot options selection process has some values defined within the kernel environment that contain ansi control sequences. For instance: # kenv LINES=24 ansi_caption[1]=Boot [ENTER]

Re: named crashes on assertion in rbtdb.c on sparc64/SMP

2011-07-08 Thread Marius Strobl
On Fri, Jul 08, 2011 at 03:47:08PM +0400, KOT MATPOCKuH wrote: 2011/7/7 Marius Strobl mar...@alchemy.franken.de: That's not the patch I was referring to. I did a second one which just entirely disables the use of atomic operations on sparc64:

Mbuf: m_prepend M_PREPEND packet header length difference problem

2011-07-08 Thread Monthadar Al Jaberi
Hi, The M_PREPEND macro updates m_pkthdr.len. But m_prepend does not update it. m_sanity function complains if I run m_prepend. Why doesnt m_prepend update m_pkthdr.len? br, -- //Monthadar Al Jaberi ___ freebsd-current@freebsd.org mailing list

[PATCH] Make top -P an interactive toggle

2011-07-08 Thread John Baldwin
This patch lets you use 'P' while top is running to toggle between per-CPU and global CPU stats. Index: contrib/top/top.c === --- contrib/top/top.c (revision 223873) +++ contrib/top/top.c (working copy) @@ -196,9 +196,9 @@

Re: named crashes on assertion in rbtdb.c on sparc64/SMP

2011-07-08 Thread KOT MATPOCKuH
2011/7/8 Marius Strobl mar...@alchemy.franken.de: Please try the following: a) Instead of the base BIND use the dns/bind96 port. The native build   of the latter defaults to not using the ISC atomic implementation   on sparc64 (and arm) and should properly enable the alternative. I   can at

Re: named crashes on assertion in rbtdb.c on sparc64/SMP

2011-07-08 Thread Marius Strobl
On Fri, Jul 08, 2011 at 11:17:20PM +0400, KOT MATPOCKuH wrote: 2011/7/8 Marius Strobl mar...@alchemy.franken.de: Please try the following: a) Instead of the base BIND use the dns/bind96 port. The native build ? of the latter defaults to not using the ISC atomic implementation ? on

Re: [PATCH] Make top -P an interactive toggle

2011-07-08 Thread Alexander Best
On Fri Jul 8 11, John Baldwin wrote: This patch lets you use 'P' while top is running to toggle between per-CPU and global CPU stats. very cool. i always thought that being able to interactivly enable/disable per-cpu stats in top would be a useful feature. great to see this being implemented.

Re: [PATCH] Make top -P an interactive toggle

2011-07-08 Thread Oliver Pinter
On 7/8/11, Alexander Best arun...@freebsd.org wrote: On Fri Jul 8 11, John Baldwin wrote: This patch lets you use 'P' while top is running to toggle between per-CPU and global CPU stats. very cool. i always thought that being able to interactivly enable/disable per-cpu stats in top would