patch-2.4.15 linux/drivers/net/tulip/tulip.h
Next file: linux/drivers/net/tulip/tulip_core.c
Previous file: linux/drivers/net/tulip/pnic2.c
Back to the patch index
Back to the overall index
-  Lines: 22
-  Date:
Fri Nov  9 13:45:35 2001
-  Orig file: 
v2.4.14/linux/drivers/net/tulip/tulip.h
-  Orig date: 
Tue Jul  3 17:08:20 2001
diff -u --recursive --new-file v2.4.14/linux/drivers/net/tulip/tulip.h linux/drivers/net/tulip/tulip.h
@@ -118,7 +118,7 @@
 };
 
 /* register offset and bits for CFDD PCI config reg */
-enum pci_cfg_driver_reg {	
+enum pci_cfg_driver_reg {
 	CFDD = 0x40,
 	CFDD_Sleep = (1 << 31),
 	CFDD_Snooze = (1 << 30),
@@ -405,6 +405,12 @@
 void t21142_timer(unsigned long data);
 void t21142_start_nway(struct net_device *dev);
 void t21142_lnk_change(struct net_device *dev, int csr5);
+
+
+/* PNIC2.c */
+void pnic2_lnk_change(struct net_device *dev, int csr5);
+void pnic2_timer(unsigned long data);
+void pnic2_start_nway(struct net_device *dev);
 void pnic2_lnk_change(struct net_device *dev, int csr5);
 
 /* eeprom.c */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)