Re: iwn driver on 7.1

2009-01-19 Thread Eriam Schaffter
2009/1/18 Brandon Gooch jamesbrandongo...@gmail.com I have a working driver for the Intel 4965, aka iwn(4), loaded on my Lenovo X300 running FreeBSD 7.1-RELEASE (amd64). Wonderfull to say the least ! Seeing that you run successfully 7.1 on a X300 is excellent ! Did you manage to get

iwn driver on 7.1

2009-01-18 Thread Brandon Gooch
I have a working driver for the Intel 4965, aka iwn(4), loaded on my Lenovo X300 running FreeBSD 7.1-RELEASE (amd64). This driver is a slightly-modified version of the iwn(4) driver backported from 8.0-CURRENT by Gavin Atkinson:

Re: iwn driver on 7.1

2009-01-18 Thread Da Rock
On Sun, 2009-01-18 at 14:17 -0600, Brandon Gooch wrote: I have a working driver for the Intel 4965, aka iwn(4), loaded on my Lenovo X300 running FreeBSD 7.1-RELEASE (amd64). This driver is a slightly-modified version of the iwn(4) driver backported from 8.0-CURRENT by Gavin Atkinson:

Re: iwn driver on 7.1

2009-01-18 Thread Jan Henrik Sylvester
Da Rock wrote: On Sun, 2009-01-18 at 14:17 -0600, Brandon Gooch wrote: I have a working driver for the Intel 4965, aka iwn(4), loaded on my Lenovo X300 running FreeBSD 7.1-RELEASE (amd64). This driver is a slightly-modified version of the iwn(4) driver backported from 8.0-CURRENT by Gavin

Re: iwn driver on 7.1

2009-01-18 Thread Da Rock
On Sun, 2009-01-18 at 14:17 -0600, Brandon Gooch wrote: I have a working driver for the Intel 4965, aka iwn(4), loaded on my Lenovo X300 running FreeBSD 7.1-RELEASE (amd64). This driver is a slightly-modified version of the iwn(4) driver backported from 8.0-CURRENT by Gavin Atkinson:

Re: iwn driver on 7.1

2009-01-18 Thread Brandon Gooch
The kernel panic was due to a NULL pointer dereference in the module. The code that was commented out created a situation in which the array of structs (line 2412): static const struct iwn_chan_band iwn_bands[] contained only 2 items. The code following the struct array that obtained the list of

iwn driver on 7.1

2009-01-16 Thread Da Rock
I've tried the driver on 7.0- 8.0 current is out of the question as it still doesn't fully function either- but I'm trying to sort out 7.1 (might as well, I have many other issues to work out so I might as well fix them on this :) ). The driver patches compiles (iwn-7 from gavin), but when I load

Re: [Fwd: iwn driver on 7.1]

2009-01-16 Thread Jan Henrik Sylvester
Sam Fourman Jr. wrote: From: Da Rock rock_on_the_web at comcen.com.au I've tried the driver on 7.0- 8.0 current is out of the question as [...] The driver patches compiles (iwn-7 from gavin), but when I load it goes through the channels and errors and finally dies with a full page fault.

[Fwd: iwn driver on 7.1]

2009-01-15 Thread Da Rock
---BeginMessage--- I've tried the driver on 7.0- 8.0 current is out of the question as it still doesn't fully function either- but I'm trying to sort out 7.1 (might as well, I have many other issues to work out so I might as well fix them on this :) ). The driver patches compiles (iwn-7 from

Re: [Fwd: iwn driver on 7.1]

2009-01-15 Thread Sam Fourman Jr.
-- Forwarded message -- From: Da Rock rock_on_the_...@comcen.com.au To: freebsd-questions@freebsd.org Date: Fri, 16 Jan 2009 12:32:04 +1000 Subject: iwn driver on 7.1 I've tried the driver on 7.0- 8.0 current is out of the question as it still doesn't fully function either