[Bug 231851] [patch] config: Error: device "atacard" is unknown, despite being described in sys/conf/NOTES
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Oct 1 11:42:47 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231851
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 at FreeBSD.org
Reporter: yuripv at yuripv.net
Created attachment 197672
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=197672&action=edit
change atapccard to atacard
sys/conf/NOTES:
#device atacard # CARDBUS support
...though using the following config fails with config: Error: device "atacard"
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".
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 this
looks to be more consistent.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list