DragonFly BSD
DragonFly kernel List (threaded) for 2005-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: ATM and kernel compile


From: Keith Millette <koe@xxxxxxxxxxxxxxxxx>
Date: Mon, 18 Jul 2005 14:39:58 +0900

That did the trick. Thank you very much.


On Mon, 2005-07-18 at 10:40 +0800, Sepherosa Ziehau wrote:
> You may need to add
> options COMPAT_OLDPCI
> to your configuration file
> 
> Best Regards,
> sephe
> 
> On 7/18/05, koe@xxxxxxxxxxxxxxxxx <koe@xxxxxxxxxxxxxxxxx> wrote:
> > I am running DragonFly 1.3.2-DEVELOPMENT DragonFly 1.3.2-DEVELOPMENT #1
> > 
> > I have taken the GENERIC kerconf and added the following:
> > 
> > # ATM Options
> > options ATM_CORE #core ATM protocol family
> > options ATM_IP #IP over ATM support
> > options ATM_SIGPVC #SIGPVC signalling manager
> > options ATM_SPANS #SPANS signalling manager
> > options ATM_UNI #UNI signalling manager
> > device hfa0 #FORE PCA-200E ATM PCI
> > 
> > And it results in the following:
> > 
> > In file included from /usr/src/sys/dev/atm/hfa/fore_include.h:54,
> >  from /usr/src/sys/dev/atm/hfa/fore_buffer.c:38:
> > /usr/src/sys/dev/atm/hfa/fore_var.h:170: error: syntax error before
> > "pcici_t"
> > /usr/src/sys/dev/atm/hfa/fore_buffer.c: In function `fore_buf_allocate':
> > /usr/src/sys/dev/atm/hfa/fore_buffer.c:79: warning: cast to pointer from
> > integer of different size
> > /usr/src/sys/dev/atm/hfa/fore_buffer.c:102: warning: cast to pointer from
> > integer of different size
> > /usr/src/sys/dev/atm/hfa/fore_buffer.c: In function `fore_buf_supply_1s':
> > /usr/src/sys/dev/atm/hfa/fore_buffer.c:382: warning: cast to pointer from
> > integer of different size
> > /usr/src/sys/dev/atm/hfa/fore_buffer.c: In function `fore_buf_supply_1l':
> > /usr/src/sys/dev/atm/hfa/fore_buffer.c:524: warning: cast to pointer from
> > integer of different size
> > *** Error code 1
> > 
> > Stop in /usr/obj/usr/src/sys/ATM.
> > *** Error code 1
> > 
> > Stop in /usr/src.
> > *** Error code 1
> > 
> > Stop in /usr/src.
> > 
> > I am not to strong on digging into source code and can not find any
> > obvious answers online. Anyone have any suggestions?
> > 
> > --
> > Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
> > 
> > 
> 
> 




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]