On Fri, 11 Sep 2020 14:20:22 +
"Bjoern A. Zeeb" wrote:
> On 11 Sep 2020, at 14:02, Tomoaki AOKI wrote:
>
> > On Thu, 10 Sep 2020 10:22:05 +
> > "Bjoern A. Zeeb" wrote:
> >
> >> On 9 Sep 2020, at 22:41, Tomoaki AOKI wrote:
> >
On Thu, 10 Sep 2020 10:22:05 +
"Bjoern A. Zeeb" wrote:
> On 9 Sep 2020, at 22:41, Tomoaki AOKI wrote:
>
> > This breaks at least iwm. (Other drivers not tested.)
> >
> > Messages below are repeatedly shown and no carrier detected.
> > Manual
return error;
> + if (error != 0)
> + return (error);
>
> IWM_LOCK(sc);
> if (ic->ic_nrunning > 0) {
> @@ -4435,7 +4435,7 @@ iwm_media_change(struct ifnet *ifp)
> iwm_init(sc);
> }
> IWM_UNLOCK(sc);
> -
On Thu, 19 Mar 2020 14:55:19 +0200
Toomas Soome wrote:
>
>
> > On 19. Mar 2020, at 14:33, Tomoaki AOKI wrote:
> >
> > On Thu, 19 Mar 2020 00:28:59 +0200
> > Toomas Soome mailto:tso...@me.com>> wrote:
> >
> >>
> >>
> >>
or /boot/loader.conf to control the behavior?
> >>>>
> >>>>
> >>>> Regards.
> >>>>
> >>>>
> >>>> On Mon, 16 Mar 2020 08:26:56 +0200
> >>>> Toomas Soome wrote:
> >>>>
> >
is w ould trigger efi console driver to use
> TERM_EMU, which can be turned off by user and doing that would cause ESC
> sequences to be passed directly to console. Might that be true in your case?
>
> rgds,
> toomas
>
> > On 15. Mar 2020, at 17:17, Tomoak
Sat Mar 14 06:36:03
2020(r358989)
> @@ -1,6 +1,7 @@
> # $FreeBSD$
>
> SRCS+= exec.c \
> + efiserialio.c \
> start.S
>
> HAVE_FDT=yes
(Snip)
> @@ -930,7 +936,6 @@ main(int argc, CHAR16 *argv[])
> if (!has_kbd && (howto & RB_
`uga list` by loader command.
As no one other than me posts negative comment to the commit mail here,
I've not requested him to revert this. (Requested to do so if someone
else reports problem.)
FYI: For me, boot1 and loader screen are OK, but once kernel
i++) {
> + for (i = 0; i < conout->Mode->MaxMode; i++) {
> status = conout->QueryMode(conout, i, &cols, &rows);
> if (EFI_ERROR(status))
> - break;
> +
On Sat, 2 Sep 2017 11:26:50 -0600
Warner Losh wrote:
> On Sat, Sep 2, 2017 at 11:25 AM, Warner Losh wrote:
>
> >
> >
> > On Sat, Sep 2, 2017 at 1:43 AM, Tomoaki AOKI
> > wrote:
> >
> >> Hi.
> >>
> >> This broke boot drive sel
On Sat, 2 Sep 2017 11:26:50 -0600
Warner Losh wrote:
> On Sat, Sep 2, 2017 at 11:25 AM, Warner Losh wrote:
>
> >
> >
> > On Sat, Sep 2, 2017 at 1:43 AM, Tomoaki AOKI
> > wrote:
> >
> >> Hi.
> >>
> >> This broke boot drive sel
ATH *
> @@ -318,7 +271,7 @@ probe_handle(EFI_HANDLE h, EFI_DEVICE_PATH
*imgpath, B
> if (!blkio->Media->LogicalPartition)
> return (EFI_UNSUPPORTED);
>
> - *preferred = device_paths_match(imgpath, devpath);
> + *preferred = efi_devpath_match(imgpath, dev
new_entry->adj_free = old_entry->adj_free;
> - new_entry->max_free = old_entry->max_free;
> new_entry->eflags = old_entry->eflags &
> ~(MAP_ENTRY_USER_WIRED | MAP_ENTRY_IN_TRANSITION |
>
t (needs normal POSIX behaviour) and samba4 (needs
glibc quirks) can coexist.
IMHO, for per-binary settings, using ELF branding or alike to switch
would be better than using environment variables.
If we prefer environment variable, we'd need wrapper script especially
for pkg users, causing
14 matches
Mail list logo