forked from Imagelibrary/rtems
2002-04-11 Chris Johns <ccj@acm.org>
* c/src/libnetworking/rtems/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver control block field to the ifconfig network driver structure. This field is needed by the i82586 driver which was ported from NetBSD as it had better hardware abstraction.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2002-04-11 Chris Johns <ccj@acm.org>
|
||||
|
||||
* c/src/libnetworking/rtems/rtems_bsdnet.h: To address PR59, added
|
||||
the drv_ctrl driver control block field to the ifconfig network driver
|
||||
structure. This field is needed by the i82586 driver which was ported
|
||||
from NetBSD as it had better hardware abstraction.
|
||||
|
||||
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* ChangeLog: Fix dates.
|
||||
|
||||
@@ -110,6 +110,13 @@ struct rtems_bsdnet_ifconfig {
|
||||
unsigned int irno; /* irq of the board */
|
||||
unsigned int bpar; /* memory of the board */
|
||||
|
||||
/*
|
||||
* Driver control block pointer. Typcially this points to the driver's
|
||||
* controlling structure. You set this when you have the structure allocated
|
||||
* externally to the driver.
|
||||
*/
|
||||
void *drv_ctrl;
|
||||
|
||||
};
|
||||
|
||||
struct rtems_bsdnet_config {
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
2002-04-11 Chris Johns <ccj@acm.org>
|
||||
|
||||
* c/src/libnetworking/rtems/rtems_bsdnet.h: To address PR59, added
|
||||
the drv_ctrl driver control block field to the ifconfig network driver
|
||||
structure. This field is needed by the i82586 driver which was ported
|
||||
from NetBSD as it had better hardware abstraction.
|
||||
|
||||
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* ChangeLog: Fix dates.
|
||||
|
||||
@@ -110,6 +110,13 @@ struct rtems_bsdnet_ifconfig {
|
||||
unsigned int irno; /* irq of the board */
|
||||
unsigned int bpar; /* memory of the board */
|
||||
|
||||
/*
|
||||
* Driver control block pointer. Typcially this points to the driver's
|
||||
* controlling structure. You set this when you have the structure allocated
|
||||
* externally to the driver.
|
||||
*/
|
||||
void *drv_ctrl;
|
||||
|
||||
};
|
||||
|
||||
struct rtems_bsdnet_config {
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
2002-04-11 Chris Johns <ccj@acm.org>
|
||||
|
||||
* c/src/libnetworking/rtems/rtems_bsdnet.h: To address PR59, added
|
||||
the drv_ctrl driver control block field to the ifconfig network driver
|
||||
structure. This field is needed by the i82586 driver which was ported
|
||||
from NetBSD as it had better hardware abstraction.
|
||||
|
||||
2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* ChangeLog: Fix dates.
|
||||
|
||||
@@ -110,6 +110,13 @@ struct rtems_bsdnet_ifconfig {
|
||||
unsigned int irno; /* irq of the board */
|
||||
unsigned int bpar; /* memory of the board */
|
||||
|
||||
/*
|
||||
* Driver control block pointer. Typcially this points to the driver's
|
||||
* controlling structure. You set this when you have the structure allocated
|
||||
* externally to the driver.
|
||||
*/
|
||||
void *drv_ctrl;
|
||||
|
||||
};
|
||||
|
||||
struct rtems_bsdnet_config {
|
||||
|
||||
Reference in New Issue
Block a user