Re: kern/75733
Harti Brandt <[email protected]> Thu, 9 Jun 2005 15:10:21 GMT
| Newsgroups | gmane.os.freebsd.devel.atm |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR kern/75733; it has been noted by GNATS. From: Harti Brandt <[email protected]> To: [email protected], [email protected] Cc: Subject: Re: kern/75733 Date: Thu, 9 Jun 2005 17:05:21 +0200 (CEST) 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-atm To unsubscribe, send any mail to "[email protected]"