Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Oct 2018 11:42:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 231851] [patch] config: Error: device "atacard" is unknown, despite being described in sys/conf/NOTES
Message-ID:  <bug-231851-227@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 231851
           Summary: [patch] config: Error: device "atacard" is unknown,
                    despite being described in sys/conf/NOTES
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: yuripv@yuripv.net

Created attachment 197672
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D197672&action=
=3Dedit
change atapccard to atacard

sys/conf/NOTES:

#device         atacard         # CARDBUS support

...though using the following config fails with config: Error: device "atac=
ard"
is unknown:

include         GENERIC
ident           ATACARD

nodevice        ata

device          atacore
device          atacard
device          atapci
device          ataintel

Looks like sys/conf/files has the entry incorrect, listing it as "atapccard=
".=20
The attached patch fixes this.

P.S.: it could be done the other way round, fixing sys/conf/NOTES instead, =
but
we seem to have "atacard" everywhere else, including the module name, so th=
is
looks to be more consistent.

--=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-231851-227>