Re: RFT: if_ath HAL refactoring

2010-09-18 Thread Adrian Chadd
On 19 September 2010 06:38, Rui Paulo wrote: > Can you also provide a diff against HEAD please? Done. It's in the same place; named "complete.diff". Adrian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs

Re: RFT: if_ath HAL refactoring

2010-09-18 Thread Rui Paulo
On 18 Sep 2010, at 17:09, Adrian Chadd wrote: > Hi all, > > I've uploaded a snapshot of the if_ath HAL which i've been working on. > I've been refactoring out various bits of the AR5416 HAL into > something that resembles the ath9k hardware MAC/PHY operations to make > it easier to port further a

Re: RFT: if_ath HAL refactoring

2010-09-18 Thread Adrian Chadd
On 19 September 2010 01:01, Adrian Chadd wrote: >> Are there plans for AR9287 support?  Unfortunately that is the only ath card >> I have to test with at the moment. > > At some point, yes. > > There's a lot of code missing in our driver for ar92xx series chips. > I'd rather get the existing stuff

Re: RFT: if_ath HAL refactoring

2010-09-18 Thread Adrian Chadd
On 19 September 2010 00:54, Brandon Weisz wrote: >> I'd appreciate testing by AR5416/AR9160/AR9280/AR9285 users. I only >> currently have easy access to AR5416/AR9160. Please let me know >> immediately if something doesn't work with this which does work in >> -head. > > Are there plans for AR9287

Re: One-shot timer broken on Xen

2010-09-18 Thread Bruce Cran
On Sat, 18 Sep 2010 19:42:45 +0300 Alexander Motin wrote: > Bruce Cran wrote: > > I built a new kernel from HEAD on my Xen domU today and found that > > it hung after the following messages: > > > > smist0: on cpu0 > > device_attach: smist0 attach returned 6 > > Device configuration finished. >

Re: RFT: if_ath HAL refactoring

2010-09-18 Thread Brandon Weisz
On 09/18/2010 11:09 AM, Adrian Chadd wrote: Hi all, I've uploaded a snapshot of the if_ath HAL which i've been working on. I've been refactoring out various bits of the AR5416 HAL into something that resembles the ath9k hardware MAC/PHY operations to make it easier to port further ath9k updates

Re: One-shot timer broken on Xen

2010-09-18 Thread Alexander Motin
Hi. Bruce Cran wrote: > I built a new kernel from HEAD on my Xen domU today and found that it > hung after the following messages: > > smist0: on cpu0 > device_attach: smist0 attach returned 6 > Device configuration finished. > procfs registered > Timecounter "TSC" frequency 2000118476 Hz qualit

RFT: if_ath HAL refactoring

2010-09-18 Thread Adrian Chadd
Hi all, I've uploaded a snapshot of the if_ath HAL which i've been working on. I've been refactoring out various bits of the AR5416 HAL into something that resembles the ath9k hardware MAC/PHY operations to make it easier to port further ath9k updates over. It also includes the AR9100 support (but

One-shot timer broken on Xen

2010-09-18 Thread Bruce Cran
Hi, I built a new kernel from HEAD on my Xen domU today and found that it hung after the following messages: smist0: on cpu0 device_attach: smist0 attach returned 6 Device configuration finished. procfs registered Timecounter "TSC" frequency 2000118476 Hz quality 800 lapic: Divisor 2, Frequency

geli boot issues with recent kernels

2010-09-18 Thread Fabian Keil
My kernel and / are on ada0s1a (UFS) while the rest of the system is on a ZFS pool on ada0s1d.eli, attached on boot. Since a few days ago, booting no longer works reliably for me. Every now and then the system hangs at the time when I'd normaly provide the passphrase. The last times this happened

if_epair as module

2010-09-18 Thread Andriy Gapon
Anybody uses if_epair compiled as _module_ on any platform other than amd64? If yes, could you please respond to me in private? Big thanks in advance. -- Andriy Gapon ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinf

Re: Extend ktrace/kdump output

2010-09-18 Thread Norberto Lopes
Anyway, attached is the patch. All (constructive) criticism is welcome, even if it has to deal with "how I should do things freebsd way (in case there is one)". On Fri, Sep 17, 2010 at 10:48 PM, Norberto Lopes wrote: > On Fri, Sep 17, 2010 at 10:36 PM, Kostik Belousov wrote: >> On Fri, Sep 17, 2

Re: CFT - Xen infrastructure and block I/O improvements

2010-09-18 Thread Rui Paulo
On 17 Sep 2010, at 16:36, Justin T. Gibbs wrote: > On 9/17/2010 1:27 AM, Rui Paulo wrote: >> On 17 Sep 2010, at 07:55, Rui Paulo wrote: >> >>> On 17 Sep 2010, at 02:44, Justin T. Gibbs wrote: >>> At Spectra Logic, we are using FreeBSD amd64 under Xen to serve storage to other Xen domai