From owner-freebsd-current@FreeBSD.ORG Tue Dec 22 17:45:58 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 966A5106568B for ; Tue, 22 Dec 2009 17:45:58 +0000 (UTC) (envelope-from h.schmalzbauer@omnilan.de) Received: from host.omnilan.net (host.omnilan.net [62.245.232.135]) by mx1.freebsd.org (Postfix) with ESMTP id 203F98FC08 for ; Tue, 22 Dec 2009 17:45:57 +0000 (UTC) Received: from [172.21.1.35] (akima-win.flintsbach.schmalzbauer.de [172.21.1.35]) (authenticated bits=0) by host.omnilan.net (8.13.8/8.13.8) with ESMTP id nBMHjqxs061993 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 22 Dec 2009 18:45:56 +0100 (CET) (envelope-from h.schmalzbauer@omnilan.de) X-Authentication-Warning: smtp.dmz.omnisec.de: Host akima-win.flintsbach.schmalzbauer.de [172.21.1.35] claimed to be [172.21.1.35] Message-ID: <4B3105D1.1040105@omnilan.de> Date: Tue, 22 Dec 2009 18:45:53 +0100 From: Harald Schmalzbauer User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Bernhard Schmidt References: <4B12E897.3090008@omnilan.de> <179b97fb0911291430n52f04136g49acb5ee6305a5aa@mail.gmail.com> <200911301715.43863.bschmidt@techwires.net> In-Reply-To: <200911301715.43863.bschmidt@techwires.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Brandon Gooch , freebsd-current@freebsd.org Subject: Re: driver for Intel WiFi Link 1000? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2009 17:45:58 -0000 Bernhard Schmidt schrieb: > On Sunday 29 November 2009 23:30:54 Brandon Gooch wrote: >> On Sun, Nov 29, 2009 at 9:33 PM, Harald Schmalzbauer >> >> wrote: >>> Dear driver coders, >>> >>> my new notebook has the Intel WiFi Link 1000 chipset (0x8086, 0x0083). >>> A quick look at intels developer sites doesn't answer if the chip is >>> compatible with the precessor 5300/5100. >>> Has anybody any experience with this wlan device? >>> >>> Thanks, >>> >>> -Harry >> Bernhard Schmidt has a repository with a recent port of the OpenBSD >> iwn(4) driver, available for testing, in an svn repo: >> >> http://svn.techwires.net/svn/projects/freebsd/sys >> >> It should provide support for the 1000 series chips, although neither >> I or Bernhard have a card to test with. >> >> I'm testing the code on 8-STABLE... > > True, this bits are coming from the OpenBSD merge. > Quoting from the commit: > "- initial support for 1000 series and initial bits for upcoming 6000 > series (untested as hardware is not available to the general public)" > > It looks as being complete though, feedback appreciated. Hello, today I found a minute to test the iwn driver. Unfortunately it crashes wit the follwoing (regaardless wether I loaded iwn1000fw.ko): iwn0: mem 0xd2500000-0xd2501fff irq 19 at device 0.0 on pci2 iwn0: MIMO 1T2R, , address 00:00:00:00:00:00 panic: ieee80211_get_ratetable: no rate table for channel; freq 0 flags 0x0 cpuid = 1 Uptime: 37s Physical memory: 2990 MB Dumping 91 MB: 76 60 44 28 12 Tell me if I can help with testing. Thanks, -Harry