EL1_PROBE

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

el1_probe - probe for a 3c501  

SYNOPSIS

"SYNOPSIS"

int __init el1_probe (struct net_device * dev);  

ARGUMENTS

dev
The device structure passed in to probe.
 

DESCRIPTION

This can be called from two places. The network layer will probe using a device structure passed in with the probe information completed. For a modular driver we use #init_module to fill in our own structure and probe for it.

Returns 0 on success. ENXIO if asked not to probe and ENODEV if asked to probe and failing to find anything.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 04:40:44 GMT, October 06, 2005