Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Oct 2021 17:04:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 207677] atrtc Warning: Couldn't map I/O on Skylake Supermicro X11SSH-LN4F
Message-ID:  <bug-207677-227-HiWNTdYzam@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207677-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207677-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207677

Poul-Henning Kamp <phk@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |phk@FreeBSD.org

--- Comment #9 from Poul-Henning Kamp <phk@FreeBSD.org> ---
pstef@ ping'ed me on this one.

I have nothing much to add over the comment I put in atrtc_attach() in the
original commit (294643529963), but which has subsequently been lost:

       /*
        * Not that we need them or anything, but grab our resources
        * so they show up, correctly attributed, in the big picture.
        */

I wanted to make the RTC resources show up in the accounting, for instance
devinfo -rv

For what it is worth, I get the warning also on my laptop (T480):

    atrtc0: <AT realtime clock> port 0x70-0x77 irq 8 on acpi0
    atrtc0: Warning: Couldn't map I/O.
    atrtc0: registered as a time-of-day clock, resolution 1.000000s

I suspect the reason for the message is that acpi0 already claimed some of
those ports:

  acpi0
      Interrupt request lines:
          0x9
      I/O ports:
          [=E2=80=A6]
          0x70
          0x72-0x77
          [=E2=80=A6]

I guess, if somebody want to fix this, the ATRTC needs to be picked up thro=
ugh
ACPI rather than PNP ?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207677-227-HiWNTdYzam>