|
@@ -8,7 +8,6 @@
|
8
|
8
|
#include "string.h"
|
9
|
9
|
#include "io.h"
|
10
|
10
|
#include "console.h"
|
11
|
|
-#include "nic.h"
|
12
|
11
|
#include "mca.h"
|
13
|
12
|
|
14
|
13
|
/*
|
|
@@ -145,7 +144,7 @@ struct bus_driver mca_driver __bus_driver = {
|
145
|
144
|
* Fill in a nic structure
|
146
|
145
|
*
|
147
|
146
|
*/
|
148
|
|
-void mca_fill_nic ( struct nic *nic, struct mca_device *mca ) {
|
|
147
|
+void fill_mca_nic ( struct nic *nic, struct mca_device *mca ) {
|
149
|
148
|
|
150
|
149
|
/* ioaddr and irqno must be read in a device-dependent way
|
151
|
150
|
* from the POS registers
|