Re: [ath] AR9285/AR2427 users - please test -HEAD

2011-03-17 Thread Adrian Chadd
Nope. The AR9287 has a new EEPROM format, new calibration code and some extra tidbits here and there which I need to add. I've ordered a couple of them to add support - but I won't be doing so until I find/squish bugs relating to all the earlier chipsets. :) I'm not being evil - if there's bugs w/

Re: [CFR]RT305xF support, w/o attachment

2011-03-17 Thread Adrian Chadd
Is someone able to help me hunt down a mini-PCIe ralink card? I'd like to help Aleksandr include his SoC MIPS stuff to FreeBSD and as part of that I'd like to try and make this wireless driver work on supported PCI/PCIe cards. But I completely lack the hardware to do so, and I lack the time to hun

Re: [CFR]RT305xF support, w/o attachment

2011-03-17 Thread Sergey V. Dyatko
On Thu, 17 Mar 2011 15:45:26 +0800 Adrian Chadd wrote: > Is someone able to help me hunt down a mini-PCIe ralink card? > > I'd like to help Aleksandr include his SoC MIPS stuff to FreeBSD and > as part of that I'd like to try and make this wireless driver work on > supported PCI/PCIe cards. But

Re: [CFR]RT305xF support, w/o attachment

2011-03-17 Thread Adrian Chadd
Cool! You've just volunteered to help Aleksandr at least get the driver compiling, probing and attaching. :) I'll review and commit something to head when you have it somewhat working, ok? :) Adrian (Cool, I can get back to fixing if_ath issues.) On 17 March 2011 16:08, Sergey V. Dyatko wrot

Re: [CFR]RT305xF support, w/o attachment

2011-03-17 Thread Sergey V. Dyatko
On Thu, 17 Mar 2011 16:57:49 +0800 Adrian Chadd wrote: > Cool! You've just volunteered to help Aleksandr at least get the > driver compiling, probing and attaching. :) > > I'll review and commit something to head when you have it somewhat > working, ok? :) > sure, cause I tired look at panics

Guaranteed kernel panic with ZFS + nullfs

2011-03-17 Thread Luke Marsden
Hi all, The following script seems to cause a guaranteed kernel panic on 8.1-R, 8.2-R and 8-STABLE as of today (2011-03-16), with both ZFS v14/15, and v28 on 8.2-R with mm@ patches from 2011-03. I suspect it may also affect 9-CURRENT but have not tested this yet. #!/usr/local/bin/bash export POOL

Re: [CFR]RT305xF support, w/o attachment

2011-03-17 Thread Aleksandr Rybalko
Hi again! On Wed, 16 Mar 2011 20:44:05 +0200 Aleksandr Rybalko wrote: >> Hi, >> >> On Wed, 16 Mar 2011 18:06:59 +0100 >> Jan Henrik Sylvester wrote: >> >> > Hello! >> > >> > On 01/-10/-28163 20:59, Aleksandr Rybalko wrote: >> > > 3. RT2860 802.11n controller authors Damien Bergamini and Alex

/etc/rc.d/powerd vs. lack of OID dev.cpu.0.freq

2011-03-17 Thread David Wolfskill
I run powerd(8) on my laptop, and track both stable/8 and head on it (on different slices), daily. I am now finally(!) getting around to pointing out that it appears that: * /etc/rc.d/powerd tries to make use of sysctl OID dev.cpu.0.freq. * That OID exists in stable/8. * It does not exist in he

Re: /etc/rc.d/powerd vs. lack of OID dev.cpu.0.freq

2011-03-17 Thread Andriy Gapon
on 17/03/2011 13:51 David Wolfskill said the following: > I run powerd(8) on my laptop, and track both stable/8 and head on it (on > different slices), daily. > > I am now finally(!) getting around to pointing out that it appears that: > > * /etc/rc.d/powerd tries to make use of sysctl OID dev.cp

Re: /etc/rc.d/powerd vs. lack of OID dev.cpu.0.freq

2011-03-17 Thread Bruce Cran
On Thu, 17 Mar 2011 14:41:35 +0200 Andriy Gapon wrote: > The OID in question should be provided by cpufreq driver. > You should be looking at dmesg and other kernel-related things to > find out what changed on that level. The OID does exist - "sysctl -d dev.cpu.0.freq" works - it's just that que

