The HyperNews Linux KHG Discussion Pages

More: Re: Transmit function

Forum: Device Drivers
Re: Note Re: Network Device Drivers (Paul Gortmaker)
Re: Question Transmit function (Joerg Schorr)
Keywords: network driver prototype functions
Date: Fri, 31 May 1996 23:55:18 GMT
From: Paul Gortmaker <unknown>

The wd driver is not a complete driver by itself. It uses the code in 8390.c to do most of the work. The function ei_transmit() in 8390.c is what is linked to dev->hard_start_xmit(), and then ei_transmit will call ei_block_output() which in this case is pointing at wd_block_output().

Paul.


Messages

1. Question: Skbuff by Joerg Schorr