Re: [CFT] alc(4) QAC AR816x/AR817x ethernet controller support

2014-10-01 Thread Yonghyeon PYUN
iff.20140930 will add support for AR8161/AR8162/AR8171/AR8172 > > and E2200 controllers. It supports all hardware features except > > RSS. If you have any QAC AR816x/AR817x or old AR813x/AR815x > > controllers please test and report how the diff works for you. > > Thanks. &

Re: pkg/ports system terribly messed up?

2014-10-01 Thread Chuck Burns
On Wednesday, October 01, 2014 7:48:08 AM Rainer Hurling wrote: > Am 01.10.2014 um 05:44 schrieb Chuck Burns: > > On Tuesday, September 30, 2014 8:13:01 AM O. Hartmann wrote: > >> Hello. > >> > >> I just made the last update of the ports yesterday (I use portmaster -da > >> performing this task)

Re: pkg/ports system terribly messed up?

2014-10-01 Thread NGie Cooper
On Mon, Sep 29, 2014 at 11:13 PM, O. Hartmann wrote: > > Hello. > > I just made the last update of the ports yesterday (I use portmaster -da > performing this > task) and obviously or superficially everything went all right. > > I'm running on the boxes in question most recent CURRENT. > > On one

Re: What do you use for kernel debugging?

2014-10-01 Thread Adrian Chadd
On 1 October 2014 03:12, Hans Petter Selasky wrote: > On 10/01/14 07:03, Adrian Chadd wrote: >> >> There's also something for XHCI. >> >> Please please write it for freebsd. :) >> >> > > Hi, > > The FreeBSD bootloader can run a regular USB stack which connects to the > XHCI/EHCI and any supported

Re: [PATCH] Fix OACTIVE for an(4)

2014-10-01 Thread Adrian Chadd
Hi, On 1 October 2014 07:14, John Baldwin wrote: > This small patch correctly sets OACTIVE when an(4) gets backed up. Right now > I believe it will never set the flag. It is only an optimization, it should > not affect correctness. > > Index: an/if_an.c > ===

Re: Intel SoC's

2014-10-01 Thread Ed Maste
On 1 October 2014 14:12, John-Mark Gurney wrote: > > Just install FreeBSD on them? If you can't boot from USB, it isn't > hard to build and install a new dist on an SD card or other > media to boot from.. As far as I know Galileo only boots from UEFI and we don't yet have i386 UEFI boot bits. __

Re: Intel SoC's

2014-10-01 Thread John-Mark Gurney
Larry Rosenman wrote this message on Sun, Sep 21, 2014 at 21:13 -0500: > I got 2 Intel SoC's at the Intel IOT Hackathon here in Austin this > weekend. > > They are both I586/Pentium processors, with some other stuff hanging > out. They currently run Yactoh Linux. > > I'm wondering how hard it

Re: zpool frag

2014-10-01 Thread John-Mark Gurney
Allan Jude wrote this message on Sun, Sep 21, 2014 at 11:06 -0400: > On 2014-09-21 04:57, Beeblebrox wrote: > > FRAG means fragmentation, right? Zpool fragmentation? That's news to me. If > > this is real how do I fix it? > > > > NAME SIZE ALLOC FREE FRAG EXPANDSZCAP DEDUP HEALTH

[PATCH] Fix OACTIVE for an(4)

2014-10-01 Thread John Baldwin
This small patch correctly sets OACTIVE when an(4) gets backed up. Right now I believe it will never set the flag. It is only an optimization, it should not affect correctness. Index: an/if_an.c === --- an/if_an.c (revision 27096

Re: pkg/ports system terribly messed up?

2014-10-01 Thread Rainer Hurling
Am 01.10.2014 um 05:44 schrieb Chuck Burns: On Tuesday, September 30, 2014 8:13:01 AM O. Hartmann wrote: Hello. I just made the last update of the ports yesterday (I use portmaster -da performing this task) and obviously or superficially everything went all right. It's portmaster actually.

Re: What do you use for kernel debugging?

2014-10-01 Thread O'Connor, Daniel
On 1 Oct 2014, at 14:33, Adrian Chadd wrote: > There's also something for XHCI. So I see.. Section 7.6 in here has details.. http://www.intel.com.au/content/dam/www/public/us/en/documents/technical-specifications/extensible-host-controler-interface-usb-xhci.pdf Interestingly unlike the EHCI ve

Re: What do you use for kernel debugging?

2014-10-01 Thread Hans Petter Selasky
On 10/01/14 07:03, Adrian Chadd wrote: There's also something for XHCI. Please please write it for freebsd. :) Hi, The FreeBSD bootloader can run a regular USB stack which connects to the XHCI/EHCI and any supported serial adapter for example. What is currently missing is some PCI pieces