Re: HELP:porting linux PXA audio driver to RTLinux(RTLinux core driver)

2005-04-09 Thread nitin ahuja
Hi, You cannot allocate memory in real time threads RTLinux's threads. You have to do it in the init_module function and pass the meory pointer to threads as parameter. Can you tell exactly what problem are you facing? niTin - To unsubscribe from this list: send the line "unsubscribe linux-k

Re: HELP:(VIPER BOARD)AC'97 controller driver for rtlinux(rtlinux core driver)

2005-04-06 Thread nitin ahuja
Hi, > > I am trying to develop a codec driver (rtlinux > driver) from scratch. In Viper board (PXA255) > physical memory range 0x4000-0x43FF is used > by the PXA255 peripherals.In that address range > 0x4050-0x405005FC is needed for AC'97 controller > registers. Is this memory range