forked from Imagelibrary/rtems
2000-10-20 Joel Sherrill <joel@OARcorp.com>
* network/dec21140.c: Corrected attach to include "int attach" parameter.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2000-10-20 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* network/dec21140.c: Corrected attach to include "int attach"
|
||||||
|
parameter.
|
||||||
|
|
||||||
2000-09-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2000-09-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* network/Makefile.am: Use AM_*FLAGS += .. .
|
* network/Makefile.am: Use AM_*FLAGS += .. .
|
||||||
|
|||||||
@@ -770,7 +770,7 @@ dec21140_ioctl (struct ifnet *ifp, int command, caddr_t data)
|
|||||||
* Attach an DEC21140 driver to the system
|
* Attach an DEC21140 driver to the system
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
rtems_dec21140_driver_attach (struct rtems_bsdnet_ifconfig *config)
|
rtems_dec21140_driver_attach (struct rtems_bsdnet_ifconfig *config, int attach)
|
||||||
{
|
{
|
||||||
struct dec21140_softc *sc;
|
struct dec21140_softc *sc;
|
||||||
struct ifnet *ifp;
|
struct ifnet *ifp;
|
||||||
|
|||||||
Reference in New Issue
Block a user