Re: vm_fault when accessing PCI address space

2011-05-22 Thread Olivier Houchard
On Sat, May 21, 2011 at 01:34:02AM +0200, Damjan Marion wrote: > > Hi, > Hi Damjan, > I'm made some progress on porting existing marvell orion ARM code > to work on 88F5181L SoC which have embedded PCI controller. > > PCI driver detects resources and recognizes Atheros wlan card, > however w

Re: ARM and structure size boundary

2010-01-21 Thread Olivier Houchard
On Thu, Jan 21, 2010 at 11:21:56AM +0100, Sebastian Huber wrote: > Hi, > Hi Sebastian, > on ARM the GCC has an option for the structure size boundary: > > http://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html#ARM-Options > > In the GCC sources (gcc/config/arm) you see that NetBSD changes the defa

Re: Help debugging: Fatal kernel mode data abort: 'External Linefetch Abort (P)'

2009-10-04 Thread Olivier Houchard
> Hi Olivier, > > I have tried the patch and here are the boot results: > > > i80321: BAR0 = 2004. BAR1 = 4004. > i80219: BAR0 = 2000. BAR1 = 4000. > i80219: I/O Processor, acting as PCI host > i80321: SBDR = 0xa000 SBR0 = 0x0018 SBR1 = 0x0

Re: Help debugging: Fatal kernel mode data abort: 'External Linefetch Abort (P)'

2009-09-29 Thread Olivier Houchard
On Tue, Sep 29, 2009 at 02:05:14AM +, Tom Judge wrote: > Olivier Houchard wrote: > >On Mon, Sep 28, 2009 at 06:55:38PM +, Tom Judge wrote: > > > >>Hi, > >> > >>I am working on getting FreeBSD to boot on a new ARM based board, and am > >

Re: Help debugging: Fatal kernel mode data abort: 'External Linefetch Abort (P)'

2009-09-28 Thread Olivier Houchard
On Mon, Sep 28, 2009 at 06:55:38PM +, Tom Judge wrote: > Hi, > > I am working on getting FreeBSD to boot on a new ARM based board, and am > hitting this issue any time I load a driver for the PCI based devices on > the board. > > My current code can be found here: > > http://www.tomjudge.c

Re: FreeBSD install problem on Asus A6T laptop.

2007-04-26 Thread Olivier Houchard
On Thu, Apr 26, 2007 at 10:23:34AM +0800, Ariff Abdullah wrote: > On Thu, 26 Apr 2007 01:22:38 +0200 > Olivier Houchard <[EMAIL PROTECTED]> wrote: > > On Wed, Apr 25, 2007 at 11:31:21PM +0400, [EMAIL PROTECTED] > > wrote: > > > I am attemping to install FreeBS

Re: FreeBSD install problem on Asus A6T laptop.

2007-04-25 Thread Olivier Houchard
On Wed, Apr 25, 2007 at 11:31:21PM +0400, [EMAIL PROTECTED] wrote: > I am attemping to install FreeBSD Current into this laptop.System boot well, > but working very very slow(switching to next virtual console took 5-10 > minutes). > What could be the reason of this? > > Hi, I've had a similar

Re: tekram SCSI DC3x5 driver

2002-04-12 Thread Olivier Houchard
On Fri, Apr 12, 2002 at 04:57:40AM -0400, Matthew N. Dodd wrote: > On Thu, 11 Apr 2002, Olivier Houchard wrote: > > It seems it is not in the FreeBSD source tree because none of the > > committers owns this card so I'll try to keep it up to date there. > > If you wer

tekram SCSI DC3x5 driver

2002-04-11 Thread Olivier Houchard
Hi, I updated the driver provided by tekram for these cards so that it actually compiles (and works :)) under -CURRENT (it uses old macros to compile under -STABLE). You may find it at www.ci0.org/trm. It seems it is not in the FreeBSD source tree because none of the committers owns this ca

syscons screensaver

2002-04-05 Thread Olivier Houchard
Hi, Here is a small patch to re-add the hw.syscons.saver.timeout using SYSCTL_PROC as suggested by jhb. It adds a CONS_SAVER_KBD_ONLY ioctl too that does the same that the hw.syscons.saver.keybonly. --- /sys/dev/syscons/syscons.c Fri Apr 5 20:17:49 2002 +++ /root/syscons.c Fri Apr 5

Re: DRI, XFree86-4.0.3 and -current.

2001-09-06 Thread Olivier Houchard
Josef Karthauser wrote: > > Has anyone got patches for DRI under -current? > > Joe > > I made an ugly patch so that the drm, gamma and tdfx kernel modules compile under current. I submitted it to DRI, so you may find it at dri.sourceforge.net. By the way no it doesn't work with devfs. To Un