patch-2.3.99-pre4 linux/include/asm-sparc64/pbm.h
Next file: linux/include/asm-sparc64/pgalloc.h
Previous file: linux/include/asm-sparc64/namei.h
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Mon Mar 27 10:35:56 2000
-  Orig file: 
v2.3.99-pre3/linux/include/asm-sparc64/pbm.h
-  Orig date: 
Fri Mar 10 16:40:49 2000
diff -u --recursive --new-file v2.3.99-pre3/linux/include/asm-sparc64/pbm.h linux/include/asm-sparc64/pbm.h
@@ -1,4 +1,4 @@
-/* $Id: pbm.h,v 1.21 2000/03/10 02:42:17 davem Exp $
+/* $Id: pbm.h,v 1.22 2000/03/25 05:18:30 davem Exp $
  * pbm.h: UltraSparc PCI controller software state.
  *
  * Copyright (C) 1997, 1998, 1999 David S. Miller (davem@redhat.com)
@@ -142,6 +142,10 @@
 	/* PBM I/O and Memory space resources. */
 	struct resource			io_space;
 	struct resource			mem_space;
+
+	/* State of 66MHz capabilities on this PBM. */
+	int				is_66mhz_capable;
+	int				all_devs_66mhz;
 
 	/* This PBM's streaming buffer. */
 	struct pci_strbuf		stc;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)