Re: xhci broken on 10-CURRENT and 2013 MacBook Air?

2013-08-27 Thread Hans Petter Selasky
On 08/26/13 21:02, Lundberg, Johannes wrote: Hi Hans Thanks but nothing of that makes any difference. Well, it's gonna be difficult to find the diff I think... The oldest image I could find was from May. What I'm doing now is compiling a bootonly.iso of current with a xhci.h/c that's reverted

Re: xhci broken on 10-CURRENT and 2013 MacBook Air?

2013-08-27 Thread Lundberg, Johannes
Hi Hans Sure, I will try it out later and mail the results. Now I'm running current with usb part reverted to 9.1. It gets me pass the usb probing to the part that I really wanted to confirm. If FreeBSD supports the SSD drive on the new MacBook Air. It seems that it doesn't so that one more

Re: xhci broken on 10-CURRENT and 2013 MacBook Air?

2013-08-27 Thread Adrian Chadd
Hm! Is there a Linux driver for this SSD? Does Linux approximately boot on this thing? -adrian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to

Re: ulpt can't attach Lexmark E120

2013-08-27 Thread George Mitchell
On 08/25/13 19:20, George Mitchell wrote: On 08/25/13 04:44, Hans Petter Selasky wrote: On 08/24/13 20:21, George Mitchell wrote: Setting hw.usb.dwc_otg.debug to any value greater than 0 generates an unending stream of debug output and effectively locks up the chip scrolling the output on the

Re: Question about socket timeouts

2013-08-27 Thread Vitja Makarov
2013/8/26 Davide Italiano dav...@freebsd.org: Please consider the following patch: http://people.freebsd.org/~davide/review/socket_timeout.diff I've tested it and it works OK. I got a timeout which is ~= 25ms using the testcase provided by the user. The only doubt I have is about the range

Re: route get fails

2013-08-27 Thread Joe Holden
On 24/08/2013 13:30, Kimmo Paasiala wrote: On Sat, Aug 24, 2013 at 2:42 PM, Pawel Pekala pa...@freebsd.org wrote: Hi, For some time now I get this: [corn:~] route get route: writing to routing socket: Invalid argument Is this just my build or anyone can confirm this? -- pozdrawiam / with

Re: route get fails

2013-08-27 Thread Kurt Jaeger
Hi! For some time now I get this: [corn:~] route get route: writing to routing socket: Invalid argument Is this just my build or anyone can confirm this? A patch for route to display a more useful error message: http://www.freebsd.org/cgi/query-pr.cgi?pr=181532 -- p...@opsec.eu

Re: [CFT] VMware vmxnet3 ethernet driver

2013-08-27 Thread Harald Schmalzbauer
Bezüglich Bryan Venteicher's Nachricht vom 27.08.2013 06:18 (localtime): ... It seems if_vmx doesn't support jumbo frames. If I set mtu 9000, I get »vmx0: cannot populate Rx queue 0«, I have no problems using jumbo frames with vmxnet3. This could fail for two reasons - could not allocate

Re: patch to add AES intrinsics to gcc

2013-08-27 Thread Nathan Whitehorn
On 08/25/13 18:41, Gerald Pfeifer wrote: On Fri, 23 Aug 2013, Volodymyr Kostyrko wrote: I object. Many ports that compiles perfectly on gcc 4.2.1 can't be compiled with lang/gcc. I checked this once and the number of ports that require strictly gcc 4.2.1 was bigger for me then number of

Re: [CFT] VMware vmxnet3 ethernet driver

2013-08-27 Thread Bryan Venteicher
- Original Message - Bezüglich Bryan Venteicher's Nachricht vom 27.08.2013 06:18 (localtime): ... It seems if_vmx doesn't support jumbo frames. If I set mtu 9000, I get »vmx0: cannot populate Rx queue 0«, I have no problems using jumbo frames with vmxnet3. This could fail

Patch for 2013 MacBook Air PCIe SSD controller

2013-08-27 Thread Lundberg, Johannes
This patch to sys/dev/ahci/ahci.c should make the SSD drive in the 2013's MacBook Airs detectable. Index: ahci.c === --- ahci.c(revision 254924) +++ ahci.c(working copy) @@ -229,6 +229,7 @@ {0x91301b4b, 0x00, Marvell

Re: xhci broken on 10-CURRENT and 2013 MacBook Air?

