Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2018 10:00:20 -0600
From:      Warner Losh <imp@bsdimp.com>
To:        rebecca@bluestop.org
Cc:        "Rodney W. Grimes" <freebsd-rwg@pdx.rh.cn85.dnsmgr.net>,  FreeBSD Current <freebsd-current@freebsd.org>, Warner Losh <imp@freebsd.org>
Subject:   Re: 12-BETA1 contains warning about non-PNP ISA device
Message-ID:  <CANCZdfoWF-gMAv60R1pQOWa0EJNsjALjj=UXtAKpSu6HLkPviQ@mail.gmail.com>
In-Reply-To: <3ec80228-d9fc-a411-c8c5-9bc9cc6e0856@bluestop.org>
References:  <201810251102.w9PB2pXv034094@pdx.rh.CN85.dnsmgr.net> <3ec80228-d9fc-a411-c8c5-9bc9cc6e0856@bluestop.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 25, 2018 at 9:35 AM Rebecca Cran <rebecca@bluestop.org> wrote:

> On 10/25/18 5:02 AM, Rodney W. Grimes wrote:
>
> > Can you please reply with the specific device.
> > If you have seen one it may be an issue to removing it,
> > especially if this is on a "new AMD" system.
>
>
> This is a new Ryzen system. For me, I get warnings about atkbdc0 and uart0:
>
>
> atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
> atkbd0: <AT Keyboard> irq 1 on atkbdc0
> kbd0 at atkbd0
> atkbd0: [GIANT-LOCKED]
> atkbdc0: non-PNP ISA device will be removed from GENERIC in FreeBSD 12.
> uart0: <16550 or compatible> at port 0x3f8 irq 4 flags 0x10 on isa0
> uart0: non-PNP ISA device will be removed from GENERIC in FreeBSD 12.
>

I suspect you can just lose those hints in the hints file and be fine. The
uart should attach via acpi. The keyboard won't, however, since it isn't
enabled. Can you try removing these lines from your hints file and see if
the problem persists? Note this is for debugging purposes only.

hint.atkbdc.0.at="isa"
hint.uart.0.at="isa"

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANCZdfoWF-gMAv60R1pQOWa0EJNsjALjj=UXtAKpSu6HLkPviQ>