Tuesday, June 30, 2020

Re: [NEW] sysutils/fluent-bit

Hi,

From: Landry Breuil <landry@openbsd.org>
Date: 2020-05-27 5:47:33

> On Wed, May 27, 2020 at 01:48:55PM +0900, Masato Asou wrote:
>> Hi,
>>
>> This is a new port sysutils/fluent-bit. Fluent bit is a Log Processor
>> and Forwarder.
>
> Great stuff, i think i had a look at it some years ago and it looked
> very-linuxy/not that much portable.. nice that you made it.
>
> some notes:
> * why USE_NINJA=No ?
> * why not taking maintainership ?
> * it feels weird to force gmake usage w/ cmake.. in which voodooo
> trickery does cmake end up generating $< -gmake rules ? cant the cmake
> stuff be fixed instead ?
> * 1.4.5 was released 2 days ago
> * many portability patches without comments.. are you planning to push
> those upstream via github ?
>
> other than that it reads good at first sight.
>
> Landry

The original version has been updated from 1.4.4 to 1.4.6.

The difference at the tail end is a comparison with the .tgz attached
to the email below.

ok?

From: Masato Asou <asou@soum.co.jp>
Date: Mon, 01 Jun 2020 17:07:34 +0900 (JST)

> From: Stuart Henderson <stu@spacehopper.org>
> Date: 2020-05-27 10:38:26
>
>> On 2020/05/27 07:47, Landry Breuil wrote:
>>> On Wed, May 27, 2020 at 01:48:55PM +0900, Masato Asou wrote:
>>> > Hi,
>>> >
>>> > This is a new port sysutils/fluent-bit. Fluent bit is a Log Processor
>>> > and Forwarder.
>>>
>>> Great stuff, i think i had a look at it some years ago and it looked
>>> very-linuxy/not that much portable.. nice that you made it.
>>>
>>> some notes:
>>> * why USE_NINJA=No ?
>>
>> Couple of reasons. One is that they don't want the full path in traces and are
>> using some gmake-specific mess to define __FILENAME__ with the 'base' source
>> directory stripped off (that's easily avoided by using __FILE__ instead).
>> Another is that they bundle various dependencies and are building them by
>> calling $(MAKE). Also some of those dependencies use gmake-specific things.
>
> </snip>
>
> I've applied your patch.
>
> How about this patch.

diff --git a/sysutils/fluent-bit/Makefile b/sysutils/fluent-bit/Makefile
index 622f4aaea80..d4f2dae8abb 100644
--- a/sysutils/fluent-bit/Makefile
+++ b/sysutils/fluent-bit/Makefile
@@ -2,13 +2,15 @@

COMMENT = fast log processor and forwarder

-GH_ACCOUNT = fluent
-GH_PROJECT = fluent-bit
-GH_TAGNAME = v1.4.4
+VERSION = 1.4
+V = ${VERSION}.6

CATEGORIES = sysutils

+DISTNAME = fluent-bit-${V}
+EXTRACT_SUFX = .tar.gz
HOMEPAGE = https://fluentbit.io/
+MASTER_SITES = ${HOMEPAGE:=releases/${VERSION}/}

#MAINTAINER =

diff --git a/sysutils/fluent-bit/distinfo b/sysutils/fluent-bit/distinfo
index e3e4e31ba17..8adc6e0442b 100644
--- a/sysutils/fluent-bit/distinfo
+++ b/sysutils/fluent-bit/distinfo
@@ -1,2 +1,2 @@
-SHA256 (fluent-bit-1.4.4.tar.gz) = f9abc86ca56fbfc7b5c3fff1511f21e6eaa4c75cae7690e2fcca381872abf6f7
-SIZE (fluent-bit-1.4.4.tar.gz) = 12614962
+SHA256 (fluent-bit-1.4.6.tar.gz) = 4da02a9d0f42a82eab07ea3e5713007c0fd5539485da133515ae464789fc11fa
+SIZE (fluent-bit-1.4.6.tar.gz) = 12509211
diff --git a/sysutils/fluent-bit/patches/patch-plugins_in_tail_tail_file_c b/sysutils/fluent-bit/patches/patch-plugins_in_tail_tail_file_c
index 98028f8e44c..408b2e887c1 100644
--- a/sysutils/fluent-bit/patches/patch-plugins_in_tail_tail_file_c
+++ b/sysutils/fluent-bit/patches/patch-plugins_in_tail_tail_file_c
@@ -3,7 +3,7 @@ $OpenBSD$
Index: plugins/in_tail/tail_file.c
--- plugins/in_tail/tail_file.c.orig
+++ plugins/in_tail/tail_file.c
-@@ -1041,9 +1041,8 @@
+@@ -1053,9 +1053,8 @@
{
int ret;
char *buf;
@@ -15,7 +15,7 @@ Index: plugins/in_tail/tail_file.c
#elif defined(__APPLE__)
char path[PATH_MAX];
#elif defined(_MSC_VER)
-@@ -1056,21 +1055,24 @@
+@@ -1068,21 +1067,24 @@
return NULL;
}

diff --git a/sysutils/fluent-bit/patches/patch-src_CMakeLists_txt b/sysutils/fluent-bit/patches/patch-src_CMakeLists_txt
index aef2a395fcc..a73f2dc2428 100644
--- a/sysutils/fluent-bit/patches/patch-src_CMakeLists_txt
+++ b/sysutils/fluent-bit/patches/patch-src_CMakeLists_txt
@@ -3,7 +3,7 @@ $OpenBSD$
Index: src/CMakeLists.txt
--- src/CMakeLists.txt.orig
+++ src/CMakeLists.txt
-@@ -191,6 +191,13 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux")
+@@ -192,6 +192,13 @@
)
endif()

diff --git a/sysutils/fluent-bit/patches/patch-src_flb_scheduler_c b/sysutils/fluent-bit/patches/patch-src_flb_scheduler_c
index 539e9efafdb..19b75431bca 100644
--- a/sysutils/fluent-bit/patches/patch-src_flb_scheduler_c
+++ b/sysutils/fluent-bit/patches/patch-src_flb_scheduler_c
@@ -3,7 +3,7 @@ $OpenBSD$
Index: src/flb_scheduler.c
--- src/flb_scheduler.c.orig
+++ src/flb_scheduler.c
-@@ -376,7 +376,7 @@ int flb_sched_event_handler(struct flb_config *config,
+@@ -378,7 +378,7 @@
}
else if (timer->type == FLB_SCHED_TIMER_FRAME) {
sched = timer->data;
diff --git a/sysutils/fluent-bit/patches/patch-src_fluent_bit_c b/sysutils/fluent-bit/patches/patch-src_fluent_bit_c
index a8444c7d7f7..42b578b8017 100644
--- a/sysutils/fluent-bit/patches/patch-src_fluent_bit_c
+++ b/sysutils/fluent-bit/patches/patch-src_fluent_bit_c
@@ -3,7 +3,7 @@ $OpenBSD$
Index: src/fluent-bit.c
--- src/fluent-bit.c.orig
+++ src/fluent-bit.c
-@@ -379,14 +379,8 @@ static void flb_signal_handler(int signal)
+@@ -382,14 +382,8 @@
case SIGQUIT:
case SIGHUP:

Re: strlcpy version speed tests?

#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <err.h>
#include <sys/param.h>

/* cc strlcpy_test.c -pipe -O2 -o strlcpy_test && ./strlcpy_testfast */

/*
* Copy string src to buffer dst of size dsize. At most dsize-1
* chars will be copied. Always NUL terminates (unless dsize == 0).
* Returns strlen(src); if retval >= dsize, truncation occurred.
*/
static size_t
strlcpy0(char *dst, const char *src, size_t dsize)
{
const char *osrc = src;
size_t nleft = dsize;

/* Copy as many bytes as will fit. */
if (nleft != 0) {
while (--nleft != 0) {
if ((*dst++ = *src++) == '\0')
break;
}
}

/* Not enough room in dst, add NUL and traverse rest of src. */
if (nleft == 0) {
if (dsize != 0)
*dst = '\0'; /* NUL-terminate dst */
while (*src++)
;
}

return(src - osrc - 1); /* count does not include NUL */
}

static size_t
strlcpy3(char *dst, const char *src, size_t dsize)
{
const char *osrc = src;
size_t nleft = dsize;

if (nleft != 0) {
/* Copy as many bytes as will fit. */
while (--nleft != 0)
if ((*dst++ = *src++) == '\0')
return(src - osrc - 1);
*dst = '\0';
}

/* Not enough room in dst, traverse rest of src. */
while (*src++)
;

return(src - osrc - 1); /* count does not include NUL */
}

static size_t
strlcpy4(char dst[], const char src[], size_t dsize)
{
const char *osrc = src;
size_t nleft = dsize;

if (nleft != 0) {
if (--nleft == 0) {
*dst = '\0'; /* NUL-terminate dst */
if (*src == '\0')
return 0;
} else {
/* Copy as many bytes as will fit. */
if ((*dst = *src) == '\0')
return 0;
while (--nleft != 0)
if ((*++dst = *++src) == '\0')
return(src - osrc);
dst[1] = '\0'; /* NUL-terminate dst */
}
} else if (*src == '\0')
return 0;

/* Not enough room in dst, traverse rest of src. */
while (*++src)
;

return(src - osrc); /* count does not include NUL */
}


int main()
{

long double cpu_time_used;
size_t y;
struct timespec tv_start, tv_end;
char *buffer, *buffer2;

size_t n = 50000;
size_t m = n + 50;

buffer = malloc(m);
if (buffer == NULL) err(1, "malloc");
buffer2 = malloc(n);
if (buffer2 == NULL) err(1, "malloc");


/* no intermediate '\0' */
for (y = 0; y < m; ++y)
buffer[y] = arc4random_uniform(255) + 1;
buffer[m - 1] = '\0';


clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &tv_start);
strlcpy(buffer2, buffer, n);
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &tv_end);

cpu_time_used =
(long double) (tv_end.tv_sec - tv_start.tv_sec) +
(long double) (tv_end.tv_nsec - tv_start.tv_nsec) /
(long double) 1000000000;

printf("\n\nstrlcpy\n");
printf("time = %.9Lf\n\n\n", cpu_time_used);


clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &tv_start);
strlcpy0(buffer2, buffer, n);
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &tv_end);

cpu_time_used =
(long double) (tv_end.tv_sec - tv_start.tv_sec) +
(long double) (tv_end.tv_nsec - tv_start.tv_nsec) /
(long double) 1000000000;

printf("\n\nstrlcpy0\n");
printf("time = %.9Lf\n\n\n", cpu_time_used);

clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &tv_start);
strlcpy3(buffer2, buffer, n);
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &tv_end);

cpu_time_used =
(long double) (tv_end.tv_sec - tv_start.tv_sec) +
(long double) (tv_end.tv_nsec - tv_start.tv_nsec) /
(long double) 1000000000;

printf("\n\nstrlcpy3\n");
printf("time = %.9Lf\n\n\n", cpu_time_used);

clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &tv_start);
strlcpy4(buffer2, buffer, n);
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &tv_end);

cpu_time_used =
(long double) (tv_end.tv_sec - tv_start.tv_sec) +
(long double) (tv_end.tv_nsec - tv_start.tv_nsec) /
(long double) 1000000000;

printf("\n\nstrlcpy4\n");
printf("time = %.9Lf\n\n\n", cpu_time_used);

return 0;
}
I suppose this strlcpy4 without a goto is more elegant
-Luke


On Tue, Jun 30, 2020 at 10:07 PM Luke Small <lukensmall@gmail.com> wrote:

> I made it SUPER easy to test my assertion. The code is there. No
> configuration needed.
>
> On Tue, Jun 30, 2020 at 9:59 PM Theo de Raadt <deraadt@openbsd.org> wrote:
>
>> Luke Small <lukensmall@gmail.com> wrote:
>>
>> > So did you run the program on one of those?
>>
>> Why would I?
>>
>> i see a sales pitch
>>
>> and i go BULLSHIT
>>
>> and I'm done
>>
>> --
> -Luke
>

Re: strlcpy version speed tests?

On 1/7/20 11:18 am, Luke Small wrote:
> I made a couple different versions if anybody is interested!

You don't need our permission…
--
Stuart Longland (aka Redhatter, VK4MSL)

I haven't lost my mind...
...it's backed up on a tape somewhere.

Re: net/flow-tools man pages, seg fault on improper command line input

> Thanks, I've just fixed /etc/flow-tools/flow-tools and
> /usr/usr/local/bin/python2.7 in -current.

