patch-2.4.9 linux/arch/alpha/kernel/setup.c
Next file: linux/arch/alpha/kernel/smp.c
Previous file: linux/arch/alpha/kernel/pci_iommu.c
Back to the patch index
Back to the overall index
- Lines: 40
- Date:
Sun Aug 12 10:38:47 2001
- Orig file:
v2.4.8/linux/arch/alpha/kernel/setup.c
- Orig date:
Thu May 24 15:20:18 2001
diff -u --recursive --new-file v2.4.8/linux/arch/alpha/kernel/setup.c linux/arch/alpha/kernel/setup.c
@@ -154,6 +154,7 @@
WEAK(rx164_mv);
WEAK(sable_mv);
WEAK(sable_gamma_mv);
+WEAK(shark_mv);
WEAK(sx164_mv);
WEAK(takara_mv);
WEAK(webbrick_mv);
@@ -665,9 +666,10 @@
static char tsunami_names[][16] = {
"0", "DP264", "Warhol", "Windjammer", "Monet", "Clipper",
- "Goldrush", "Webbrick", "Catamaran"
+ "Goldrush", "Webbrick", "Catamaran", "Brisbane", "Melbourne",
+ "Flying Clipper", "Shark"
};
-static int tsunami_indices[] = {0,1,2,3,4,5,6,7,8};
+static int tsunami_indices[] = {0,1,2,3,4,5,6,7,8,9,10,11,12};
static struct alpha_machine_vector * __init
get_sysvec(long type, long variation, long cpu)
@@ -767,6 +769,10 @@
&dp264_mv, /* goldrush */
&webbrick_mv, /* webbrick */
&dp264_mv, /* catamaran */
+ NULL, /* brisbane? */
+ NULL, /* melbourne? */
+ NULL, /* flying clipper? */
+ &shark_mv, /* shark */
};
/* ??? Do we need to distinguish between Rawhides? */
@@ -880,6 +886,7 @@
&rx164_mv,
&sable_mv,
&sable_gamma_mv,
+ &shark_mv,
&sx164_mv,
&takara_mv,
&webbrick_mv,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)