mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-15 07:41:45 +00:00
Consistency
This commit is contained in:
parent
0e2dc7aa8e
commit
1e156f537b
@ -144,7 +144,7 @@ struct bus_driver mca_driver __bus_driver = {
|
||||
* Fill in a nic structure
|
||||
*
|
||||
*/
|
||||
void fill_mca_nic ( struct nic *nic, struct mca_device *mca ) {
|
||||
void mca_fill_nic ( struct nic *nic, struct mca_device *mca ) {
|
||||
|
||||
/* ioaddr and irqno must be read in a device-dependent way
|
||||
* from the POS registers
|
||||
|
@ -76,7 +76,7 @@ struct eisa_driver {
|
||||
*
|
||||
*/
|
||||
extern void eisa_device_enabled ( struct eisa_device *eisa, int enabled );
|
||||
extern void fill_eisa_nic ( struct nic *nic, struct eisa_device *eisa );
|
||||
extern void eisa_fill_nic ( struct nic *nic, struct eisa_device *eisa );
|
||||
|
||||
static inline void enable_eisa_device ( struct eisa_device *eisa ) {
|
||||
eisa_device_enabled ( eisa, 1 );
|
||||
|
@ -71,7 +71,7 @@ struct isa_driver {
|
||||
* Functions in isa.c
|
||||
*
|
||||
*/
|
||||
extern void fill_isa_nic ( struct nic *nic, struct isa_device *isa );
|
||||
extern void isa_fill_nic ( struct nic *nic, struct isa_device *isa );
|
||||
|
||||
/*
|
||||
* ISA bus global definition
|
||||
|
@ -76,7 +76,7 @@ struct mca_driver {
|
||||
* Functions in mca.c
|
||||
*
|
||||
*/
|
||||
extern void fill_mca_nic ( struct nic *nic, struct mca_device *mca );
|
||||
extern void mca_fill_nic ( struct nic *nic, struct mca_device *mca );
|
||||
|
||||
/*
|
||||
* MCA bus global definition
|
||||
|
Loading…
Reference in New Issue
Block a user