Adding device to FreeBSD 6.3-STABLE
    Paul Procacci 
    pprocacci at datapipe.com
       
    Fri Aug  1 16:51:59 UTC 2008
    
    
  
John Nielsen wrote:
> On Friday 01 August 2008, Jack Raats wrote:
>   
>> I would like to add the zyd device to FreeBSD.
>> The zyd driver allready is in FreeBSD 7.0.
>> Which steps do I have to take to add the zyd device to FreeBSD?
>>     
>
> Sorry, what are you asking? What version of FreeBSD are you using and what
> do you need help doing?
>
> JN
> _______________________________________________
> freebsd-stable at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org"
>   
To make the device available without recompiling your kernel you do the 
following:
kldload if_zyd
To have zyd available after reboots add it to /boot/loader.conf as:
if_zyd_load="YES"
    
    
More information about the freebsd-questions
mailing list