Re: New wpi driver

2006-11-12 Thread Gábor Kövesdán
Attilio Rao wrote: First of all, WPI_PCI_BAR0 might not be defined in this way, but it should really use PCIR_BAR() macro. Then, probabilly, gabor's device I/O space is relative to another BAR, so simply try all 6 using PCIR_BAR(n) where n range is 0-6 until it does allocate. Sorry, n ranges 0-

Re: New wpi driver

2006-11-10 Thread Attilio Rao
First of all, WPI_PCI_BAR0 might not be defined in this way, but it should really use PCIR_BAR() macro. Then, probabilly, gabor's device I/O space is relative to another BAR, so simply try all 6 using PCIR_BAR(n) where n range is 0-6 until it does allocate. Sorry, n ranges 0-5... (as I said befo

Re: New wpi driver

2006-11-10 Thread Attilio Rao
2006/11/10, Attilio Rao <[EMAIL PROTECTED]>: 2006/11/10, Attilio Rao <[EMAIL PROTECTED]>: > 2006/11/10, Max Laier <[EMAIL PROTECTED]>: > > On Friday 10 November 2006 10:37, Massimo Lusetti wrote: > > > On Thu, 2006-11-09 at 22:39 +0100, Gábor Kövesdán wrote: > > > > Unfortunately, it seems that t

Re: New wpi driver

2006-11-10 Thread Attilio Rao
2006/11/10, Attilio Rao <[EMAIL PROTECTED]>: 2006/11/10, Max Laier <[EMAIL PROTECTED]>: > On Friday 10 November 2006 10:37, Massimo Lusetti wrote: > > On Thu, 2006-11-09 at 22:39 +0100, Gábor Kövesdán wrote: > > > Unfortunately, it seems that this is still that unfinished driver from > > > Damien

Re: New wpi driver

2006-11-10 Thread Attilio Rao
2006/11/10, Max Laier <[EMAIL PROTECTED]>: On Friday 10 November 2006 10:37, Massimo Lusetti wrote: > On Thu, 2006-11-09 at 22:39 +0100, Gábor Kövesdán wrote: > > Unfortunately, it seems that this is still that unfinished driver from > > Damien, that circulates on the net everywhere, but it only

Re: New wpi driver

2006-11-10 Thread Max Laier
On Friday 10 November 2006 10:37, Massimo Lusetti wrote: > On Thu, 2006-11-09 at 22:39 +0100, Gábor Kövesdán wrote: > > Unfortunately, it seems that this is still that unfinished driver from > > Damien, that circulates on the net everywhere, but it only works for > > some lucky people. As for me, I

Re: New wpi driver

2006-11-10 Thread Massimo Lusetti
On Thu, 2006-11-09 at 22:39 +0100, Gábor Kövesdán wrote: > Unfortunately, it seems that this is still that unfinished driver from > Damien, that circulates on the net everywhere, but it only works for > some lucky people. As for me, I get an error message when loading the > module, that it coul

Re: New wpi driver

2006-11-10 Thread Gábor Kövesdán
Florent Thoumie wrote: On Nov 9, 2006, at 9:39 PM, Gábor Kövesdán wrote: Florent Thoumie wrote: On Nov 8, 2006, at 1:36 PM, Massimo Lusetti wrote: Hi all, I'm pleased to tell you i got the latest wpi driver from Damien Bergamini to work properly on a latest -stable on an Acer laptop. Ni

Re: New wpi driver

2006-11-10 Thread Florent Thoumie
On Nov 9, 2006, at 9:39 PM, Gábor Kövesdán wrote: Florent Thoumie wrote: On Nov 8, 2006, at 1:36 PM, Massimo Lusetti wrote: Hi all, I'm pleased to tell you i got the latest wpi driver from Damien Bergamini to work properly on a latest -stable on an Acer laptop. Nice work! Unfortunately,

Re: New wpi driver

2006-11-09 Thread Gábor Kövesdán
Florent Thoumie wrote: On Nov 8, 2006, at 1:36 PM, Massimo Lusetti wrote: Hi all, I'm pleased to tell you i got the latest wpi driver from Damien Bergamini to work properly on a latest -stable on an Acer laptop. Nice work! Unfortunately, it seems that this is still that unfinished driver fr

Re: New wpi driver

2006-11-09 Thread Florent Thoumie
On Nov 8, 2006, at 1:36 PM, Massimo Lusetti wrote: Hi all, I'm pleased to tell you i got the latest wpi driver from Damien Bergamini to work properly on a latest -stable on an Acer laptop. Nice work! The driver is available here: http://www.datacode.it/wpi-freebsd/wpi-freebsd.tgz If anyone

New wpi driver

2006-11-08 Thread Massimo Lusetti
Hi all, I'm pleased to tell you i got the latest wpi driver from Damien Bergamini to work properly on a latest -stable on an Acer laptop. Some history: I didn't do anything special, only report some problems on the [EMAIL PROTECTED] about this new driver on the recently 4.0 release and Damien wa