| Summary: | lnc driver uses wrong driver name | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | kabaev <kabaev> | ||||
| Component: | kern | Assignee: | Paul Richards <paul> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 5.0-CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
kabaev
2001-03-07 04:50:02 UTC
Responsible Changed From-To: freebsd-bugs->paul Paul's the maintainter of this code IIRC. . State Changed From-To: open->analyzed Paul says that he has been aware of this issue for some time, but that he would like to retain the ability to load/unload the ISA and PCI parts of the lnc driver separately. Apparently the logic in ifconfig(8) for loading interface driver modules is not very flexible in this respect. It may be ifconfig that needs to be improved to handle such cases correctly. State Changed From-To: analyzed->suspended I have committed your patch - this may not result in the most desirable behaviour, but it will do for now. It avoids the annoying warnings and makes lnc consistent with other drivers. Thanks for the problem report! This PR can be closed. With kldxref introduction, the original problem is non-issue. State Changed From-To: suspended->closed Originator says issue is resolved. |