Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2005 15:10:21 GMT
From:      Harti Brandt <hartmut.brandt@dlr.de>
To:        freebsd-atm@FreeBSD.org
Subject:   Re: kern/75733
Message-ID:  <200506091510.j59FALQf010810@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/75733; it has been noted by GNATS.

From: Harti Brandt <hartmut.brandt@dlr.de>
To: bug-followup@freebsd.org, ender@tog.net
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506091510.j59FALQf010810>