Summary: | [patch] config: Error: device "atacard" is unknown, despite being described in sys/conf/NOTES | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Yuri Pankov <yuripv> | ||||
Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | emaste | ||||
Priority: | --- | Keywords: | patch | ||||
Version: | CURRENT | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Addressed by r344702 https://reviews.freebsd.org/rS344702 |
Created attachment 197672 [details] 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.