Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: kern/75733



The following reply was made to PR kern/75733; it has been noted by GNATS.

From: Harti Brandt <hartmut.brandt@xxxxxx>
To: bug-followup@xxxxxxxxxxx, ender@xxxxxxx
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