2013-08-27 Thread Lundberg, Johannes
The SSD controller driver is hopefully fixed now with the patch I submitted to -current mailing list. I will compile a new system with usb as a loadable module so that it is easier to test different versions and possible fixes and then do some testing maybe tomorrow. Johannes Lundberg

[installworld via r/o NFS] cannot create mapper.dir: Permission denied

2013-08-27 Thread Boris Samorodov
Hi All, While installing fresh CURRENT (make -C installworld) via NFS (exported -ro)...: - 192.168.119.49:/usr/src on /usr/src (nfs) 192.168.119.49:/usr/obj on /usr/obj (nfs) - ... I get the following error: - === share/examples/pf (install) install -o root -g wheel -m 444

Re: [installworld via r/o NFS] cannot create mapper.dir: Permission denied

2013-08-27 Thread Joel Dahl
On Tue, Aug 27, 2013 at 10:32:51PM +0400, Boris Samorodov wrote: Hi All, While installing fresh CURRENT (make -C installworld) via NFS (exported -ro)...: - 192.168.119.49:/usr/src on /usr/src (nfs) 192.168.119.49:/usr/obj on /usr/obj (nfs) - ... I get the following error:

[make installworld installkernel] does not honor break at installworld

2013-08-27 Thread Boris Samorodov
Hi All, while installing FreeBSD at a new disk the installworld phase breaks (see the thread ...cannot create mapper.dir: Permission denied). However the command make installworld installkernel proceeds to installkernel phase. -- WBR, Boris Samorodov (bsam) FreeBSD Committer,

Re: patch to add AES intrinsics to gcc

2013-08-27 Thread Gerald Pfeifer
On Mon, 26 Aug 2013, Claude Buisson wrote: Perhaps you could have a look at the fact that lang/gcc is at 4.6.3, and lang/gcc46 is no more a snapshot but a true release 4.6.4. I am aware of that. Owed to a strongly voiced desire by users, I am triggering a rebuild of lang/gcc as rarely as

bsd patch regression?

2013-08-27 Thread Sean Bruno
Colin generated a patch for xen things that does some pretty typical behavior. bsdpatch really didn't handle it well and rejected some things and flat out refused to create sys/modules/xenhvm/Makefile for me. http://lists.freebsd.org/pipermail/freebsd-xen/2013-August/001697.html When applying

Re: patch to improve AES-NI performance

2013-08-27 Thread Outback Dingo
On Sun, Aug 25, 2013 at 10:19 AM, Ollivier Robert robe...@keltia.freenix.fr wrote: According to Ollivier Robert: You are right, I wanted to say r226837 which is the code one. FYI I've finally merged r226837,r226839 as r254856 in stable/9 as it is a prerequesite to apply jmg's patch. I've

Re: ulpt can't attach Lexmark E120

2013-08-27 Thread George Mitchell
On 08/25/13 04:44, Hans Petter Selasky wrote: On 08/24/13 20:21, George Mitchell wrote: Setting hw.usb.dwc_otg.debug to any value greater than 0 generates an unending stream of debug output and effectively locks up the chip scrolling the output on the display. Perhaps there are some specific

Re: bsd patch regression?

2013-08-27 Thread Pedro Giffuni
Hi Sean; El 27/08/2013 5:58 p. m., Sean Bruno escribió: Colin generated a patch for xen things that does some pretty typical behavior. bsdpatch really didn't handle it well and rejected some things and flat out refused to create sys/modules/xenhvm/Makefile for me.

Re: patch to improve AES-NI performance

2013-08-27 Thread John-Mark Gurney
Outback Dingo wrote this message on Tue, Aug 27, 2013 at 19:01 -0400: On Sun, Aug 25, 2013 at 10:19 AM, Ollivier Robert robe...@keltia.freenix.fr wrote: According to Ollivier Robert: You are right, I wanted to say r226837 which is the code one. FYI I've finally merged r226837,r226839

Raspberry PI Kernel data abort

2013-08-27 Thread Martin Laabs
Hi, Sporadically the raspberry pi fails to mount its root mmc card. After power off and power on again works most of the time. However there seem to be also configurations that fail permanently. Unfortunately I have no image of a sd card that fails on every boot. Do you have any idea how to get

Re: Raspberry PI Kernel data abort

2013-08-27 Thread Martin Laabs
Sorry for the wrong subject. The problem with the data abort is another one that happens after DHCP address reception. The kernel is from my today nigh build from head (FreeBSD 10.0-CURRENT r254955). This problem might be related to the recent mbuf changes. The PR link is