patch-2.3.99-pre8 linux/include/linux/cyclades.h
Next file: linux/include/linux/dasd.h
Previous file: linux/include/linux/blkdev.h
Back to the patch index
Back to the overall index
-  Lines: 24
-  Date:
Fri May 12 11:22:31 2000
-  Orig file: 
v2.3.99-pre7/linux/include/linux/cyclades.h
-  Orig date: 
Fri Jan 21 18:19:17 2000
diff -u --recursive --new-file v2.3.99-pre7/linux/include/linux/cyclades.h linux/include/linux/cyclades.h
@@ -7,6 +7,10 @@
  *
  * This file contains the general definitions for the cyclades.c driver
  *$Log: cyclades.h,v $
+ *Revision 3.1  2000/04/19 18:52:52  ivan
+ *converted address fields to unsigned long and added fields for physical
+ *addresses on cyclades_card structure;
+ *
  *Revision 3.0  1998/11/02 14:20:59  ivan
  *added nports field on cyclades_card structure;
  *
@@ -500,8 +504,10 @@
 
 /* Per card data structure */
 struct cyclades_card {
-    long base_addr;
-    long ctl_addr;
+    unsigned long base_phys;
+    unsigned long ctl_phys;
+    unsigned long base_addr;
+    unsigned long ctl_addr;
     int irq;
     int num_chips;	/* 0 if card absent, -1 if Z/PCI, else Y */
     int first_line;	/* minor number of first channel on card */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)