| Summary: | ATM driver problem. | ||
|---|---|---|---|
| Product: | Base System | Reporter: | ender <ender> |
| Component: | kern | Assignee: | Hartmut Brandt <harti> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 1.0-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
ender
2005-01-03 03:10:23 UTC
Responsible Changed From-To: gnats-admin->freebsd-bugs Attempt to rescue this one from the 'pending' category. Responsible Changed From-To: freebsd-bugs->freebsd-atm Over to ATM Mailinglist Hi,
with regards to configuration: you can use the following:
- Harp (netatm) with its own drivers (idt, hfa)
- Harp (netatm) with natm drivers (hatm, fatm, patm)
- Natm with natm drivers
In your case you're forced to use the first setup, because I've not yet
finished the 77211 driver. In that case you shouldn't need options atm.
What happens if you don't use 'options atm'? Does the card just not work?
Does the driver not load? You should also not need device hfa and device
harp (hfa is for the Fore PCA200 and harp is the pseudo-driver that
enables option 2 above).
It would be interesting to see stat_val directly after it has been read
from the register. Could you add the following line just after the
stat_val assigment at the beginning of nicstar_intr()?
printf("%s: %08x %08x\n", stat_val, config_val);
harti
Responsible Changed From-To: freebsd-atm->harti I'll take care of this. State Changed From-To: open->feedback Did this ever get fixed? State Changed From-To: feedback->closed Submitter mail bounces and harti could not reproduce. |