Thank you very much for your quick assistance!

I did find a few new problems:

Category: net/flow-tools
Environment:
Details : OpenBSD 6.7-current (GENERIC.MP) #306: Fri Jun 26 22:13:55 MDT 2020
deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
Architecture: OpenBSD.amd64
Description:

1. These man pages show formatting codes instead of man pages andrunning make shows errors with docbook-to-man:
flow-capture
flow-export
flow-header
flow-import
flow-nfilter
flow-report
flow-stat
flow-tools-examples
flow-xlate

2. Improper command line input can generate a segmentation fault.

How-To-Repeat:
1. man flow-capture, flow-export, ...
To generate the make error: cd /usr/ports/net/flow-tools && make

snipped output:

Making all in docs
gmake[1]: Entering directory '/usr/ports/pobj/flow-tools-0.68.6/flow-tools-0.68.6/docs'
docbook-to-man flow-capture.sgml > flow-capture.1
nsgmls:/usr/local/share/sgml//docbook/dsssl/modular/catalog:28:0:W: DTDDECL catalog entries are not supported
Abort trap (core dumped)
docbook-to-man flow-cat.sgml > flow-cat.1
nsgmls:/usr/local/share/sgml//docbook/dsssl/modular/catalog:28:0:W: DTDDECL catalog entries are not supported

2. flow-cat ft-v05.xxx | flow-print -f -6
generates segmentation fault. The above extra hyphen for the 6 is a deliberate error.
flow-print -f 6 gives IP Accounting format.

Fix:
1. not sure. man pages are okay in previous versions

2. Instead of using atoi, perhaps use strtonum and errx in the getopt cases. There are
many calls to atoi, but I just tried to fix one in flow-print. I was unable to test
it though. I tried just removing doc from the Makefile MAKE_FLAGS SUBDIRS and apply
the patch below, but when I ran make install, it always seemed to install the code
without my patch. I'm sure that part is my fault, I just don't know how to correct it.
I tried:
cd /usr/ports/net/flow-tools
make patch
cd /usr/ports/pobj/flow-tools-0.68.6/flow-tools-0.68.6/src/flow-print.c
cp flow-print.c flow-print.c.orig
# edit file, then
cd /usr/ports/net/flow-tools
make update-patches
cd patches
cvs add patch-src-_flow-print_c
cd /usr/ports/net/flow-tools
cvs diff -uNp
make
make install

There may be other examples of input that would generate a segmentation fault.

My patch for what it's worth:

$OpenBSD$

Index: src/flow-print.c
--- src/flow-print.c.orig
+++ src/flow-print.c
@@ -28,6 +28,7 @@

#include "ftconfig.h"
#include <ftlib.h>
+#include <err.h>

#include <sys/time.h>
#include <sys/types.h>
@@ -98,6 +99,7 @@ char **argv;
int i, format_index, set_format, ret;
int print_header, options, debug;
char cc; /* comment character */
+ const char *errstr;

/* init fterr */
fterr_setid(argv[0]);
@@ -124,7 +126,9 @@ char **argv;
break;

case 'f': /* format */
- format_index = atoi(optarg);
+ format_index = strtonum(optarg, 0, NFORMATS, &errstr);
+ if (errstr != NULL)
+ errx(1,"invalid report format number. %s : %s", errstr, optarg);
set_format = 1;
break;

strlcpy version speed tests?

#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <err.h>
#include <sys/param.h>

/* cc strlcpy_test.c -pipe -O2 -o strlcpy_test && ./strlcpy_testfast */

/*
* Copy string src to buffer dst of size dsize. At most dsize-1
* chars will be copied. Always NUL terminates (unless dsize == 0).
* Returns strlen(src); if retval >= dsize, truncation occurred.
*/
static size_t
strlcpy0(char *dst, const char *src, size_t dsize)
{
const char *osrc = src;
size_t nleft = dsize;

/* Copy as many bytes as will fit. */
if (nleft != 0) {
while (--nleft != 0) {
if ((*dst++ = *src++) == '\0')
break;
}
}

/* Not enough room in dst, add NUL and traverse rest of src. */
if (nleft == 0) {
if (dsize != 0)
*dst = '\0'; /* NUL-terminate dst */
while (*src++)
;
}

return(src - osrc - 1); /* count does not include NUL */
}

static size_t
strlcpy3(char *dst, const char *src, size_t dsize)
{
const char *osrc = src;
size_t nleft = dsize;

if (nleft != 0) {
/* Copy as many bytes as will fit. */
while (--nleft != 0)
if ((*dst++ = *src++) == '\0')
return(src - osrc - 1);
*dst = '\0';
}

/* Not enough room in dst, traverse rest of src. */
while (*src++)
;

return(src - osrc - 1); /* count does not include NUL */
}

static size_t
strlcpy4(char dst[], const char src[], size_t dsize)
{
const char *osrc = src;
size_t nleft = dsize;

if (nleft != 0) {
if (--nleft == 0)
{
*dst = '\0';
if (*src == '\0')
return 0;
goto strlcpy_jump;
}
/* Copy as many bytes as will fit. */
if ((*dst = *src) == '\0')
return 0;
while (--nleft != 0)
if ((*++dst = *++src) == '\0')
return(src - osrc);
dst[1] = '\0'; /* NUL-terminate dst */
} else if (*src == '\0')
return 0;

strlcpy_jump:

/* Not enough room in dst, traverse rest of src. */
while (*++src)
;

return(src - osrc); /* count does not include NUL */
}


int main()
{

long double cpu_time_used;
size_t y;
struct timespec tv_start, tv_end;
char *buffer, *buffer2;

size_t n = 50000;
size_t m = n + 500;

buffer = malloc(m);
if (buffer == NULL) err(1, "malloc");
buffer2 = malloc(n);
if (buffer2 == NULL) err(1, "malloc");


/* no intermediate '\0' */
for (y = 0; y < m; ++y)
buffer[y] = arc4random_uniform(255) + 1;
buffer[m - 1] = '\0';


clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &tv_start);
strlcpy(buffer2, buffer, n);
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &tv_end);

cpu_time_used =
(long double) (tv_end.tv_sec - tv_start.tv_sec) +
(long double) (tv_end.tv_nsec - tv_start.tv_nsec) /
(long double) 1000000000;

printf("\n\nstrlcpy\n");
printf("time = %.9Lf\n\n\n", cpu_time_used);


clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &tv_start);
strlcpy0(buffer2, buffer, n);
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &tv_end);

cpu_time_used =
(long double) (tv_end.tv_sec - tv_start.tv_sec) +
(long double) (tv_end.tv_nsec - tv_start.tv_nsec) /
(long double) 1000000000;

printf("\n\nstrlcpy0\n");
printf("time = %.9Lf\n\n\n", cpu_time_used);

clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &tv_start);
strlcpy3(buffer2, buffer, n);
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &tv_end);

cpu_time_used =
(long double) (tv_end.tv_sec - tv_start.tv_sec) +
(long double) (tv_end.tv_nsec - tv_start.tv_nsec) /
(long double) 1000000000;

printf("\n\nstrlcpy3 \n");
printf("time = %.9Lf\n\n\n", cpu_time_used);

clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &tv_start);
strlcpy4(buffer2, buffer, n);
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &tv_end);

cpu_time_used =
(long double) (tv_end.tv_sec - tv_start.tv_sec) +
(long double) (tv_end.tv_nsec - tv_start.tv_nsec) /
(long double) 1000000000;

printf("\n\nstrlcpy4 \n");
printf("time = %.9Lf\n\n\n", cpu_time_used);

return 0;
}
I made a couple different versions if anybody is interested!
-Luke

Re: UPDATE: Tor Browser 9.5.1

On Tue, Jun 30, 2020 at 07:21:57PM +0200, Caspar Schutijser wrote:
> Hi,
>
> Below is a patch that updates Tor Browser to 9.5.1. Briefly tested on
> amd64. The release announcement will be posted here, I assume, but is
> not published yet:
> https://blog.torproject.org/new-release-tor-browser-951

Build/Install/RUN ok on amd64

Thanks! :o)

--
clematis (0xA2C87EDB507B4C53)

Re: purritobin-0.1.2 - new package + dependencies

On 2020/06/30 12:44, Aisha Tammy wrote:
> >
> > purritobin looks good now, ok if someone would like to import (wonder if
> > it might be better in www rather than net though)
> >
>
> Is there a strict distinction?
> Asking as I want to add a few more ports for python packages which
> are hovering between these.

Not strict, but web applications generally end up in www/ unless they're
particularly related to networks/network monitoring (so things like smokeping
and librenms end up in net)

UPDATE: Tor Browser 9.5.1

Hi,

Below is a patch that updates Tor Browser to 9.5.1. Briefly tested on
amd64. The release announcement will be posted here, I assume, but is
not published yet:
https://blog.torproject.org/new-release-tor-browser-951

Thanks,
Caspar Schutijser


Index: meta/tor-browser/Makefile
===================================================================
RCS file: /cvs/ports/meta/tor-browser/Makefile,v
retrieving revision 1.26
diff -u -p -r1.26 Makefile
--- meta/tor-browser/Makefile 13 Jun 2020 06:26:01 -0000 1.26
+++ meta/tor-browser/Makefile 30 Jun 2020 17:16:34 -0000
@@ -4,11 +4,11 @@ COMMENT= Tor Browser meta package

MAINTAINER= Caspar Schutijser <caspar@schutijser.com>

-PKGNAME= tor-browser-9.5
+PKGNAME= tor-browser-9.5.1
ONLY_FOR_ARCHS = amd64 i386

-RUN_DEPENDS= www/tor-browser/browser>=9.5 \
- www/tor-browser/noscript>=11.0.26 \
+RUN_DEPENDS= www/tor-browser/browser>=9.5.1 \
+ www/tor-browser/noscript>=11.0.32 \
www/tor-browser/https-everywhere>=2020.5.20 \
net/tor>=0.4.3.5

Index: www/tor-browser/Makefile.inc
===================================================================
RCS file: /cvs/ports/www/tor-browser/Makefile.inc,v
retrieving revision 1.26
diff -u -p -r1.26 Makefile.inc
--- www/tor-browser/Makefile.inc 13 Jun 2020 06:26:01 -0000 1.26
+++ www/tor-browser/Makefile.inc 30 Jun 2020 17:16:34 -0000
@@ -5,7 +5,7 @@ HOMEPAGE ?= https://www.torproject.org
PERMIT_PACKAGE ?= Yes
CATEGORIES = www
BROWSER_NAME = tor-browser
-TB_VERSION = 9.5
+TB_VERSION = 9.5.1
TB_PREFIX = tb

SUBST_VARS += BROWSER_NAME TB_VERSION
Index: www/tor-browser/browser/Makefile
===================================================================
RCS file: /cvs/ports/www/tor-browser/browser/Makefile,v
retrieving revision 1.46
diff -u -p -r1.46 Makefile
--- www/tor-browser/browser/Makefile 13 Jun 2020 06:26:01 -0000 1.46
+++ www/tor-browser/browser/Makefile 30 Jun 2020 17:16:34 -0000
@@ -15,7 +15,7 @@ EXTRACT_SUFX = .tar.xz
PATCHORIG = .pat.orig

PKGNAME = ${TB_PREFIX}-browser-${TB_VERSION}
-DISTNAME = src-firefox-tor-browser-68.9.0esr-9.5-1-build2
+DISTNAME = src-firefox-tor-browser-68.10.0esr-9.5-1-build2

