Adding device to FreeBSD 6.3-STABLE

2008-08-01 Thread Jack Raats
-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-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Adding device to FreeBSD 6.3-STABLE

2008-08-01 Thread John Nielsen
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-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Adding device to FreeBSD 6.3-STABLE

2008-08-01 Thread Heiko Wundram
Am Freitag, 1. August 2008 18:06:33 schrieb Jack Raats:
 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?

Upgrade to 7.0? How to do that is documented on freebsd.org in the handbook.

If the driver isn't available in 6[.x]-STABLE (I have no idea, I run 
7-STABLE), it's not been backported, meaning that there hasn't been (or not 
sufficient) interest in doing that, and I'd presume that you don't want to do 
that either (or lack the technical skills to do so, which I don't mean in a 
derogative way), so your only real option is to upgrade.

Oh, by the way: it's generally not considered good manners to cross-post to 
several mailinglists. One is enough, and in your case, -questions was just 
fine.

-- 
Heiko Wundram
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Adding device to FreeBSD 6.3-STABLE

2008-08-01 Thread Paul Procacci

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
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]
  
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


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Adding device to FreeBSD 6.3-STABLE

2008-08-01 Thread Jack Raats

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

- - Original Message -
From: John Nielsen [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org; Jack Raats [EMAIL PROTECTED]
Cc: freebsd-stable [EMAIL PROTECTED]
Sent: Friday, August 01, 2008 6:13 PM
Subject: Re: Adding device to FreeBSD 6.3-STABLE


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?


I want to add the zyd device to FreeBSD 6.3-STABLE. The device driver is
available on FreeBSD 7.0.
I want to know the staps to backport the zyd drvier to 6.3.
Updating to FreeBSD 7 is not (yet) an option.

Jack

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32) - GPGrelay v0.959

iD8DBQFIk0GKPh5RwW/NzC4RAqn2AKCH8ZFPhpeW3flgrr6CbE8SUyCttwCcD0UV
Ak+tDf3ApJgKbC/9zgETHSE=
=kRjL
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Adding device to FreeBSD 6.3-STABLE

2008-08-01 Thread John Baldwin
On Friday 01 August 2008 12:13:41 pm 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?

From the subject line, I imagine Jack is using 6.3-STABLE and wants to 
backport the driver from 7.0 to 6.3.  Backporting most drivers from 7.0 to 
6.x isn't a big deal (can generally just copy over and compile).  However, 
zyd(4) is a wireless driver and the net80211 wireless networking stack is 
quite different in 6.x vs 7.0, so that is where it would be complicated to 
backport the driver.  I'm not intimately familiar with net80211 in either 
branch, so I'm unsure how much work the backport would be.

-- 
John Baldwin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Adding device to FreeBSD 6.3-STABLE

2008-08-01 Thread Scot Hetzel
On 8/1/08, Jack Raats [EMAIL PROTECTED] 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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]