Re: CVS commit: src/sys

2010-06-20 Thread Tobias Nygren
On Tue, 1 Jun 2010 22:13:31 +
Matt Fleming m...@netbsd.org wrote:

 Module Name:  src
 Committed By: mjf
 Date: Tue Jun  1 22:13:30 UTC 2010
 
 Modified Files:
[snip]
   src/sys/sys: cdefs_elf.h
 
 Log Message:
 Add __cacheline_aligned and __read_mostly annotations.
[snip]

Hi,

I'm afraid this change broke the build of pkgsrc/sysutils/xenkernel33
on amd64:

/work/pkgsrc-obj/sysutils/xenkernel33/work.ixp/xen-3.3.2/xen/include/asm/hardirq.h:11:
error: requested alignment is not a constant

Any idea how to fix it?

TIA,
-Tobias


Re: CVS commit: src/sys/arch

2010-06-20 Thread KIYOHARA Takashi
Hi! Matt,


From: Matt Thomas m...@3am-software.com
Date: Sat, 19 Jun 2010 18:28:18 -0700

 
 On Jun 19, 2010, at 1:34 AM, KIYOHARA Takashi wrote:
 
  Hi! Jared,
  
  
  From: Jared D. McNeill jmcne...@netbsd.org
  Date: Wed, 16 Jun 2010 22:06:55 +
  
  Module Name:   src
  Committed By:  jmcneill
  Date:  Wed Jun 16 22:06:54 UTC 2010
  
  Modified Files:
 src/sys/arch/arm/arm: cpufunc.c
 src/sys/arch/arm/arm32: cpu.c db_interface.c pmap.c
 src/sys/arch/arm/conf: files.arm
 src/sys/arch/arm/include: armreg.h cpuconf.h cpufunc.h
 src/sys/arch/arm/include/arm32: pmap.h pte.h
 src/sys/arch/arm/omap: omap2_mputmr.c omap2_obio.c omap2_reg.h
 src/sys/arch/evbarm/beagle: beagle.h beagle_machdep.c beagle_start.S
  Added Files:
 src/sys/arch/arm/arm: cpufunc_asm_armv7.S
 src/sys/arch/arm/arm32: cortexa8_pmc.c
 src/sys/arch/evbarm/conf: IGEPV2 std.igepv2
  
  Log Message:
  PR port-arm/43299: Support added for igepv2/cortexa8/omap3530
  
  Apply patch from PR, with build fixes. ok skrll, matt
  
  Why CPU_CORTEXA8 is ARM_ARCH_6?

...snip...

 Because the patch was a minimum effort to get running.  I had changes to
 it in my tree to use ARM_ARCH_7 and other fixes but my kernels were
 dying.  So rather than commit my stuff, I had Jared commit his, then I
 went through merge hell, and have now committed the better stuff.

OK,
I also will enjoy omap3 with Gumstix Overo in several days.  ;-)

Thanks,
--
kiyohara


Re: CVS commit: src/sys/dev/usb

2010-06-20 Thread Frank Kardel

Yes !

But it is good to know that additional information. Is there some 
document that gives a complete spec of the AT commands or are these even 
standardized ?


Frank

Christos Zoulas wrote:

In article db28db51-d02e-4e29-93e6-b8e1500df...@jorvang.dk,
Soren S. Jorvang so...@jorvang.dk wrote:
  

On 20 Jun 2010, at 00:41, Frank Kardel wrote:


src/sys/dev/usb: u3g.c usbdevs usbdevs.h usbdevs_data.h

Log Message:
add Huawei E1750 Mobile Broadband HSPA USB Stick
  

That annoying virtual CD is easily disabled:

http://forum.electroniq.net/index.php?topic=86.0

And for the also common ZTE ones:

http://wiki.archlinux.org/index.php/ZTE_MF626_/_MF636#Disable_CD_mode_on_the_device



And you've created the chicken and the egg problem. If I plug the device
in and it appears as a umass, how am I supposed to turn it into a modem
so I can type AT commands to it, if the driver does not do it for me?

christos