Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Dec 2025 12:49:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 291511] /usr/sbin/devinfo has lost space character between device name and description...
Message-ID:  <bug-291511-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291511

            Bug ID: 291511
           Summary: /usr/sbin/devinfo has lost space character between
                    device name and description...
           Product: Base System
           Version: 15.0-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: pen@lysator.liu.se

This causes breakage for any tool that parses the output and expects a space
between then name and the <description>, for example the intel-nvmupdate tools
(see bugid 291510)


FreeBSD 15:
# devinfo -v|head -4
nexus0
  efirtc0<EFI Realtime Clock>
  smbios0<System Management BIOS>
  cryptosoft0<software crypto>

Earlier:
# devinfo -v |head -4
nexus0
  efirtc0 <EFI Realtime Clock>
  cryptosoft0 <software crypto>
  aesni0 <AES-CBC,AES-CCM,AES-GCM,AES-ICM,AES-XTS>

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

home | help

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