Loading drivers/net/3c501.h +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ struct net_local spinlock_t lock; /* Serializing lock */ }; #define RX_STATUS (ioaddr + 0x06) #define RX_CMD RX_STATUS #define TX_STATUS (ioaddr + 0x07) Loading drivers/net/3c503.c +6 −6 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ static void el2_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page); static struct ethtool_ops netdev_ethtool_ops; /* This routine probes for a memory-mapped 3c503 board by looking for the "location register" at the end of the jumpered boot PROM space. This works even if a PROM isn't there. Loading Loading @@ -367,7 +367,7 @@ el2_probe1(struct net_device *dev, int ioaddr) release_region(ioaddr, EL2_IO_EXTENT); return retval; } static int el2_open(struct net_device *dev) { Loading drivers/net/3c507.c +5 −5 Original line number Diff line number Diff line Loading @@ -301,7 +301,7 @@ static int io = 0x300; static int irq; static int mem_start; /* Check for a network adaptor of this type, and return '0' iff one exists. If dev->base_addr == 0, probe all likely locations. If dev->base_addr == 1, always return failure. Loading Loading @@ -953,7 +953,7 @@ cleanup_module(void) #endif /* MODULE */ MODULE_LICENSE("GPL"); /* * Local variables: * compile-command: "gcc -D__KERNEL__ -I/usr/src/linux/net/inet -I/usr/src/linux/drivers/net -Wall -Wstrict-prototypes -O6 -m486 -c 3c507.c" Loading drivers/net/3c515.c +30 −30 Original line number Diff line number Diff line Loading @@ -380,7 +380,7 @@ static void update_stats(int addr, struct net_device *dev); static struct net_device_stats *corkscrew_get_stats(struct net_device *dev); static void set_rx_mode(struct net_device *dev); static struct ethtool_ops netdev_ethtool_ops; /* Unfortunately maximizing the shared code between the integrated and Loading Loading @@ -691,7 +691,7 @@ static int corkscrew_setup(struct net_device *dev, int ioaddr, return register_netdev(dev); } static int corkscrew_open(struct net_device *dev) { Loading Loading @@ -1567,7 +1567,7 @@ static struct ethtool_ops netdev_ethtool_ops = { .set_msglevel = netdev_set_msglevel, }; #ifdef MODULE void cleanup_module(void) { Loading @@ -1584,7 +1584,7 @@ void cleanup_module(void) } } #endif /* MODULE */ /* * Local variables: * compile-command: "gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c 3c515.c" Loading drivers/net/82596.c +6 −6 Original line number Diff line number Diff line Loading @@ -1609,7 +1609,7 @@ void __exit cleanup_module(void) } #endif /* MODULE */ /* * Local variables: * compile-command: "gcc -D__KERNEL__ -I/usr/src/linux/net/inet -Wall -Wstrict-prototypes -O6 -m486 -c 82596.c" Loading Loading
drivers/net/3c501.h +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ struct net_local spinlock_t lock; /* Serializing lock */ }; #define RX_STATUS (ioaddr + 0x06) #define RX_CMD RX_STATUS #define TX_STATUS (ioaddr + 0x07) Loading
drivers/net/3c503.c +6 −6 Original line number Diff line number Diff line Loading @@ -81,7 +81,7 @@ static void el2_get_8390_hdr(struct net_device *dev, struct e8390_pkt_hdr *hdr, int ring_page); static struct ethtool_ops netdev_ethtool_ops; /* This routine probes for a memory-mapped 3c503 board by looking for the "location register" at the end of the jumpered boot PROM space. This works even if a PROM isn't there. Loading Loading @@ -367,7 +367,7 @@ el2_probe1(struct net_device *dev, int ioaddr) release_region(ioaddr, EL2_IO_EXTENT); return retval; } static int el2_open(struct net_device *dev) { Loading
drivers/net/3c507.c +5 −5 Original line number Diff line number Diff line Loading @@ -301,7 +301,7 @@ static int io = 0x300; static int irq; static int mem_start; /* Check for a network adaptor of this type, and return '0' iff one exists. If dev->base_addr == 0, probe all likely locations. If dev->base_addr == 1, always return failure. Loading Loading @@ -953,7 +953,7 @@ cleanup_module(void) #endif /* MODULE */ MODULE_LICENSE("GPL"); /* * Local variables: * compile-command: "gcc -D__KERNEL__ -I/usr/src/linux/net/inet -I/usr/src/linux/drivers/net -Wall -Wstrict-prototypes -O6 -m486 -c 3c507.c" Loading
drivers/net/3c515.c +30 −30 Original line number Diff line number Diff line Loading @@ -380,7 +380,7 @@ static void update_stats(int addr, struct net_device *dev); static struct net_device_stats *corkscrew_get_stats(struct net_device *dev); static void set_rx_mode(struct net_device *dev); static struct ethtool_ops netdev_ethtool_ops; /* Unfortunately maximizing the shared code between the integrated and Loading Loading @@ -691,7 +691,7 @@ static int corkscrew_setup(struct net_device *dev, int ioaddr, return register_netdev(dev); } static int corkscrew_open(struct net_device *dev) { Loading Loading @@ -1567,7 +1567,7 @@ static struct ethtool_ops netdev_ethtool_ops = { .set_msglevel = netdev_set_msglevel, }; #ifdef MODULE void cleanup_module(void) { Loading @@ -1584,7 +1584,7 @@ void cleanup_module(void) } } #endif /* MODULE */ /* * Local variables: * compile-command: "gcc -DMODULE -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -c 3c515.c" Loading
drivers/net/82596.c +6 −6 Original line number Diff line number Diff line Loading @@ -1609,7 +1609,7 @@ void __exit cleanup_module(void) } #endif /* MODULE */ /* * Local variables: * compile-command: "gcc -D__KERNEL__ -I/usr/src/linux/net/inet -Wall -Wstrict-prototypes -O6 -m486 -c 82596.c" Loading