Rename define+device for Realtek 8019AS PNP
This commit is contained in:
@@ -44,7 +44,7 @@ enum {
|
||||
NE2K_NE2000_COMPAT = 4, /* 16-bit ISA NE2000-Compatible */
|
||||
NE2K_NE2000_COMPAT_8BIT = 5, /* 8-bit ISA NE2000-Compatible, like: https://github.com/skiselev/isa8_eth */
|
||||
NE2K_ETHERNEXT_MC = 6, /* 16-bit MCA EtherNext/MC */
|
||||
NE2K_RTL8019AS = 7, /* 16-bit ISA PnP Realtek 8019AS */
|
||||
NE2K_RTL8019AS_PNP = 7, /* 16-bit ISA PnP Realtek 8019AS */
|
||||
NE2K_DE220P = 8, /* 16-bit ISA PnP D-Link DE-220P */
|
||||
NE2K_RTL8029AS = 9, /* 32-bit PCI Realtek 8029AS */
|
||||
/* Check nic_init() if adding items after this point. */
|
||||
|
||||
@@ -213,7 +213,7 @@ extern const device_t ne2000_device;
|
||||
extern const device_t ne2000_compat_device;
|
||||
extern const device_t ne2000_compat_8bit_device;
|
||||
extern const device_t ethernext_mc_device;
|
||||
extern const device_t rtl8019as_device;
|
||||
extern const device_t rtl8019as_pnp_device;
|
||||
extern const device_t de220p_device;
|
||||
extern const device_t rtl8029as_device;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user