forked from Imagelibrary/rtems
2002-10-31 Joel Sherrill <joel@OARcorp.com>
* network/dec21140.c: Removed warnings.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2002-10-31 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* network/dec21140.c: Removed warnings.
|
||||||
|
|
||||||
2002-10-28 Eugeny S. Mints <Eugeny.Mints@oktet.ru>
|
2002-10-28 Eugeny S. Mints <Eugeny.Mints@oktet.ru>
|
||||||
|
|
||||||
* New files: New directory ide/, ide/Makefile.am, ide/ide_ctrl_cfg.h,
|
* New files: New directory ide/, ide/Makefile.am, ide/ide_ctrl_cfg.h,
|
||||||
|
|||||||
@@ -58,6 +58,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <rtems/error.h>
|
#include <rtems/error.h>
|
||||||
|
#include <rtems/bspIo.h>
|
||||||
#include <rtems/rtems_bsdnet.h>
|
#include <rtems/rtems_bsdnet.h>
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
@@ -774,7 +775,9 @@ rtems_dec21140_driver_attach (struct rtems_bsdnet_ifconfig *config, int attach)
|
|||||||
struct ifnet *ifp;
|
struct ifnet *ifp;
|
||||||
int mtu;
|
int mtu;
|
||||||
int i;
|
int i;
|
||||||
|
#if defined(__i386__)
|
||||||
int deviceId = PCI_DEVICE_ID_DEC_21140; /* network card device ID */
|
int deviceId = PCI_DEVICE_ID_DEC_21140; /* network card device ID */
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* First, find a DEC board
|
* First, find a DEC board
|
||||||
|
|||||||
Reference in New Issue
Block a user