Bug 69000
| Summary: | sundance driver does not work with D-Link DFE-580TX | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Aran Cox <acox> |
| Component: | kernel | Assignee: | Arjan van de Ven <arjanv> |
| Status: | CLOSED WORKSFORME | QA Contact: | Brian Brock <bbrock> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | CC: | pb |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-07-16 21:06:20 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Aran Cox
2002-07-16 21:06:16 UTC
Using the newest sundance driver available at http://www.scyld.com/network/index.html (v1.09) the card works fine. I'm not sure if this bug should be closed or not... it hasn't been fixed within RH linux, but I can compile this driver as a module and use it with RH linux provided kernels. This problem still occurs in 2.4.20-13.7 Compared with the driver sources provided by D-Links shows, that kernel's "sundance.c" and D-Link's "sundance_main.c" are similiar (version 1.06 from year 2000). But "mii.c" differs. At the moment, version 1.10 is available on upper given URL, but this version isn't still included in 2.4.21-pre3. I will inform maillist netdev also about that. Hopefully, RHL can update this driver in next given kernel series. BTW: I can't reopen this bug :-( perhaps others can do. After tracking down by myself the difference between the D-Link distributed sources and the kernel ones I found the only important difference in the Makefile which uses "-DUSE_IO_OPS" which toggles the config switch CONFIG_SUNDANCE_MMIO to "n" instead of "y" (like defined in RHL's used configs). Pls. fix this also on next kernel release for RHL 7.3. See also #78819 (seen today) |