ethdev_init(9)
NAME
ethdev_init - init rest of 8390 device struct
SYNOPSIS
int ethdev_init (struct net_device *dev);
ARGUMENTS
dev network device structure to init
DESCRIPTION
- Initialize the rest of the 8390 device structure. Do NOT
__init this, as it is used by 8390 based modular drivers
too.