patch-2.4.23 linux-2.4.23/arch/sparc64/kernel/pci.c
Next file: linux-2.4.23/arch/sparc64/kernel/pci_common.c
Previous file: linux-2.4.23/arch/sparc64/kernel/isa.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
2003-11-28 10:26:19.000000000 -0800
- Orig file:
linux-2.4.22/arch/sparc64/kernel/pci.c
- Orig date:
2003-08-25 04:44:40.000000000 -0700
diff -urN linux-2.4.22/arch/sparc64/kernel/pci.c linux-2.4.23/arch/sparc64/kernel/pci.c
@@ -81,6 +81,8 @@
extern void sabre_init(int, char *);
extern void psycho_init(int, char *);
extern void schizo_init(int, char *);
+extern void schizo_plus_init(int, char *);
+extern void tomatillo_init(int, char *);
static struct {
char *model_name;
@@ -92,7 +94,11 @@
{ "SUNW,psycho", psycho_init },
{ "pci108e,8000", psycho_init },
{ "SUNW,schizo", schizo_init },
- { "pci108e,8001", schizo_init }
+ { "pci108e,8001", schizo_init },
+ { "SUNW,schizo+", schizo_plus_init },
+ { "pci108e,8002", schizo_plus_init },
+ { "SUNW,tomatillo", tomatillo_init },
+ { "pci108e,a801", tomatillo_init },
};
#define PCI_NUM_CONTROLLER_TYPES (sizeof(pci_controller_table) / \
sizeof(pci_controller_table[0]))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)