From owner-freebsd-questions@FreeBSD.ORG  Thu Mar 13 12:50:14 2008
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E4A26106566B
	for <freebsd-questions@freebsd.org>;
	Thu, 13 Mar 2008 12:50:14 +0000 (UTC)
	(envelope-from Luca.Presotto@cern.ch)
Received: from cernmxlb.cern.ch (cernmx06.cern.ch [137.138.166.160])
	by mx1.freebsd.org (Postfix) with ESMTP id 706EB8FC15
	for <freebsd-questions@freebsd.org>;
	Thu, 13 Mar 2008 12:50:14 +0000 (UTC)
	(envelope-from Luca.Presotto@cern.ch)
DomainKey-Signature: a=rsa-sha1; c=nofws; s=beta; d=cern.ch; q=dns; 
	h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding;
	b=YvL7Dtzqx4j3BN4FQ+A5QMgvjeDCxMyZZJGzPiW1OR2ibpgP3sTrUii57b2mro5gW7sttoXcz0cFBlwKWviSkr/Y1pgJzee3ntj4/aKKaEMhzCKOQP/OofPlTZX87SLM;
Keywords: CERN SpamKiller Note: -49 Charset: west-latin
X-Filter: CERNMX06 CERN MX v2.0 060921.0942 Release
Received: from cernxchg50.cern.ch ([137.138.137.175]) by cernmxlb.cern.ch with
	Microsoft SMTPSVC(6.0.3790.1830); Thu, 13 Mar 2008 13:50:11 +0100
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Date: Thu, 13 Mar 2008 13:50:11 +0100
Message-ID: <9A6A62B6B84859469F3EBB5F09D818CA219E9C@cernxchg50.cern.ch>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: wpi driver patches
Thread-Index: AciFCMZUQuIWrhS4SgG3i4kq9rW7Fw==
From: "Luca Presotto" <Luca.Presotto@cern.ch>
To: <freebsd-questions@freebsd.org>
X-OriginalArrivalTime: 13 Mar 2008 12:50:11.0465 (UTC)
	FILETIME=[C662B790:01C88508]
Subject: wpi driver patches
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 13 Mar 2008 12:50:15 -0000

Hi,
It's still me.=20
I have read past posts about the patches available for the wpi =
intel3945abg driver found at:
http://people.freebsd.org/~thompsa/wpi_releng7.diff=20
I see that it's a diff between the newest version and a version dated:2 =
february 2008.
The wpi drivers I have are from:
www.clearchain.com/wiki/FreeBSD_Intel_3945abg_WPI_Wireless_Driver
and are last updated in november.

If I try to apply the patches with
#patch < wpi_releng7.diff
 I get lots of errors.

Hunk #1 failed at 75.
Hunk #2 failed at 158.
Hunk #3 failed at 188.
Hunk #4 failed at 198.
Hunk #5 succeeded at 212 (offset 1 line).
Hunk #6 succeeded at 220 with fuzz 1 (offset 1 line).
Hunk #7 succeeded at 300 with fuzz 2 (offset -1 lines).
Hunk #8 failed at 461.
Hunk #9 failed at 507.

and so on for lots of line...
When coming to the last file(if_wpivar.h) It tells me:
Reversed (or previously applied) patch detected!  Assume -R? [y]=20


Any answer I give will give some error.

Of course after that if I try to compile it gives lots of error.
All that to say that it looks to me like the wrong patch for the drivers =
I have.

Where can I find more updated drivers to which I can apply these =
patches?

Thank you!