FIX_EXTRACT_PERMISSIONS = Yes
DISTFILES += ${DISTNAME}.tar.xz \
Index: www/tor-browser/browser/distinfo
===================================================================
RCS file: /cvs/ports/www/tor-browser/browser/distinfo,v
retrieving revision 1.25
diff -u -p -r1.25 distinfo
--- www/tor-browser/browser/distinfo 13 Jun 2020 06:26:01 -0000 1.25
+++ www/tor-browser/browser/distinfo 30 Jun 2020 17:16:34 -0000
@@ -1,6 +1,6 @@
-SHA256 (mozilla/src-firefox-tor-browser-68.9.0esr-9.5-1-build2.tar.xz) = JeNF7a4rgLqpSg53r7b6pmssqkLvsv6xZIrQ7J/9uxw=
+SHA256 (mozilla/src-firefox-tor-browser-68.10.0esr-9.5-1-build2.tar.xz) = d6qB8FAg5a97gg61vzUYU3nT9K9O84cV59IlWgKQ7Ho=
SHA256 (mozilla/src-tor-launcher-0.2.21.8.tar.xz) = v1cOZqTcpK1Ygxsw1GN+8Un5+8CMMuocvBE5iaZrVXg=
-SHA256 (mozilla/tor-browser-linux64-9.5_en-US.tar.xz) = CPygaVSxEZKRsdKY9ZaD6bRL1CjbEhWjxWLzN7/4jlA=
-SIZE (mozilla/src-firefox-tor-browser-68.9.0esr-9.5-1-build2.tar.xz) = 348699028
+SHA256 (mozilla/tor-browser-linux64-9.5.1_en-US.tar.xz) = rZHBgwZTTFIOtWpZhO/sjGLIPxGfnUYsOq4UKfZFu6M=
+SIZE (mozilla/src-firefox-tor-browser-68.10.0esr-9.5-1-build2.tar.xz) = 348678144
SIZE (mozilla/src-tor-launcher-0.2.21.8.tar.xz) = 214908
-SIZE (mozilla/tor-browser-linux64-9.5_en-US.tar.xz) = 79022648
+SIZE (mozilla/tor-browser-linux64-9.5.1_en-US.tar.xz) = 79002140
Index: www/tor-browser/noscript/Makefile
===================================================================
RCS file: /cvs/ports/www/tor-browser/noscript/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- www/tor-browser/noscript/Makefile 13 Jun 2020 06:26:02 -0000 1.23
+++ www/tor-browser/noscript/Makefile 30 Jun 2020 17:16:34 -0000
@@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.23 2020/06/13 06:26:02 landry Exp $

ADDON_NAME = noscript
-V = 11.0.26
+V = 11.0.32
COMMENT = Tor Browser add-on: flexible JS blocker
HOMEPAGE = https://noscript.net
MASTER_SITES = https://secure.informaction.com/download/releases/
Index: www/tor-browser/noscript/distinfo
===================================================================
RCS file: /cvs/ports/www/tor-browser/noscript/distinfo,v
retrieving revision 1.20
diff -u -p -r1.20 distinfo
--- www/tor-browser/noscript/distinfo 13 Jun 2020 06:26:02 -0000 1.20
+++ www/tor-browser/noscript/distinfo 30 Jun 2020 17:16:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (noscript-11.0.26.xpi) = macKeHM/5+IYUvZ73gkPale1vb007Lvfz0gdyGGWX9g=
-SIZE (noscript-11.0.26.xpi) = 582948
+SHA256 (noscript-11.0.32.xpi) = CIwLDwhSnYiqzuOxwJz6/jBLmMsoR8P8JV4F0b8QvW0=
+SIZE (noscript-11.0.32.xpi) = 587588

NEW: x11/elementary/calculator

Hi ports --

Attached is a new port, x11/elementary/calculator. Calculator is the
elementary OS calculator.

---
pkg/DESCR:
Calculator is a calculator app designed for elementary OS.
---

It's a basic calculator. Works on amd64.

OK?

~Brian

Re: purritobin-0.1.2 - new package + dependencies

On 6/29/20 10:37 AM, Stuart Henderson wrote:
> On 2020/06/23 23:33, Aisha Tammy wrote:
>> On 6/22/20 6:56 AM, Stuart Henderson wrote:
>>> On 2020/06/21 21:32, Aisha Tammy wrote:
>>>>> I've added them again with the two from Brian and the uwebsockets
>>>>> updated to 18.3.0
>>>>
>>>> Another bump.
>>>> Also updated uwebsockets to 18.4.0
>>>
>>> OK sthen@ if someone wants to import uwebsockets/usockets with usockets
>>> moved from devel to net, tgz attached.
>>>
>>> For purritobin, could you install the README under share/doc and maybe
>>> also paste.html and POSIX_shell_client.sh (either in share/examples or
>>> somewhere else). Might be a good idea to add an rc script and a userid
>>> to run it under (@newuser in plist) too?
>>>
>>>
>>
>> I've attached purritobin with the README and an rc file.
>> Changes
>> - new user and group
>>
>> - rc file running as new user
>> - added paste.html and shell clients to /usr/local/share/purritobin/
>> - added pkg-readme with examples for httpd, cron cleanup and pf rate limiting
>>
>> Also needs that uwebsockets and usockets be updated to latest version as the
>> current ones in the tree are broken (upstream messed up some SSL declarations).
>> I've added the diff for that as well.
>
> I've committed those, diff didn't work as it had extra blank lines
> so I did them by hand, SHARED_LIBS needed a bump too due to additional
> functions.
Very sorry about that, I'm learning new features ( weirdness :P) of thunderbird.

Thanks a lot for the fixing :)

>
> purritobin looks good now, ok if someone would like to import (wonder if
> it might be better in www rather than net though)
>

Is there a strict distinction?
Asking as I want to add a few more ports for python packages which
are hovering between these.

Thanks,
Aisha

em(4) issue I reported time ago seems to be fixed now

Today I burned the latest snapshot in a USB pen-drive and booted it
in a HP desktop of mine where happened this:

https://marc.info/?l=openbsd-bugs&m=156682947025229&w=2

It seems to be fixed, the card is now recognized out of the box as
1000baseTX as expected. :-) (I didn't change anything in my LAN,
the machine is connected to the same cable to the same router as
it was at that time.)

Does someone know or have a clue which change fixed this issue?


Walter

MiniPC COOFUN C-N34 Apollo lake. external SD card support does not work.

Hello all,

I've installed Release version OpenBSD 6.7 on a MiniPC COOFUN C-N34. It
is a fan-less 4 core, 4GB RAM, Apollo Lake machine. See dmesg output bellow.

This MiniPC has an internal 64GB eMMC, which works fine with 6.7
release. The OS is installed here. It is the only OS installed and uses
the entire disk.

This MiniPC also have an slot for an external SD card. In my case there
is a 128GB SD XC inserted there.

I get the this message at startup: 'sdmmc0: can't enable card' and the
disk is not recognized by 'sysctl hw.disknames', which only shows de
internal eMMC drive, sd0.

This happens with a fresh, default installation of the 6.7 release,
after fw_update and syspatch. No configuration files has been edited.
Default configuration for everything.

I get the same behavior with an old 2GB SD Card (not XC)

Does anybody know how to enable the external SD card?
Thanks in advance for any help you can give me.
Victor

dmesg output here:

