atom feed1 message in org.freebsd.freebsd-atmatm forerunnerLE 155
FromSent OnAttachments
Harti BrandtFeb 15, 2005 11:56 pm 
Subject:atm forerunnerLE 155
From:Harti Brandt (hart@dlr.de)
Date:Feb 15, 2005 11:56:46 pm
List:org.freebsd.freebsd-atm

On Tue, 15 Feb 2005, Teva AVRIL wrote:

TA>hi, TA> TA>i'm trying to install an atm card ForerunnerLE 155. After some search it TA>seems that i have to add the device idt in my kernel file. But after i TA>make a TA>"config Kernelfile" , i have an error like "device idt doesn't exist". but TA>it exists in my /usr/src/sys/dev/idt . So is anybody have an idea of why TA>it doesnt want my device idt in my kernel file (my kernel is already TA>configured to support atm).

Seems like the foo in sys/conf/files is missing for idt. You should, however be able to use the module:

kldload idt

harti