patch-2.1.79 linux/include/asm-sparc64/ebus.h
Next file: linux/include/asm-sparc64/elf.h
Previous file: linux/include/asm-sparc64/delay.h
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Mon Jan 12 15:15:54 1998
- Orig file:
v2.1.78/linux/include/asm-sparc64/ebus.h
- Orig date:
Sun Sep 7 13:10:43 1997
diff -u --recursive --new-file v2.1.78/linux/include/asm-sparc64/ebus.h linux/include/asm-sparc64/ebus.h
@@ -1,4 +1,4 @@
-/* $Id: ebus.h,v 1.3 1997/09/05 23:00:14 ecd Exp $
+/* $Id: ebus.h,v 1.4 1998/01/10 18:26:08 ecd Exp $
* ebus.h: PCI to Ebus pseudo driver software state.
*
* Copyright (C) 1997 Eddie C. Dost (ecd@skynet.be)
@@ -12,6 +12,7 @@
struct linux_ebus_child {
struct linux_ebus_child *next;
struct linux_ebus_device *parent;
+ struct linux_ebus *bus;
int prom_node;
char prom_name[64];
unsigned long base_address[PROMREG_MAX];
@@ -23,7 +24,7 @@
struct linux_ebus_device {
struct linux_ebus_device *next;
struct linux_ebus_child *children;
- struct linux_ebus *parent;
+ struct linux_ebus *bus;
int prom_node;
char prom_name[64];
unsigned long base_address[PROMREG_MAX];
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov