HEADS-UP: faster mirrors synching coming your way soon

2014-09-22 Thread Marc Espie
I've just committed changes to pkg_create that will help mirrors synch by using much less bandwidth. I just ran a final test. Rsynching a full amd64 snapshot now says something like: sent 7,315,796,510 bytes received 40,292,721 bytes 4,517,095.01 bytes/sec total size is 28,752,806,019 speedup

Re: Patch: fix high capacity ( 2GB) eMMC support

2014-09-22 Thread Raphael Graf
On Sun, September 21, 2014 2:09 pm, Raphael Graf wrote: On Sat, September 20, 2014 7:45 pm, Jonathan Gray wrote: On Sat, Sep 20, 2014 at 06:01:51PM +0200, Cédric Tessier wrote: Hi, I've bought a BeagleBone Black rev. C board, and I was trying to install OpenBSD on it, but the internal eMMC

Re: Patch: fix high capacity ( 2GB) eMMC support

2014-09-22 Thread Jonathan Gray
On Mon, Sep 22, 2014 at 06:48:49PM +0200, Raphael Graf wrote: I'm sorry, this diff was using the wrong defines. Here's a corrected version. Any comments or oks? + + if (sectors != 0) { + sf-flags |= SFF_SDHC; + sf-csd.capacity =

[patch] puc(4) add Winchiphead CH382 support

2014-09-22 Thread SASANO Takayoshi
Hello, Here is the patch to support Winchiphead CH382 PCIe-UART device. I found the board at eBay with cheap price tag. CH382 has three configurations and different PCI device ID. - 2 serial (2S) - 2 serial and 1 parallel (2S1P) - 1 parallel (1P) I have 2S board the patch does not

Re: [patch] puc(4) add Winchiphead CH382 support

2014-09-22 Thread Mark Kettenis
Date: Tue, 23 Sep 2014 05:44:04 +0900 From: SASANO Takayoshi u...@mx5.nisiq.net Hello, Here is the patch to support Winchiphead CH382 PCIe-UART device. I found the board at eBay with cheap price tag. CH382 has three configurations and different PCI device ID. - 2 serial (2S) -

sm(4) is too verbose

2014-09-22 Thread David Gwynne
sm(4) doenst have to bpfdetach cos if_detach will do it for it. also, useless comments are useless. ok? Index: dev/ic/smc91cxx.c === RCS file: /cvs/src/sys/dev/ic/smc91cxx.c,v retrieving revision 1.35 diff -u -p -r1.35 smc91cxx.c