OpenBSD 6.7 (RAMDISK_CD) #177: Thu May  7 11:19:02 MDT 2020
deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/RAMDISK_CD
real mem = 4099817472 (3909MB)
avail mem = 3971538944 (3787MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.0 @ 0x79d71000 (55 entries)
bios0: vendor American Megatrends Inc. version "N3402" date 10/21/2019
bios0: BESSTAR (HK) LIMITED C-N34
acpi0 at bios0: ACPI 6.0
acpi0: tables DSDT FACP FPDT FIDT MSDM MCFG DBG2 DBGP HPET LPIT APIC
NPKT PRAM WSMT SSDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT UEFI BGRT BERT WDAT
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Celeron(R) CPU N3450 @ 1.10GHz, 1097.79 MHz, 06-5c-09
cpu0:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,CX16,xTPR,PDCM,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SMEP,ERMS,MPX,RDSEED,SMAP,CLFLUSHOPT,PT,SHA,IBRS,IBPB,STIBP,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu0: 1MB 64b/line 16-way L2 cache
cpu0: apic clock running at 19MHz
cpu0: mwait min=64, max=64, C-substates=0.2.0.2.4.2.1.1, IBE
cpu at mainbus0: not configured
cpu at mainbus0: not configured
cpu at mainbus0: not configured
ioapic0 at mainbus0: apid 1 pa 0xfec00000, version 20, 120 pins
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (RP01)
acpiprt2 at acpi0: bus 2 (RP02)
acpiprt3 at acpi0: bus 1 (RP03)
acpiprt4 at acpi0: bus -1 (RP04)
acpiprt5 at acpi0: bus -1 (RP05)
acpiprt6 at acpi0: bus -1 (RP06)
acpiec0 at acpi0
acpicpu at acpi0 not configured
acpipwrres at acpi0 not configured
acpitz at acpi0 not configured
"PNP0A08" at acpi0 not configured
"ACPI0003" at acpi0 not configured
"PNP0C0D" at acpi0 not configured
"INT34C1" at acpi0 not configured
"NXP1001" at acpi0 not configured
"IMPJ0003" at acpi0 not configured
"BCM4752" at acpi0 not configured
"ID9001" at acpi0 not configured
acpicmos0 at acpi0
aplgpio0 at acpi0: GPO0 uid 1 addr 0xd0c50000/0x76c irq 14, 78 pins
aplgpio1 at acpi0: GPO1 uid 2 addr 0xd0c40000/0x764 irq 14, 77 pins
aplgpio2 at acpi0: GPO2 uid 3 addr 0xd0c70000/0x674 irq 14, 47 pins
aplgpio3 at acpi0: GPO3 uid 4 addr 0xd0c00000/0x654 irq 14, 43 pins
"INT33A1" at acpi0 not configured
"PNP0C0C" at acpi0 not configured
"INT3400" at acpi0 not configured
"INT3406" at acpi0 not configured
"INT3403" at acpi0 not configured
"INT3407" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C14" at acpi0 not configured
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Apollo Lake Host" rev 0x0b
vendor "Intel", unknown product 0x5a8c (class DASP subclass
miscellaneous, rev 0x0b) at pci0 dev 0 function 1 not configured
"Intel HD Graphics 500" rev 0x0b at pci0 dev 2 function 0 not configured
"Intel Apollo Lake HD Audio" rev 0x0b at pci0 dev 14 function 0 not
configured
"Intel Apollo Lake TXE" rev 0x0b at pci0 dev 15 function 0 not configured
ahci0 at pci0 dev 18 function 0 "Intel Apollo Lake AHCI" rev 0x0b: msi,
AHCI 1.3.1
ahci0: PHY offline on port 0
ahci0: PHY offline on port 1
scsibus0 at ahci0: 32 targets
ppb0 at pci0 dev 19 function 0 "Intel Apollo Lake PCIE" rev 0xfb: msi
pci1 at ppb0 bus 1
re0 at pci1 dev 0 function 0 "Realtek 8168" rev 0x15: RTL8168H/8111H
(0x5400), msi, address 00:e0:4c:04:00:75
rgephy0 at re0 phy 7: RTL8251 PHY, rev. 0
ppb1 at pci0 dev 20 function 0 "Intel Apollo Lake PCIE" rev 0xfb: msi
pci2 at ppb1 bus 2
iwm0 at pci2 dev 0 function 0 "Intel Dual Band Wireless AC 3165" rev
0x79, msi
xhci0 at pci0 dev 21 function 0 "Intel Apollo Lake xHCI" rev 0x0b: msi,
xHCI 1.0
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev
3.00/1.00 addr 1
dwiic0 at pci0 dev 22 function 0 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 27
iic0 at dwiic0
dwiic1 at pci0 dev 22 function 1 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 28
iic1 at dwiic1
"INT34C1" at iic1 addr 0x38 not configured
"NXP1001" at iic1 addr 0x29 not configured
dwiic2 at pci0 dev 22 function 2 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 29
iic2 at dwiic2
dwiic3 at pci0 dev 22 function 3 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 30
iic3 at dwiic3
dwiic4 at pci0 dev 23 function 0 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 31
iic4 at dwiic4
dwiic5 at pci0 dev 23 function 1 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 32
iic5 at dwiic5
dwiic6 at pci0 dev 23 function 2 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 33
iic6 at dwiic6
dwiic7 at pci0 dev 23 function 3 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 34
iic7 at dwiic7
"IMPJ0003" at iic7 addr 0x6e not configured
"Intel Apollo Lake HSUART" rev 0x0b at pci0 dev 24 function 0 not configured
"Intel Apollo Lake HSUART" rev 0x0b at pci0 dev 24 function 1 not configured
"Intel Apollo Lake HSUART" rev 0x0b at pci0 dev 24 function 2 not configured
"Intel Apollo Lake HSUART" rev 0x0b at pci0 dev 24 function 3 not configured
"Intel Apollo Lake SPI" rev 0x0b at pci0 dev 25 function 0 not configured
"Intel Apollo Lake SPI" rev 0x0b at pci0 dev 25 function 1 not configured
"Intel Apollo Lake SPI" rev 0x0b at pci0 dev 25 function 2 not configured
"Intel Apollo Lake PWM" rev 0x0b at pci0 dev 26 function 0 not configured
sdhc0 at pci0 dev 27 function 0 "Intel Apollo Lake SD/MMC" rev 0x0b:
apic 1 int 3
sdhc0: SDHC 3.0, 200 MHz base clock
sdmmc0 at sdhc0: 4-bit, sd high-speed, mmc high-speed, dma
sdhc1 at pci0 dev 28 function 0 "Intel Apollo Lake eMMC" rev 0x0b: apic
1 int 39
sdhc1: SDHC 3.0, 200 MHz base clock
sdmmc1 at sdhc1: 8-bit, sd high-speed, mmc high-speed, dma
"Intel Apollo Lake LPC" rev 0x0b at pci0 dev 31 function 0 not configured
"Intel Apollo Lake SMBus" rev 0x0b at pci0 dev 31 function 1 not configured
isa0 at mainbus0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
efifb0 at mainbus0: 1920x1080, 32bpp
wsdisplay0 at efifb0 mux 1: console (std, vt100 emulation), using wskbd0
scsibus1 at sdmmc1: 2 targets, initiator 0
sd0 at scsibus1 targ 1 lun 0: <Sandisk, DA4064, 0000> removable
sd0: 59640MB, 512 bytes/sector, 122142720 sectors
sdmmc0: can't enable card
uhub0: device problem, disabling port 2
uhidev0 at uhub0 port 6 configuration 1 interface 0 "Logitech USB
Receiver" rev 2.00/24.01 addr 2
uhidev0: iclass 3/1
ukbd0 at uhidev0
wskbd1 at ukbd0 mux 1
wskbd1: connecting to wsdisplay0
uhidev1 at uhub0 port 6 configuration 1 interface 1 "Logitech USB
Receiver" rev 2.00/24.01 addr 2
uhidev1: iclass 3/1, 8 report ids
uhid at uhidev1 reportid 2 not configured
uhid at uhidev1 reportid 3 not configured
uhid at uhidev1 reportid 4 not configured
uhid at uhidev1 reportid 8 not configured
uhidev2 at uhub0 port 6 configuration 1 interface 2 "Logitech USB
Receiver" rev 2.00/24.01 addr 2
uhidev2: iclass 3/0, 33 report ids
uhid at uhidev2 reportid 16 not configured
uhid at uhidev2 reportid 17 not configured
uhid at uhidev2 reportid 32 not configured
uhid at uhidev2 reportid 33 not configured
umass0 at uhub0 port 7 configuration 1 interface 0 "Kingston
DataTraveler 2.0" rev 2.00/2.00 addr 3
umass0: using SCSI over Bulk-Only
scsibus2 at umass0: 2 targets, initiator 0
sd1 at scsibus2 targ 1 lun 0: <Kingston, DataTraveler 2.0, 1.00>
removable serial.09511603A921257D026A
sd1: 7692MB, 512 bytes/sector, 15753216 sectors
softraid0 at root
scsibus3 at softraid0: 256 targets
root on rd0a swap on rd0b dump on rd0b
WARNING: CHECK AND RESET THE DATE!
iwm0: could not read firmware iwm-7265-17 (error 2)
iwm0: failed to load init firmware
syncing disks...
OpenBSD 6.7 (GENERIC.MP) #182: Thu May  7 11:11:58 MDT 2020
deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 4099817472 (3909MB)
avail mem = 3962941440 (3779MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.0 @ 0x79d71000 (55 entries)
bios0: vendor American Megatrends Inc. version "N3402" date 10/21/2019
bios0: BESSTAR (HK) LIMITED C-N34
acpi0 at bios0: ACPI 6.0
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP FPDT FIDT MSDM MCFG DBG2 DBGP HPET LPIT APIC
NPKT PRAM WSMT SSDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT UEFI BGRT WDAT
acpi0: wakeup devices LID0(S3) HDAS(S3) XHC_(S4) XDCI(S4) BRCM(S0)
RP01(S4) PXSX(S4) RP02(S4) PXSX(S4) RP03(S4) PXSX(S4) RP04(S4) PXSX(S4)
RP05(S4) PXSX(S4) RP06(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 32 bits
acpimcfg0 at acpi0
acpimcfg0: addr 0xe0000000, bus 0-255
acpihpet0 at acpi0: 19200000 Hz
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Celeron(R) CPU N3450 @ 1.10GHz, 1097.79 MHz, 06-5c-09
cpu0:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,CX16,xTPR,PDCM,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SMEP,ERMS,MPX,RDSEED,SMAP,CLFLUSHOPT,PT,SHA,IBRS,IBPB,STIBP,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu0: 1MB 64b/line 16-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 19MHz
cpu0: mwait min=64, max=64, C-substates=0.2.0.2.4.2.1.1, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Celeron(R) CPU N3450 @ 1.10GHz, 1097.48 MHz, 06-5c-09
cpu1:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,CX16,xTPR,PDCM,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SMEP,ERMS,MPX,RDSEED,SMAP,CLFLUSHOPT,PT,SHA,IBRS,IBPB,STIBP,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu1: 1MB 64b/line 16-way L2 cache
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 4 (application processor)
cpu2: Intel(R) Celeron(R) CPU N3450 @ 1.10GHz, 1097.48 MHz, 06-5c-09
cpu2:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,CX16,xTPR,PDCM,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SMEP,ERMS,MPX,RDSEED,SMAP,CLFLUSHOPT,PT,SHA,IBRS,IBPB,STIBP,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu2: 1MB 64b/line 16-way L2 cache
cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 6 (application processor)
cpu3: Intel(R) Celeron(R) CPU N3450 @ 1.10GHz, 1097.48 MHz, 06-5c-09
cpu3:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,CX16,xTPR,PDCM,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SMEP,ERMS,MPX,RDSEED,SMAP,CLFLUSHOPT,PT,SHA,IBRS,IBPB,STIBP,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu3: 1MB 64b/line 16-way L2 cache
cpu3: smt 0, core 3, package 0
ioapic0 at mainbus0: apid 1 pa 0xfec00000, version 20, 120 pins
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (RP01)
acpiprt2 at acpi0: bus 2 (RP02)
acpiprt3 at acpi0: bus 1 (RP03)
acpiprt4 at acpi0: bus -1 (RP04)
acpiprt5 at acpi0: bus -1 (RP05)
acpiprt6 at acpi0: bus -1 (RP06)
acpiec0 at acpi0
acpi0: GPE 0x2c already enabled
acpicpu0 at acpi0: C3(10@150 mwait.1@0x60), C2(10@50 mwait.1@0x21),
C1(1000@1 mwait.1@0x1), PSS
acpicpu1 at acpi0: C3(10@150 mwait.1@0x60), C2(10@50 mwait.1@0x21),
C1(1000@1 mwait.1@0x1), PSS
acpicpu2 at acpi0: C3(10@150 mwait.1@0x60), C2(10@50 mwait.1@0x21),
C1(1000@1 mwait.1@0x1), PSS
acpicpu3 at acpi0: C3(10@150 mwait.1@0x60), C2(10@50 mwait.1@0x21),
C1(1000@1 mwait.1@0x1), PSS
acpipwrres0 at acpi0: FN00, resource for FAN0
acpitz0 at acpi0: critical temperature is 100 degC
acpipci0 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001
acpiac0 at acpi0: AC unit online
acpibtn0 at acpi0: LID0
"INT34C1" at acpi0 not configured
"NXP1001" at acpi0 not configured
"IMPJ0003" at acpi0 not configured
"BCM4752" at acpi0 not configured
"ID9001" at acpi0 not configured
acpicmos0 at acpi0
aplgpio0 at acpi0: GPO0 uid 1 addr 0xd0c50000/0x76c irq 14, 78 pins
aplgpio1 at acpi0: GPO1 uid 2 addr 0xd0c40000/0x764 irq 14, 77 pins
aplgpio2 at acpi0: GPO2 uid 3 addr 0xd0c70000/0x674 irq 14, 47 pins
aplgpio3 at acpi0: GPO3 uid 4 addr 0xd0c00000/0x654 irq 14, 43 pins
"INT33A1" at acpi0 not configured
acpibtn1 at acpi0: PWRB
"INT3400" at acpi0 not configured
"INT3406" at acpi0 not configured
"INT3403" at acpi0 not configured
"INT3407" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: DD1F
cpu0: Enhanced SpeedStep 1097 MHz: speeds: 2200, 2100, 2000, 1900, 1800,
1700, 1600, 1500, 1400, 1300, 1200, 1100, 1000, 900, 800 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Apollo Lake Host" rev 0x0b
vendor "Intel", unknown product 0x5a8c (class DASP subclass
miscellaneous, rev 0x0b) at pci0 dev 0 function 1 not configured
inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 500" rev 0x0b
drm0 at inteldrm0
inteldrm0: msi, BROXTON, gen 9
azalia0 at pci0 dev 14 function 0 "Intel Apollo Lake HD Audio" rev 0x0b: msi
azalia0: codecs: Realtek ALC269, Intel/0x280a, using Realtek ALC269
audio0 at azalia0
"Intel Apollo Lake TXE" rev 0x0b at pci0 dev 15 function 0 not configured
ahci0 at pci0 dev 18 function 0 "Intel Apollo Lake AHCI" rev 0x0b: msi,
AHCI 1.3.1
ahci0: PHY offline on port 0
ahci0: PHY offline on port 1
scsibus1 at ahci0: 32 targets
ppb0 at pci0 dev 19 function 0 "Intel Apollo Lake PCIE" rev 0xfb: msi
pci1 at ppb0 bus 1
re0 at pci1 dev 0 function 0 "Realtek 8168" rev 0x15: RTL8168H/8111H
(0x5400), msi, address 00:e0:4c:04:00:75
rgephy0 at re0 phy 7: RTL8251 PHY, rev. 0
ppb1 at pci0 dev 20 function 0 "Intel Apollo Lake PCIE" rev 0xfb: msi
pci2 at ppb1 bus 2
iwm0 at pci2 dev 0 function 0 "Intel Dual Band Wireless AC 3165" rev
0x79, msi
xhci0 at pci0 dev 21 function 0 "Intel Apollo Lake xHCI" rev 0x0b: msi,
xHCI 1.0
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev
3.00/1.00 addr 1
dwiic0 at pci0 dev 22 function 0 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 27
iic0 at dwiic0
dwiic1 at pci0 dev 22 function 1 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 28
iic1 at dwiic1
"INT34C1" at iic1 addr 0x38 not configured
"NXP1001" at iic1 addr 0x29 not configured
dwiic2 at pci0 dev 22 function 2 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 29
iic2 at dwiic2
dwiic3 at pci0 dev 22 function 3 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 30
iic3 at dwiic3
dwiic4 at pci0 dev 23 function 0 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 31
iic4 at dwiic4
dwiic5 at pci0 dev 23 function 1 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 32
iic5 at dwiic5
dwiic6 at pci0 dev 23 function 2 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 33
iic6 at dwiic6
dwiic7 at pci0 dev 23 function 3 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 34
iic7 at dwiic7
"IMPJ0003" at iic7 addr 0x6e not configured
com4 at pci0 dev 24 function 0 "Intel Apollo Lake HSUART" rev 0x0b:
ns16550, no working fifo
com5 at pci0 dev 24 function 1 "Intel Apollo Lake HSUART" rev 0x0b:
ns16550, no working fifo
com6 at pci0 dev 24 function 2 "Intel Apollo Lake HSUART" rev 0x0b:
ns16550, no working fifo
com7 at pci0 dev 24 function 3 "Intel Apollo Lake HSUART" rev 0x0b:
ns16550, no working fifo
"Intel Apollo Lake SPI" rev 0x0b at pci0 dev 25 function 0 not configured
"Intel Apollo Lake SPI" rev 0x0b at pci0 dev 25 function 1 not configured
"Intel Apollo Lake SPI" rev 0x0b at pci0 dev 25 function 2 not configured
"Intel Apollo Lake PWM" rev 0x0b at pci0 dev 26 function 0 not configured
sdhc0 at pci0 dev 27 function 0 "Intel Apollo Lake SD/MMC" rev 0x0b:
apic 1 int 3
sdhc0: SDHC 3.0, 200 MHz base clock
sdmmc0 at sdhc0: 4-bit, sd high-speed, mmc high-speed, dma
sdhc1 at pci0 dev 28 function 0 "Intel Apollo Lake eMMC" rev 0x0b: apic
1 int 39
sdhc1: SDHC 3.0, 200 MHz base clock
sdmmc1 at sdhc1: 8-bit, sd high-speed, mmc high-speed, dma
pcib0 at pci0 dev 31 function 0 "Intel Apollo Lake LPC" rev 0x0b
ichiic0 at pci0 dev 31 function 1 "Intel Apollo Lake SMBus" rev 0x0b:
polling
iic8 at ichiic0
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: VMX/EPT
efifb at mainbus0 not configured
scsibus2 at sdmmc1: 2 targets, initiator 0
sd0 at scsibus2 targ 1 lun 0: <Sandisk, DA4064, 0000> removable
sd0: 59640MB, 512 bytes/sector, 122142720 sectors
sdmmc0: can't enable card
uhub0: device problem, disabling port 2
uhidev0 at uhub0 port 6 configuration 1 interface 0 "Logitech USB
Receiver" rev 2.00/24.01 addr 2
uhidev0: iclass 3/1
ukbd0 at uhidev0: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
uhidev1 at uhub0 port 6 configuration 1 interface 1 "Logitech USB
Receiver" rev 2.00/24.01 addr 2
uhidev1: iclass 3/1, 8 report ids
ums0 at uhidev1 reportid 2: 16 buttons, Z and W dir
wsmouse0 at ums0 mux 0
uhid0 at uhidev1 reportid 3: input=4, output=0, feature=0
uhid1 at uhidev1 reportid 4: input=1, output=0, feature=0
uhid2 at uhidev1 reportid 8: input=1, output=0, feature=0
uhidev2 at uhub0 port 6 configuration 1 interface 2 "Logitech USB
Receiver" rev 2.00/24.01 addr 2
uhidev2: iclass 3/0, 33 report ids
uhid3 at uhidev2 reportid 16: input=6, output=6, feature=0
uhid4 at uhidev2 reportid 17: input=19, output=19, feature=0
uhid5 at uhidev2 reportid 32: input=14, output=14, feature=0
uhid6 at uhidev2 reportid 33: input=31, output=31, feature=0
umass0 at uhub0 port 7 configuration 1 interface 0 "Kingston
DataTraveler 2.0" rev 2.00/2.00 addr 3
umass0: using SCSI over Bulk-Only
scsibus3 at umass0: 2 targets, initiator 0
sd1 at scsibus3 targ 1 lun 0: <Kingston, DataTraveler 2.0, 1.00>
removable serial.09511603A921257D026A
sd1: 7692MB, 512 bytes/sector, 15753216 sectors
vscsi0 at root
scsibus4 at vscsi0: 256 targets
softraid0 at root
scsibus5 at softraid0: 256 targets
root on sd0a (171ba141f5b2971d.a) swap on sd0b dump on sd0b
drm:pid30344:csr_load_work_fn *NOTICE* Failed to load DMC firmware
i915/bxt_dmc_ver1_07.bin. Disabling runtime power management.
drm:pid30344:csr_load_work_fn *NOTICE* DMC firmware homepage:
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915inteldrm0:
1920x1080, 32bpp
wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0
wskbd1: connecting to wsdisplay0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
iwm0: could not read firmware iwm-7265-17 (error 2)
iwm0: failed to load init firmware
syncing disks... done
rebooting...
OpenBSD 6.7 (GENERIC.MP) #2: Thu Jun  4 09:55:08 MDT 2020
root@syspatch-67-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 4099817472 (3909MB)
avail mem = 3962949632 (3779MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.0 @ 0x79d71000 (55 entries)
bios0: vendor American Megatrends Inc. version "N3402" date 10/21/2019
bios0: BESSTAR (HK) LIMITED C-N34
acpi0 at bios0: ACPI 6.0
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP FPDT FIDT MSDM MCFG DBG2 DBGP HPET LPIT APIC
NPKT PRAM WSMT SSDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT UEFI BGRT WDAT
acpi0: wakeup devices LID0(S3) HDAS(S3) XHC_(S4) XDCI(S4) BRCM(S0)
RP01(S4) PXSX(S4) RP02(S4) PXSX(S4) RP03(S4) PXSX(S4) RP04(S4) PXSX(S4)
RP05(S4) PXSX(S4) RP06(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 32 bits
acpimcfg0 at acpi0
acpimcfg0: addr 0xe0000000, bus 0-255
acpihpet0 at acpi0: 19200000 Hz
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Celeron(R) CPU N3450 @ 1.10GHz, 1097.84 MHz, 06-5c-09
cpu0:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,CX16,xTPR,PDCM,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SMEP,ERMS,MPX,RDSEED,SMAP,CLFLUSHOPT,PT,SHA,MD_CLEAR,IBRS,IBPB,STIBP,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu0: 1MB 64b/line 16-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 19MHz
cpu0: mwait min=64, max=64, C-substates=0.2.0.2.4.2.1.1, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Celeron(R) CPU N3450 @ 1.10GHz, 1097.48 MHz, 06-5c-09
cpu1:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,CX16,xTPR,PDCM,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SMEP,ERMS,MPX,RDSEED,SMAP,CLFLUSHOPT,PT,SHA,MD_CLEAR,IBRS,IBPB,STIBP,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu1: 1MB 64b/line 16-way L2 cache
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 4 (application processor)
cpu2: Intel(R) Celeron(R) CPU N3450 @ 1.10GHz, 1097.50 MHz, 06-5c-09
cpu2:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,CX16,xTPR,PDCM,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SMEP,ERMS,MPX,RDSEED,SMAP,CLFLUSHOPT,PT,SHA,MD_CLEAR,IBRS,IBPB,STIBP,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu2: 1MB 64b/line 16-way L2 cache
cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 6 (application processor)
cpu3: Intel(R) Celeron(R) CPU N3450 @ 1.10GHz, 1097.49 MHz, 06-5c-09
cpu3:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,CX16,xTPR,PDCM,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SMEP,ERMS,MPX,RDSEED,SMAP,CLFLUSHOPT,PT,SHA,MD_CLEAR,IBRS,IBPB,STIBP,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu3: 1MB 64b/line 16-way L2 cache
cpu3: smt 0, core 3, package 0
ioapic0 at mainbus0: apid 1 pa 0xfec00000, version 20, 120 pins
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (RP01)
acpiprt2 at acpi0: bus 2 (RP02)
acpiprt3 at acpi0: bus 1 (RP03)
acpiprt4 at acpi0: bus -1 (RP04)
acpiprt5 at acpi0: bus -1 (RP05)
acpiprt6 at acpi0: bus -1 (RP06)
acpiec0 at acpi0
acpi0: GPE 0x2c already enabled
acpicpu0 at acpi0: C3(10@150 mwait.1@0x60), C2(10@50 mwait.1@0x21),
C1(1000@1 mwait.1@0x1), PSS
acpicpu1 at acpi0: C3(10@150 mwait.1@0x60), C2(10@50 mwait.1@0x21),
C1(1000@1 mwait.1@0x1), PSS
acpicpu2 at acpi0: C3(10@150 mwait.1@0x60), C2(10@50 mwait.1@0x21),
C1(1000@1 mwait.1@0x1), PSS
acpicpu3 at acpi0: C3(10@150 mwait.1@0x60), C2(10@50 mwait.1@0x21),
C1(1000@1 mwait.1@0x1), PSS
acpipwrres0 at acpi0: FN00, resource for FAN0
acpitz0 at acpi0: critical temperature is 100 degC
acpipci0 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001
acpiac0 at acpi0: AC unit online
acpibtn0 at acpi0: LID0
"INT34C1" at acpi0 not configured
"NXP1001" at acpi0 not configured
"IMPJ0003" at acpi0 not configured
"BCM4752" at acpi0 not configured
"ID9001" at acpi0 not configured
acpicmos0 at acpi0
aplgpio0 at acpi0: GPO0 uid 1 addr 0xd0c50000/0x76c irq 14, 78 pins
aplgpio1 at acpi0: GPO1 uid 2 addr 0xd0c40000/0x764 irq 14, 77 pins
aplgpio2 at acpi0: GPO2 uid 3 addr 0xd0c70000/0x674 irq 14, 47 pins
aplgpio3 at acpi0: GPO3 uid 4 addr 0xd0c00000/0x654 irq 14, 43 pins
"INT33A1" at acpi0 not configured
acpibtn1 at acpi0: PWRB
"INT3400" at acpi0 not configured
"INT3406" at acpi0 not configured
"INT3403" at acpi0 not configured
"INT3407" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: DD1F
cpu0: Enhanced SpeedStep 1097 MHz: speeds: 2200, 2100, 2000, 1900, 1800,
1700, 1600, 1500, 1400, 1300, 1200, 1100, 1000, 900, 800 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Apollo Lake Host" rev 0x0b
vendor "Intel", unknown product 0x5a8c (class DASP subclass
miscellaneous, rev 0x0b) at pci0 dev 0 function 1 not configured
inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 500" rev 0x0b
drm0 at inteldrm0
inteldrm0: msi, BROXTON, gen 9
azalia0 at pci0 dev 14 function 0 "Intel Apollo Lake HD Audio" rev 0x0b: msi
azalia0: codecs: Realtek ALC269, Intel/0x280a, using Realtek ALC269
audio0 at azalia0
"Intel Apollo Lake TXE" rev 0x0b at pci0 dev 15 function 0 not configured
ahci0 at pci0 dev 18 function 0 "Intel Apollo Lake AHCI" rev 0x0b: msi,
AHCI 1.3.1
ahci0: PHY offline on port 0
ahci0: PHY offline on port 1
scsibus1 at ahci0: 32 targets
ppb0 at pci0 dev 19 function 0 "Intel Apollo Lake PCIE" rev 0xfb: msi
pci1 at ppb0 bus 1
re0 at pci1 dev 0 function 0 "Realtek 8168" rev 0x15: RTL8168H/8111H
(0x5400), msi, address 00:e0:4c:04:00:75
rgephy0 at re0 phy 7: RTL8251 PHY, rev. 0
ppb1 at pci0 dev 20 function 0 "Intel Apollo Lake PCIE" rev 0xfb: msi
pci2 at ppb1 bus 2
iwm0 at pci2 dev 0 function 0 "Intel Dual Band Wireless AC 3165" rev
0x79, msi
xhci0 at pci0 dev 21 function 0 "Intel Apollo Lake xHCI" rev 0x0b: msi,
xHCI 1.0
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev
3.00/1.00 addr 1
dwiic0 at pci0 dev 22 function 0 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 27
iic0 at dwiic0
dwiic1 at pci0 dev 22 function 1 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 28
iic1 at dwiic1
"INT34C1" at iic1 addr 0x38 not configured
"NXP1001" at iic1 addr 0x29 not configured
dwiic2 at pci0 dev 22 function 2 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 29
iic2 at dwiic2
dwiic3 at pci0 dev 22 function 3 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 30
iic3 at dwiic3
dwiic4 at pci0 dev 23 function 0 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 31
iic4 at dwiic4
dwiic5 at pci0 dev 23 function 1 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 32
iic5 at dwiic5
dwiic6 at pci0 dev 23 function 2 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 33
iic6 at dwiic6
dwiic7 at pci0 dev 23 function 3 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 34
iic7 at dwiic7
"IMPJ0003" at iic7 addr 0x6e not configured
com4 at pci0 dev 24 function 0 "Intel Apollo Lake HSUART" rev 0x0b:
ns16550, no working fifo
com5 at pci0 dev 24 function 1 "Intel Apollo Lake HSUART" rev 0x0b:
ns16550, no working fifo
com6 at pci0 dev 24 function 2 "Intel Apollo Lake HSUART" rev 0x0b:
ns16550, no working fifo
com7 at pci0 dev 24 function 3 "Intel Apollo Lake HSUART" rev 0x0b:
ns16550, no working fifo
"Intel Apollo Lake SPI" rev 0x0b at pci0 dev 25 function 0 not configured
"Intel Apollo Lake SPI" rev 0x0b at pci0 dev 25 function 1 not configured
"Intel Apollo Lake SPI" rev 0x0b at pci0 dev 25 function 2 not configured
"Intel Apollo Lake PWM" rev 0x0b at pci0 dev 26 function 0 not configured
sdhc0 at pci0 dev 27 function 0 "Intel Apollo Lake SD/MMC" rev 0x0b:
apic 1 int 3
sdhc0: SDHC 3.0, 200 MHz base clock
sdmmc0 at sdhc0: 4-bit, sd high-speed, mmc high-speed, dma
sdhc1 at pci0 dev 28 function 0 "Intel Apollo Lake eMMC" rev 0x0b: apic
1 int 39
sdhc1: SDHC 3.0, 200 MHz base clock
sdmmc1 at sdhc1: 8-bit, sd high-speed, mmc high-speed, dma
pcib0 at pci0 dev 31 function 0 "Intel Apollo Lake LPC" rev 0x0b
ichiic0 at pci0 dev 31 function 1 "Intel Apollo Lake SMBus" rev 0x0b:
polling
iic8 at ichiic0
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: VMX/EPT
efifb at mainbus0 not configured
scsibus2 at sdmmc1: 2 targets, initiator 0
sd0 at scsibus2 targ 1 lun 0: <Sandisk, DA4064, 0000> removable
sd0: 59640MB, 512 bytes/sector, 122142720 sectors
sdmmc0: can't enable card
uhub0: device problem, disabling port 2
uhidev0 at uhub0 port 6 configuration 1 interface 0 "Logitech USB
Receiver" rev 2.00/24.01 addr 2
uhidev0: iclass 3/1
ukbd0 at uhidev0: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
uhidev1 at uhub0 port 6 configuration 1 interface 1 "Logitech USB
Receiver" rev 2.00/24.01 addr 2
uhidev1: iclass 3/1, 8 report ids
ums0 at uhidev1 reportid 2: 16 buttons, Z and W dir
wsmouse0 at ums0 mux 0
uhid0 at uhidev1 reportid 3: input=4, output=0, feature=0
uhid1 at uhidev1 reportid 4: input=1, output=0, feature=0
uhid2 at uhidev1 reportid 8: input=1, output=0, feature=0
uhidev2 at uhub0 port 6 configuration 1 interface 2 "Logitech USB
Receiver" rev 2.00/24.01 addr 2
uhidev2: iclass 3/0, 33 report ids
uhid3 at uhidev2 reportid 16: input=6, output=6, feature=0
uhid4 at uhidev2 reportid 17: input=19, output=19, feature=0
uhid5 at uhidev2 reportid 32: input=14, output=14, feature=0
uhid6 at uhidev2 reportid 33: input=31, output=31, feature=0
umass0 at uhub0 port 7 configuration 1 interface 0 "Kingston
DataTraveler 2.0" rev 2.00/2.00 addr 3
umass0: using SCSI over Bulk-Only
scsibus3 at umass0: 2 targets, initiator 0
sd1 at scsibus3 targ 1 lun 0: <Kingston, DataTraveler 2.0, 1.00>
removable serial.09511603A921257D026A
sd1: 7692MB, 512 bytes/sector, 15753216 sectors
vscsi0 at root
scsibus4 at vscsi0: 256 targets
softraid0 at root
scsibus5 at softraid0: 256 targets
root on sd0a (171ba141f5b2971d.a) swap on sd0b dump on sd0b
inteldrm0: 1920x1080, 32bpp
wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0
wskbd1: connecting to wsdisplay0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
iwm0: hw rev 0x210, fw ver 17.3216344376.0, address 50:eb:71:3f:15:51
sd1 detached
scsibus3 detached
umass0 detached
syncing disks... done
rebooting...
OpenBSD 6.7 (GENERIC.MP) #2: Thu Jun  4 09:55:08 MDT 2020
root@syspatch-67-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 4099817472 (3909MB)
avail mem = 3962920960 (3779MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.0 @ 0x79d71000 (55 entries)
bios0: vendor American Megatrends Inc. version "N3402" date 10/21/2019
bios0: BESSTAR (HK) LIMITED C-N34
acpi0 at bios0: ACPI 6.0
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP FPDT FIDT MSDM MCFG DBG2 DBGP HPET LPIT APIC
NPKT PRAM WSMT SSDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT UEFI BGRT WDAT
acpi0: wakeup devices LID0(S3) HDAS(S3) XHC_(S4) XDCI(S4) BRCM(S0)
RP01(S4) PXSX(S4) RP02(S4) PXSX(S4) RP03(S4) PXSX(S4) RP04(S4) PXSX(S4)
RP05(S4) PXSX(S4) RP06(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 32 bits
acpimcfg0 at acpi0
acpimcfg0: addr 0xe0000000, bus 0-255
acpihpet0 at acpi0: 19200000 Hz
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Celeron(R) CPU N3450 @ 1.10GHz, 1097.97 MHz, 06-5c-09
cpu0:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,CX16,xTPR,PDCM,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SMEP,ERMS,MPX,RDSEED,SMAP,CLFLUSHOPT,PT,SHA,MD_CLEAR,IBRS,IBPB,STIBP,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu0: 1MB 64b/line 16-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 19MHz
cpu0: mwait min=64, max=64, C-substates=0.2.0.2.4.2.1.1, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Celeron(R) CPU N3450 @ 1.10GHz, 1097.48 MHz, 06-5c-09
cpu1:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,CX16,xTPR,PDCM,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SMEP,ERMS,MPX,RDSEED,SMAP,CLFLUSHOPT,PT,SHA,MD_CLEAR,IBRS,IBPB,STIBP,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu1: 1MB 64b/line 16-way L2 cache
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 4 (application processor)
cpu2: Intel(R) Celeron(R) CPU N3450 @ 1.10GHz, 1097.50 MHz, 06-5c-09
cpu2:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,CX16,xTPR,PDCM,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SMEP,ERMS,MPX,RDSEED,SMAP,CLFLUSHOPT,PT,SHA,MD_CLEAR,IBRS,IBPB,STIBP,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu2: 1MB 64b/line 16-way L2 cache
cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 6 (application processor)
cpu3: Intel(R) Celeron(R) CPU N3450 @ 1.10GHz, 1097.48 MHz, 06-5c-09
cpu3:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,CX16,xTPR,PDCM,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SMEP,ERMS,MPX,RDSEED,SMAP,CLFLUSHOPT,PT,SHA,MD_CLEAR,IBRS,IBPB,STIBP,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu3: 1MB 64b/line 16-way L2 cache
cpu3: smt 0, core 3, package 0
ioapic0 at mainbus0: apid 1 pa 0xfec00000, version 20, 120 pins
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (RP01)
acpiprt2 at acpi0: bus 2 (RP02)
acpiprt3 at acpi0: bus 1 (RP03)
acpiprt4 at acpi0: bus -1 (RP04)
acpiprt5 at acpi0: bus -1 (RP05)
acpiprt6 at acpi0: bus -1 (RP06)
acpiec0 at acpi0
acpi0: GPE 0x2c already enabled
acpicpu0 at acpi0: C3(10@150 mwait.1@0x60), C2(10@50 mwait.1@0x21),
C1(1000@1 mwait.1@0x1), PSS
acpicpu1 at acpi0: C3(10@150 mwait.1@0x60), C2(10@50 mwait.1@0x21),
C1(1000@1 mwait.1@0x1), PSS
acpicpu2 at acpi0: C3(10@150 mwait.1@0x60), C2(10@50 mwait.1@0x21),
C1(1000@1 mwait.1@0x1), PSS
acpicpu3 at acpi0: C3(10@150 mwait.1@0x60), C2(10@50 mwait.1@0x21),
C1(1000@1 mwait.1@0x1), PSS
acpipwrres0 at acpi0: FN00, resource for FAN0
acpitz0 at acpi0: critical temperature is 100 degC
acpipci0 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001
acpiac0 at acpi0: AC unit online
acpibtn0 at acpi0: LID0
"INT34C1" at acpi0 not configured
"NXP1001" at acpi0 not configured
"IMPJ0003" at acpi0 not configured
"BCM4752" at acpi0 not configured
"ID9001" at acpi0 not configured
acpicmos0 at acpi0
aplgpio0 at acpi0: GPO0 uid 1 addr 0xd0c50000/0x76c irq 14, 78 pins
aplgpio1 at acpi0: GPO1 uid 2 addr 0xd0c40000/0x764 irq 14, 77 pins
aplgpio2 at acpi0: GPO2 uid 3 addr 0xd0c70000/0x674 irq 14, 47 pins
aplgpio3 at acpi0: GPO3 uid 4 addr 0xd0c00000/0x654 irq 14, 43 pins
"INT33A1" at acpi0 not configured
acpibtn1 at acpi0: PWRB
"INT3400" at acpi0 not configured
"INT3406" at acpi0 not configured
"INT3403" at acpi0 not configured
"INT3407" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: DD1F
cpu0: Enhanced SpeedStep 1097 MHz: speeds: 2200, 2100, 2000, 1900, 1800,
1700, 1600, 1500, 1400, 1300, 1200, 1100, 1000, 900, 800 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Apollo Lake Host" rev 0x0b
vendor "Intel", unknown product 0x5a8c (class DASP subclass
miscellaneous, rev 0x0b) at pci0 dev 0 function 1 not configured
inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 500" rev 0x0b
drm0 at inteldrm0
inteldrm0: msi, BROXTON, gen 9
azalia0 at pci0 dev 14 function 0 "Intel Apollo Lake HD Audio" rev 0x0b: msi
azalia0: codecs: Realtek ALC269, Intel/0x280a, using Realtek ALC269
audio0 at azalia0
"Intel Apollo Lake TXE" rev 0x0b at pci0 dev 15 function 0 not configured
ahci0 at pci0 dev 18 function 0 "Intel Apollo Lake AHCI" rev 0x0b: msi,
AHCI 1.3.1
ahci0: PHY offline on port 0
ahci0: PHY offline on port 1
scsibus1 at ahci0: 32 targets
ppb0 at pci0 dev 19 function 0 "Intel Apollo Lake PCIE" rev 0xfb: msi
pci1 at ppb0 bus 1
re0 at pci1 dev 0 function 0 "Realtek 8168" rev 0x15: RTL8168H/8111H
(0x5400), msi, address 00:e0:4c:04:00:75
rgephy0 at re0 phy 7: RTL8251 PHY, rev. 0
ppb1 at pci0 dev 20 function 0 "Intel Apollo Lake PCIE" rev 0xfb: msi
pci2 at ppb1 bus 2
iwm0 at pci2 dev 0 function 0 "Intel Dual Band Wireless AC 3165" rev
0x79, msi
xhci0 at pci0 dev 21 function 0 "Intel Apollo Lake xHCI" rev 0x0b: msi,
xHCI 1.0
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev
3.00/1.00 addr 1
dwiic0 at pci0 dev 22 function 0 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 27
iic0 at dwiic0
dwiic1 at pci0 dev 22 function 1 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 28
iic1 at dwiic1
"INT34C1" at iic1 addr 0x38 not configured
"NXP1001" at iic1 addr 0x29 not configured
dwiic2 at pci0 dev 22 function 2 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 29
iic2 at dwiic2
dwiic3 at pci0 dev 22 function 3 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 30
iic3 at dwiic3
dwiic4 at pci0 dev 23 function 0 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 31
iic4 at dwiic4
dwiic5 at pci0 dev 23 function 1 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 32
iic5 at dwiic5
dwiic6 at pci0 dev 23 function 2 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 33
iic6 at dwiic6
dwiic7 at pci0 dev 23 function 3 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 34
iic7 at dwiic7
"IMPJ0003" at iic7 addr 0x6e not configured
com4 at pci0 dev 24 function 0 "Intel Apollo Lake HSUART" rev 0x0b:
ns16550, no working fifo
com5 at pci0 dev 24 function 1 "Intel Apollo Lake HSUART" rev 0x0b:
ns16550, no working fifo
com6 at pci0 dev 24 function 2 "Intel Apollo Lake HSUART" rev 0x0b:
ns16550, no working fifo
com7 at pci0 dev 24 function 3 "Intel Apollo Lake HSUART" rev 0x0b:
ns16550, no working fifo
"Intel Apollo Lake SPI" rev 0x0b at pci0 dev 25 function 0 not configured
"Intel Apollo Lake SPI" rev 0x0b at pci0 dev 25 function 1 not configured
"Intel Apollo Lake SPI" rev 0x0b at pci0 dev 25 function 2 not configured
"Intel Apollo Lake PWM" rev 0x0b at pci0 dev 26 function 0 not configured
sdhc0 at pci0 dev 27 function 0 "Intel Apollo Lake SD/MMC" rev 0x0b:
apic 1 int 3
sdhc0: SDHC 3.0, 200 MHz base clock
sdmmc0 at sdhc0: 4-bit, sd high-speed, mmc high-speed, dma
sdhc1 at pci0 dev 28 function 0 "Intel Apollo Lake eMMC" rev 0x0b: apic
1 int 39
sdhc1: SDHC 3.0, 200 MHz base clock
sdmmc1 at sdhc1: 8-bit, sd high-speed, mmc high-speed, dma
pcib0 at pci0 dev 31 function 0 "Intel Apollo Lake LPC" rev 0x0b
ichiic0 at pci0 dev 31 function 1 "Intel Apollo Lake SMBus" rev 0x0b:
polling
iic8 at ichiic0
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: VMX/EPT
efifb at mainbus0 not configured
scsibus2 at sdmmc1: 2 targets, initiator 0
sd0 at scsibus2 targ 1 lun 0: <Sandisk, DA4064, 0000> removable
sd0: 59640MB, 512 bytes/sector, 122142720 sectors
sdmmc0: can't enable card
uhub0: device problem, disabling port 2
uhidev0 at uhub0 port 6 configuration 1 interface 0 "Logitech USB
Receiver" rev 2.00/24.01 addr 2
uhidev0: iclass 3/1
ukbd0 at uhidev0: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
uhidev1 at uhub0 port 6 configuration 1 interface 1 "Logitech USB
Receiver" rev 2.00/24.01 addr 2
uhidev1: iclass 3/1, 8 report ids
ums0 at uhidev1 reportid 2: 16 buttons, Z and W dir
wsmouse0 at ums0 mux 0
uhid0 at uhidev1 reportid 3: input=4, output=0, feature=0
uhid1 at uhidev1 reportid 4: input=1, output=0, feature=0
uhid2 at uhidev1 reportid 8: input=1, output=0, feature=0
uhidev2 at uhub0 port 6 configuration 1 interface 2 "Logitech USB
Receiver" rev 2.00/24.01 addr 2
uhidev2: iclass 3/0, 33 report ids
uhid3 at uhidev2 reportid 16: input=6, output=6, feature=0
uhid4 at uhidev2 reportid 17: input=19, output=19, feature=0
uhid5 at uhidev2 reportid 32: input=14, output=14, feature=0
uhid6 at uhidev2 reportid 33: input=31, output=31, feature=0
vscsi0 at root
scsibus3 at vscsi0: 256 targets
softraid0 at root
scsibus4 at softraid0: 256 targets
root on sd0a (171ba141f5b2971d.a) swap on sd0b dump on sd0b
inteldrm0: 1920x1080, 32bpp
wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0
wskbd1: connecting to wsdisplay0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
iwm0: hw rev 0x210, fw ver 17.3216344376.0, address 50:eb:71:3f:15:51
syncing disks... done
rebooting...
OpenBSD 6.7 (GENERIC.MP) #2: Thu Jun  4 09:55:08 MDT 2020
root@syspatch-67-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 4099817472 (3909MB)
avail mem = 3962945536 (3779MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.0 @ 0x79d71000 (55 entries)
bios0: vendor American Megatrends Inc. version "N3402" date 10/21/2019
bios0: BESSTAR (HK) LIMITED C-N34
acpi0 at bios0: ACPI 6.0
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP FPDT FIDT MSDM MCFG DBG2 DBGP HPET LPIT APIC
NPKT PRAM WSMT SSDT SSDT SSDT SSDT SSDT SSDT SSDT SSDT UEFI BGRT WDAT
acpi0: wakeup devices LID0(S3) HDAS(S3) XHC_(S4) XDCI(S4) BRCM(S0)
RP01(S4) PXSX(S4) RP02(S4) PXSX(S4) RP03(S4) PXSX(S4) RP04(S4) PXSX(S4)
RP05(S4) PXSX(S4) RP06(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 32 bits
acpimcfg0 at acpi0
acpimcfg0: addr 0xe0000000, bus 0-255
acpihpet0 at acpi0: 19200000 Hz
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Celeron(R) CPU N3450 @ 1.10GHz, 1097.84 MHz, 06-5c-09
cpu0:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,CX16,xTPR,PDCM,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SMEP,ERMS,MPX,RDSEED,SMAP,CLFLUSHOPT,PT,SHA,MD_CLEAR,IBRS,IBPB,STIBP,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu0: 1MB 64b/line 16-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 19MHz
cpu0: mwait min=64, max=64, C-substates=0.2.0.2.4.2.1.1, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Celeron(R) CPU N3450 @ 1.10GHz, 1097.47 MHz, 06-5c-09
cpu1:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,CX16,xTPR,PDCM,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SMEP,ERMS,MPX,RDSEED,SMAP,CLFLUSHOPT,PT,SHA,MD_CLEAR,IBRS,IBPB,STIBP,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu1: 1MB 64b/line 16-way L2 cache
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 4 (application processor)
cpu2: Intel(R) Celeron(R) CPU N3450 @ 1.10GHz, 1097.49 MHz, 06-5c-09
cpu2:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,CX16,xTPR,PDCM,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SMEP,ERMS,MPX,RDSEED,SMAP,CLFLUSHOPT,PT,SHA,MD_CLEAR,IBRS,IBPB,STIBP,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu2: 1MB 64b/line 16-way L2 cache
cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 6 (application processor)
cpu3: Intel(R) Celeron(R) CPU N3450 @ 1.10GHz, 1097.48 MHz, 06-5c-09
cpu3:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,CX16,xTPR,PDCM,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SMEP,ERMS,MPX,RDSEED,SMAP,CLFLUSHOPT,PT,SHA,MD_CLEAR,IBRS,IBPB,STIBP,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu3: 1MB 64b/line 16-way L2 cache
cpu3: smt 0, core 3, package 0
ioapic0 at mainbus0: apid 1 pa 0xfec00000, version 20, 120 pins
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (RP01)
acpiprt2 at acpi0: bus 2 (RP02)
acpiprt3 at acpi0: bus 1 (RP03)
acpiprt4 at acpi0: bus -1 (RP04)
acpiprt5 at acpi0: bus -1 (RP05)
acpiprt6 at acpi0: bus -1 (RP06)
acpiec0 at acpi0
acpi0: GPE 0x2c already enabled
acpicpu0 at acpi0: C3(10@150 mwait.1@0x60), C2(10@50 mwait.1@0x21),
C1(1000@1 mwait.1@0x1), PSS
acpicpu1 at acpi0: C3(10@150 mwait.1@0x60), C2(10@50 mwait.1@0x21),
C1(1000@1 mwait.1@0x1), PSS
acpicpu2 at acpi0: C3(10@150 mwait.1@0x60), C2(10@50 mwait.1@0x21),
C1(1000@1 mwait.1@0x1), PSS
acpicpu3 at acpi0: C3(10@150 mwait.1@0x60), C2(10@50 mwait.1@0x21),
C1(1000@1 mwait.1@0x1), PSS
acpipwrres0 at acpi0: FN00, resource for FAN0
acpitz0 at acpi0: critical temperature is 100 degC
acpipci0 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001
acpiac0 at acpi0: AC unit online
acpibtn0 at acpi0: LID0
"INT34C1" at acpi0 not configured
"NXP1001" at acpi0 not configured
"IMPJ0003" at acpi0 not configured
"BCM4752" at acpi0 not configured
"ID9001" at acpi0 not configured
acpicmos0 at acpi0
aplgpio0 at acpi0: GPO0 uid 1 addr 0xd0c50000/0x76c irq 14, 78 pins
aplgpio1 at acpi0: GPO1 uid 2 addr 0xd0c40000/0x764 irq 14, 77 pins
aplgpio2 at acpi0: GPO2 uid 3 addr 0xd0c70000/0x674 irq 14, 47 pins
aplgpio3 at acpi0: GPO3 uid 4 addr 0xd0c00000/0x654 irq 14, 43 pins
"INT33A1" at acpi0 not configured
acpibtn1 at acpi0: PWRB
"INT3400" at acpi0 not configured
"INT3406" at acpi0 not configured
"INT3403" at acpi0 not configured
"INT3407" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: DD1F
cpu0: Enhanced SpeedStep 1097 MHz: speeds: 2200, 2100, 2000, 1900, 1800,
1700, 1600, 1500, 1400, 1300, 1200, 1100, 1000, 900, 800 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Apollo Lake Host" rev 0x0b
vendor "Intel", unknown product 0x5a8c (class DASP subclass
miscellaneous, rev 0x0b) at pci0 dev 0 function 1 not configured
inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 500" rev 0x0b
drm0 at inteldrm0
inteldrm0: msi, BROXTON, gen 9
azalia0 at pci0 dev 14 function 0 "Intel Apollo Lake HD Audio" rev 0x0b: msi
azalia0: codecs: Realtek ALC269, Intel/0x280a, using Realtek ALC269
audio0 at azalia0
"Intel Apollo Lake TXE" rev 0x0b at pci0 dev 15 function 0 not configured
ahci0 at pci0 dev 18 function 0 "Intel Apollo Lake AHCI" rev 0x0b: msi,
AHCI 1.3.1
ahci0: PHY offline on port 0
ahci0: PHY offline on port 1
scsibus1 at ahci0: 32 targets
ppb0 at pci0 dev 19 function 0 "Intel Apollo Lake PCIE" rev 0xfb: msi
pci1 at ppb0 bus 1
re0 at pci1 dev 0 function 0 "Realtek 8168" rev 0x15: RTL8168H/8111H
(0x5400), msi, address 00:e0:4c:04:00:75
rgephy0 at re0 phy 7: RTL8251 PHY, rev. 0
ppb1 at pci0 dev 20 function 0 "Intel Apollo Lake PCIE" rev 0xfb: msi
pci2 at ppb1 bus 2
iwm0 at pci2 dev 0 function 0 "Intel Dual Band Wireless AC 3165" rev
0x79, msi
xhci0 at pci0 dev 21 function 0 "Intel Apollo Lake xHCI" rev 0x0b: msi,
xHCI 1.0
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev
3.00/1.00 addr 1
dwiic0 at pci0 dev 22 function 0 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 27
iic0 at dwiic0
dwiic1 at pci0 dev 22 function 1 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 28
iic1 at dwiic1
"INT34C1" at iic1 addr 0x38 not configured
"NXP1001" at iic1 addr 0x29 not configured
dwiic2 at pci0 dev 22 function 2 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 29
iic2 at dwiic2
dwiic3 at pci0 dev 22 function 3 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 30
iic3 at dwiic3
dwiic4 at pci0 dev 23 function 0 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 31
iic4 at dwiic4
dwiic5 at pci0 dev 23 function 1 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 32
iic5 at dwiic5
dwiic6 at pci0 dev 23 function 2 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 33
iic6 at dwiic6
dwiic7 at pci0 dev 23 function 3 "Intel Apollo Lake I2C" rev 0x0b: apic
1 int 34
iic7 at dwiic7
"IMPJ0003" at iic7 addr 0x6e not configured
com4 at pci0 dev 24 function 0 "Intel Apollo Lake HSUART" rev 0x0b:
ns16550, no working fifo
com5 at pci0 dev 24 function 1 "Intel Apollo Lake HSUART" rev 0x0b:
ns16550, no working fifo
com6 at pci0 dev 24 function 2 "Intel Apollo Lake HSUART" rev 0x0b:
ns16550, no working fifo
com7 at pci0 dev 24 function 3 "Intel Apollo Lake HSUART" rev 0x0b:
ns16550, no working fifo
"Intel Apollo Lake SPI" rev 0x0b at pci0 dev 25 function 0 not configured
"Intel Apollo Lake SPI" rev 0x0b at pci0 dev 25 function 1 not configured
"Intel Apollo Lake SPI" rev 0x0b at pci0 dev 25 function 2 not configured
"Intel Apollo Lake PWM" rev 0x0b at pci0 dev 26 function 0 not configured
sdhc0 at pci0 dev 27 function 0 "Intel Apollo Lake SD/MMC" rev 0x0b:
apic 1 int 3
sdhc0: SDHC 3.0, 200 MHz base clock
sdmmc0 at sdhc0: 4-bit, sd high-speed, mmc high-speed, dma
sdhc1 at pci0 dev 28 function 0 "Intel Apollo Lake eMMC" rev 0x0b: apic
1 int 39
sdhc1: SDHC 3.0, 200 MHz base clock
sdmmc1 at sdhc1: 8-bit, sd high-speed, mmc high-speed, dma
pcib0 at pci0 dev 31 function 0 "Intel Apollo Lake LPC" rev 0x0b
ichiic0 at pci0 dev 31 function 1 "Intel Apollo Lake SMBus" rev 0x0b:
polling
iic8 at ichiic0
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: VMX/EPT
efifb at mainbus0 not configured
scsibus2 at sdmmc1: 2 targets, initiator 0
sd0 at scsibus2 targ 1 lun 0: <Sandisk, DA4064, 0000> removable
sd0: 59640MB, 512 bytes/sector, 122142720 sectors
sdmmc0: can't enable card
uhub0: device problem, disabling port 2
uhidev0 at uhub0 port 6 configuration 1 interface 0 "Logitech USB
Receiver" rev 2.00/24.01 addr 2
uhidev0: iclass 3/1
ukbd0 at uhidev0: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
uhidev1 at uhub0 port 6 configuration 1 interface 1 "Logitech USB
Receiver" rev 2.00/24.01 addr 2
uhidev1: iclass 3/1, 8 report ids
ums0 at uhidev1 reportid 2: 16 buttons, Z and W dir
wsmouse0 at ums0 mux 0
uhid0 at uhidev1 reportid 3: input=4, output=0, feature=0
uhid1 at uhidev1 reportid 4: input=1, output=0, feature=0
uhid2 at uhidev1 reportid 8: input=1, output=0, feature=0
uhidev2 at uhub0 port 6 configuration 1 interface 2 "Logitech USB
Receiver" rev 2.00/24.01 addr 2
uhidev2: iclass 3/0, 33 report ids
uhid3 at uhidev2 reportid 16: input=6, output=6, feature=0
uhid4 at uhidev2 reportid 17: input=19, output=19, feature=0
uhid5 at uhidev2 reportid 32: input=14, output=14, feature=0
uhid6 at uhidev2 reportid 33: input=31, output=31, feature=0
vscsi0 at root
scsibus3 at vscsi0: 256 targets
softraid0 at root
scsibus4 at softraid0: 256 targets
root on sd0a (171ba141f5b2971d.a) swap on sd0b dump on sd0b
inteldrm0: 1920x1080, 32bpp
wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0
wskbd1: connecting to wsdisplay0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
iwm0: hw rev 0x210, fw ver 17.3216344376.0, address 50:eb:71:3f:15:51
hw.sensors.cpu0.temp0=60.00 degC
hw.sensors.acpitz0.temp0=60.00 degC (zone temperature)
hw.sensors.acpiac0.indicator0=On (power supply)
hw.sensors.acpibtn0.indicator0=On (lid open)

Re: net/wireless: remove

Hi,

On Tue, Jun 30, 2020 at 02:34:36PM +0200, Klemens Nanni wrote:
> This port came to be before ifconfig(8)'s `join' was a thing; nowadays
> it serves no different purpose and has not benefit compared to `join'.
> [...]

I very dimly remember suggesting net/wireless for removal shortly after
`join` came along. Maybe it was pushed back to wait after the subsequent
release?

> OK to remove?
> [...]

In any case, I'm very much OK with removing the port.

--
Gregor

ports removal (was Re: net/wireless: remove)

On Tue, 30 Jun 2020 14:34:36 +0200, Klemens Nanni <kn@openbsd.org>
wrote:

> This port came to be before ifconfig(8)'s `join' was a thing;
> nowadays it serves no different purpose and has not benefit compared
> to `join'.
>
> OK to remove?
>

Between this mail and the actual commit there was only 36 minutes. Can
you please wait for answers next time? Otherwise there's little point
to mail ports@ if you don't give people the time to react.

(This not about net/wireless, but about the way we remove ports in a
general way)

I thought we waited a week* between the email to ports@ and the
removal. I don't see any reason to hurry to remove a port.

* like the usual maintainer's timeout

Thanks,
Daniel

audio/gimmix seg faults

Hi,

I don't know if anyone cares for audio/gimmix (last release 2014), but
it currently seg faults for me if you click "apply" in the "first run"
dialog.

You can just click "close" and it seems to work though.

--
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk

Re: Ports still using freedb

On Mon, Jun 29, 2020 at 11:59:45PM +0200, Christian Weisgerber wrote:
> print/texlive/texmf edd@openbsd.org

This surprised me!

The reference to freedb comes from the documentation for a tex package
called 'cd'. The author bundled a ruby script that interfaces with
freedb alongside the package documentation.

As it stands, we don't package the 'cd' documentation (we only package a
subset of documentation: only docs for tex packages in the minimal
subset, which 'cd' is not part of).

So I think we don't need to do anything for tex live, but shout if you
think otherwise.

Thanks

--
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk

Re: OpenBGPD fatal in RDE: rde_dispatch_imsg_session: imsg_get error: Cannot allocate memory

Le 30/06/2020 à 11:56, Claudio Jeker a écrit :
> Can you check and monitor with ps aux | grep bgpd and or top the VSZ and
> RSS of the RDE process. What is the maximum you notice. Also how do you
> start bgpd? Make sure the limits from login.conf are actually applied
> (using rcctl start should do that while doas bgpd would not).
>

Hi Claudio,

After restarting bgpd on 2 affected boxed, RAM usage is back to normal.

root     23427  0.0  0.1 79700 88548 ??  S      12:47PM 1:24.88
/usr/sbin/bgpd
_bgpd    35700  0.8  2.5 2052496 2061292 ??  Sp     12:47PM 24:15.01
bgpd: route decision engine (bgpd)
_bgpd    29969  0.8  0.0 21536 10684 ??  Sp     12:47PM    6:56.40 bgpd:
session engine (bgpd)

What else apart from ps aux | grep bgpd can I give you to help
troubleshoot this issue ?


Thanks

Re: [update] mail/mu-1.4.10

Todd Carson writes:

> Stuart Henderson writes:
>
>>> +make this function compile correctly under clang
>>> +Index: lib/utils/mu-str.c
>>> +--- lib/utils/mu-str.c.orig
>>> ++++ lib/utils/mu-str.c
>>> +@@ -49,7 +49,7 @@ mu_str_size_s (size_t s)
>>> + char*
>>> + mu_str_size (size_t s)
>>> + {
>>> +- return g_strdup (mu_str_size_s(s));
>>> ++ return g_format_size_for_display ((goffset)s);
>>> + }
>>
>> I'm no expert on glib2 but this seems a bit odd for "make this function
>> compile correctly under clang", have you talked to upstream about it
>> at all?
>>
>
> That patch is one I submitted, so I can elaborate.
>
> The two functions involved look like this (unpatched):
>
> const char*
> mu_str_size_s (size_t s)
> {
> static char buf[32];
> char *tmp;
>
> tmp = g_format_size_for_display ((goffset)s);
> strncpy (buf, tmp, sizeof(buf));
> buf[sizeof(buf) -1] = '\0'; /* just in case */
> g_free (tmp);
>
> return buf;
> }
>
> char*
> mu_str_size (size_t s)
> {
> return g_strdup (mu_str_size_s(s));
> }
>
> One of the tests was failing, and I found this was because the compiler
> was optimizing the function calls out of mu_str_size(), so that
> it directly returned the address of mu_str_size_s()'s static buffer.
>
> This happens with base-clang or ports-clang at -O1 or higher.
>
> I just tried ports-gcc and it compiles mu_str_size() correctly, but the
> build fails in the link stage. So maybe ports-gcc should be removed from
> COMPILER unless that can be fixed.

I looked at this some more, and the actual problem seems to be that
mu_str_size_s() is declared with the const attribute in mu-str.c.
I should have noticed that before; I wasn't looking at mu-str.h.

All the tests pass with base-clang at -O2 if that attribute is removed
from the declaration.

The mu-str.c patch can be replaced with this:

$OpenBSD$
Prevent the compiler from incorrectly optimizing mu_str_size()
Index: lib/utils/mu-str.h
--- lib/utils/mu-str.h.orig
+++ lib/utils/mu-str.h
@@ -48,7 +48,7 @@ G_BEGIN_DECLS
* @return a string representation of the size; see above
* for what to do with it
*/
-const char* mu_str_size_s (size_t s) G_GNUC_CONST;
+const char* mu_str_size_s (size_t s);
char* mu_str_size (size_t s) G_GNUC_WARN_UNUSED_RESULT;

I'll create a PR with upstream.

Re: [update] audio/lmms enable ZynAddSubFX

> > The missing linkages in port-lib-depends-check are still there:
> >
> > lmms-1.2.0p1(audio/lmms):
> > Extra: fftw3.7 lo.1 mxml.0
> >
> > "Extra" means that the libraries are listed in WANTLIB but are not used
> > by any of the programs/libraries in the package, this might mean that
> > static libraries are used instead, but it's a bit suspicious.
>
> Sorry, I misunderstood "Extra:".
> And nothing seems to link those libraries.
> I should remove them from WANTLIB next time.

I resolved 'make port-lib-depends-check' Extra: issue, and I would like to
update diff.
This still works on my OpenBSD 6.7 (amd64).

Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/lmms/Makefile,v
retrieving revision 1.23
diff -u -p -u -p -r1.23 Makefile
--- Makefile 30 Jan 2020 14:13:47 -0000 1.23
+++ Makefile 30 Jun 2020 13:07:42 -0000
@@ -5,7 +5,7 @@ COMMENT = music studio with tracking, s
# rolled from git; requires submodules
# git clone --recurse-submodules -b v1.2.0 https://github.com/lmms/lmms
DISTNAME = lmms-1.2.0
-REVISION = 0
+REVISION = 1
EXTRACT_SUFX = .tar.xz

CATEGORIES = audio
@@ -18,9 +18,10 @@ MASTER_SITES = https://spacehopper.org/
PERMIT_PACKAGE = Yes

WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5Widgets Qt5Xml
-WANTLIB += c curses fftw3f fluidsynth jack m mp3lame ogg portaudio
-WANTLIB += readline samplerate sndfile sndio vorbis vorbisenc
-WANTLIB += vorbisfile
+WANTLIB += Xau Xcursor Xdmcp Xext Xfixes Xft Xinerama
+WANTLIB += c curses fftw3f fluidsynth fltk fontconfig jack
+WANTLIB += m mp3lame ogg portaudio readline samplerate sndfile sndio
+WANTLIB += vorbis vorbisenc vorbisfile z

COMPILER = base-clang ports-gcc

@@ -32,13 +33,15 @@ BUILD_DEPENDS = shells/bash
RUN_DEPENDS = devel/desktop-file-utils \
misc/shared-mime-info \
x11/gtk+3,-guic
+
LIB_DEPENDS = audio/fluidsynth \
audio/jack \
audio/lame \
audio/libsamplerate \
audio/libvorbis \
audio/portaudio-svn \
- math/fftw3,float
+ math/fftw3,float \
+ x11/fltk

CONFIGURE_ENV = CFLAGS="${CFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include" \
CXXFLAGS="${CXXFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include" \
Index: patches/patch-plugins_CMakeLists_txt
===================================================================
RCS file: /cvs/ports/audio/lmms/patches/patch-plugins_CMakeLists_txt,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 patch-plugins_CMakeLists_txt
--- patches/patch-plugins_CMakeLists_txt 24 Jun 2018 11:57:13 -0000 1.1
+++ patches/patch-plugins_CMakeLists_txt 30 Jun 2020 13:07:42 -0000
@@ -1,14 +0,0 @@
-$OpenBSD: patch-plugins_CMakeLists_txt,v 1.1 2018/06/24 11:57:13 sthen Exp $
-
-Index: plugins/CMakeLists.txt
---- plugins/CMakeLists.txt.orig
-+++ plugins/CMakeLists.txt
-@@ -80,7 +80,7 @@ IF("${PLUGIN_LIST}" STREQUAL "")
- watsyn
- waveshaper
- vibed
-- zynaddsubfx
-+# zynaddsubfx
- )
-
- ENDIF("${PLUGIN_LIST}" STREQUAL "")
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/audio/lmms/pkg/PLIST,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 PLIST
--- pkg/PLIST 30 Jan 2020 14:13:47 -0000 1.7
+++ pkg/PLIST 30 Jun 2020 13:07:42 -0000
@@ -1,7 +1,9 @@
@comment $OpenBSD: PLIST,v 1.7 2020/01/30 14:13:47 sthen Exp $
@bin bin/lmms
lib/lmms/
+@bin lib/lmms/RemoteZynAddSubFx
@so lib/lmms/libOPL2.so
+@so lib/lmms/libZynAddSubFxCore.so
@so lib/lmms/libamplifier.so
@so lib/lmms/libaudiofileprocessor.so
@so lib/lmms/libbassbooster.so
@@ -38,6 +40,7 @@ lib/lmms/
@so lib/lmms/libvibedstrings.so
@so lib/lmms/libwatsyn.so
@so lib/lmms/libwaveshaper.so
+@so lib/lmms/libzynaddsubfx.so
@man man/man1/lmms.1
share/applications/lmms.desktop
share/bash-completion/completions/lmms