-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, 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? Jack -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) - GPGrelay v0.959 iD8DBQFIkzSKPh5RwW/NzC4RAqMKAJ987kbR57nNejUHOaNPOLabP2jKWACgm6Ts iOvTzyGUw1evnXmmHSa6+RA=f1r1 -----END PGP SIGNATURE-----
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
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@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@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"
On 8/1/08, Jack Raats <jack@jarasoft.net> wrote:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > 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? >You need to obtain these revisions to compile zyd: sys/dev/usb/if_zyd.c 1.13 sys/modules/zyd/Makefile 1.1 Revision 1.14 was when the net80211 wireless networking stack was committed. Scot