Ensured that all drivers call xxx_fill_nic().

This commit is contained in:
Michael Brown
2005-04-22 16:31:52 +00:00
parent e7c177cc33
commit 08ff0c1d30
6 changed files with 9 additions and 14 deletions

View File

@@ -80,6 +80,8 @@ static int prism2_find_plx ( hfa384x_t *hw, struct pci_device *p )
static int prism2_plx_probe ( struct nic *nic, struct pci_device *pci ) {
hfa384x_t *hw = &hw_global;
pci_fill_nic ( nic, pci );
/* Find and intialise PLX Prism2 card */
if ( ! prism2_find_plx ( hw, pci ) ) return 0;