atom feed1 message in org.freebsd.freebsd-atmatm and fore devices
FromSent OnAttachments
Harti BrandtFeb 15, 2005 11:54 pm 
Subject:atm and fore devices
From:Harti Brandt (hart@dlr.de)
Date:Feb 15, 2005 11:54:17 pm
List:org.freebsd.freebsd-atm

On Mon, 14 Feb 2005, Teva AVRIL wrote:

TA>i installed FreeBSD 5.3 and i try to install an atm card fore pca-200e. TA>After a "make depend" and a "make" to build a kernel that recognised them, TA>i have this error : TA> TA>hfa_freebsd.o(.text+0x119) : In function 'hfa_alloc' : TA>: undefined reference to 'sysctl__hw_atm_children' TA>***** Error Code1 TA> TA>In my kernel file i added : TA> TA>options ATM_CORE TA>options ATM_IP TA>options ATM_SIGPVC TA>options ATM_SPANS TA>options ATM_UNI TA>device hfa

Try to add

device atm

harti