Re: CVS commit: src/sys/arch/macppc/stand/ofwboot

2018-11-16 Thread Izumi Tsutsui
> Module Name:  src
> Committed By: tsutsui
> Date: Fri Nov 16 14:58:54 UTC 2018
> 
> Modified Files:
>   src/sys/arch/macppc/stand/ofwboot: ofdev.c version
> 
> Log Message:
> Fix boot failure from installation floppies.  PR port-macppc/53103

Ugh, this should be PR port-macppc/53727

---
Izumi Tsutsui


re: CVS commit: src

2018-11-16 Thread matthew green
Christoph Badura writes:
> Doesn't that require a kernel version bump?
> 
> On Thu, Nov 15, 2018 at 10:06:07AM +, Maxime Villard wrote:
> > Simplify the mtag API:
> >  - Remove m_tag_init(), m_tag_first(), m_tag_next() and
> >m_tag_delete_nonpersistent().
> >  - Remove the 't' argument from m_tag_delete_chain().
> 
> > Remove the 'copy' argument from m_devget(), unused. While here rename
> > off0->off.

yes, someone please commit a bump ASAP.


.mrg.


Re: CVS commit: src

2018-11-16 Thread Christoph Badura
Doesn't that require a kernel version bump?

On Thu, Nov 15, 2018 at 10:06:07AM +, Maxime Villard wrote:
> Simplify the mtag API:
>  - Remove m_tag_init(), m_tag_first(), m_tag_next() and
>m_tag_delete_nonpersistent().
>  - Remove the 't' argument from m_tag_delete_chain().

> Remove the 'copy' argument from m_devget(), unused. While here rename
> off0->off.