Very interesting. Thanks for the information.
--
Alexei Malinin
On 02/01/18 04:39, YASUOKA Masahiko wrote:
> On Wed, 31 Jan 2018 17:05:57 -0500
> Bryan Steele wrote:
>> On Wed, Jan 31, 2018 at 10:41:48PM +0100, Christian Weisgerber wrote:
>>> Alexei Malinin:
>&g
Hello.
If the base system supported multi-booting in MBR would the community be
interested in it?
--
Alexei Malinin
Hello.
I'm not sure but it seems to me that there are several missed things:
- checking path against NULL,
- setting errno to ENOMEM in case of malloc() failure,
- clarification in comments.
--
Alexei Malinin
--- src/lib/libc/stdlib/realpath.c.orig Tue Oct 13 23:55:37 2015
+++ src/lib
and
> unmaintained.
It's not broken. It is stable :) I use it every day.I'm waiting for
worldwide distribution of the pccon* terminfo entries :))
--
Alexei Malinin
keys oftypical PC keyboard.
History of pccon*:
http://marc.info/?l=ncurses-bug&m=131825802104588&w=2
http://marc.info/?l=openbsd-misc&m=132125411729722&w=2
--
Alexei Malinin
diff -dur src.orig/etc/etc.amd64/ttys src/etc/etc.amd64/ttys
--- src.orig/etc/etc.amd64/ttys Wed Jan
COM_GET_MUL(pa->type);
else
sc->sc_frequency = COM_FREQ * (1 << PUC_COM_GET_POW2(pa->type));
+/* If this is a known card, provide the UART type. */
+if (PCI_VENDOR(?) == PCI_VENDOR_PLX &&
+PCI_PRODUCT(?) == PCI_PRODUCT_PLX_CRONYX_OMEGA)
Hello.
Multiport serial adapter Cronyx Omega-PCI
(based on EXAR ST16C654 chips, see
http://www.cronyx.ru/hardware/ompci.html)
is supported by OpenBSD since version 4.1
but in the manual (puc.4) there is no mention
about this adapter.
There is my patch below.
--
Alexei Malinin
--- src/share