Re: [CFR]RT305xF support, w/o attachment

2011-03-17 Thread Sergey V. Dyatko
On Thu, 17 Mar 2011 13:26:16 +0200 Aleksandr Rybalko wrote: > Hi again! > > On Wed, 16 Mar 2011 20:44:05 +0200 > Aleksandr Rybalko wrote: > > >> Hi, > >> > >> On Wed, 16 Mar 2011 18:06:59 +0100 > >> Jan Henrik Sylvester wrote: > >> > >> > Hello! > >> > > >> > On 01/-10/-28163 20:59, Aleksa

Re: [CFR]rt2860 driver with kld module

2011-03-17 Thread Aleksandr Rybalko
On Thu, 17 Mar 2011 17:17:17 +0200 "Sergey V. Dyatko" wrote: >> On Thu, 17 Mar 2011 13:26:16 +0200 >> Aleksandr Rybalko wrote: >> >> > Hi again! >> > >> > On Wed, 16 Mar 2011 20:44:05 +0200 >> > Aleksandr Rybalko wrote: >> > >> > >> Hi, >> > >> >> > >> On Wed, 16 Mar 2011 18:06:59 +0100 >>

Re: ZFS import panic with r219703

2011-03-17 Thread Freddie Cash
On Wed, Mar 16, 2011 at 4:03 PM, Freddie Cash wrote: > Anytime I try to import my pool built using 24x HAST devices, I get > the following message, and the system reboots: > > panic: solaris assert: dmu_free_range(os, smo->smo_object, 0, -1ULL, > tx) == 0, file: > /usr/src/sys/modules/zfs/../../cd

Re: /etc/rc.d/powerd vs. lack of OID dev.cpu.0.freq

2011-03-17 Thread Bruce Cran
On Thu, 17 Mar 2011 13:46:01 + Bruce Cran wrote: > On Thu, 17 Mar 2011 14:41:35 +0200 > Andriy Gapon wrote: > > > The OID in question should be provided by cpufreq driver. > > You should be looking at dmesg and other kernel-related things to > > find out what changed on that level. > > The

Re: ZFS import panic with r219703

2011-03-17 Thread Freddie Cash
On Thu, Mar 17, 2011 at 9:24 AM, Freddie Cash wrote: > On Wed, Mar 16, 2011 at 4:03 PM, Freddie Cash wrote: >> Anytime I try to import my pool built using 24x HAST devices, I get >> the following message, and the system reboots: >> >> panic: solaris assert: dmu_free_range(os, smo->smo_object, 0,

Re: ZFS import panic with r219703

2011-03-17 Thread Olivier Smedts
2011/3/17 Freddie Cash : > On Thu, Mar 17, 2011 at 9:24 AM, Freddie Cash wrote: >> On Wed, Mar 16, 2011 at 4:03 PM, Freddie Cash wrote: >>> Anytime I try to import my pool built using 24x HAST devices, I get >>> the following message, and the system reboots: >>> >>> panic: solaris assert: dmu_fre

BWN State with BCM4321

2011-03-17 Thread Domagoj S.
I need an insight, regarding my wifi card: I've found this on maillist freebsd-current: http://lists.freebsd.org/pipermail/freebsd-current/2010-January/014782.html Which motivated me, to directly mail, writer of driver. ME: Hello, How long until bwn(4) will work with: Broadcom 432AGN WiFi

Re: ZFS import panic with r219703

2011-03-17 Thread Freddie Cash
On Thu, Mar 17, 2011 at 10:00 AM, Olivier Smedts wrote: > 2011/3/17 Freddie Cash : >>> Hrm, it looks like the "pool roll-back on import" feature is working. >>> >>> # zpool import -F -d /dev/hast storage >>> >>> The above command imported the pool successfully.  No dmu_free_range() >>> errors.  No

Re: HEADSUP: BSD iconv coming to the base system with default off

2011-03-17 Thread Gabor Kovesdan
Hi Alexander, for whatever historic reason I had WITH_ICONV in /etc/make.conf on my desktop, so I got to be your guinea pig without conscious consent for that role on my part. I did hit several issues so far: thanks for your valuable comments about iconv and I'm sorry that you had to try it out