From 5caf0b44b34027a9ce76fc7744ad108060e326b7 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Fri, 7 Sep 2001 04:05:43 +0000 Subject: [PATCH] afs-sysnames-add-sunx86-57-and-58-20010906 allocate ids for sunx86 57 and 58 --- src/config/afs_sysnames.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config/afs_sysnames.h b/src/config/afs_sysnames.h index c984c7d61..0323ea6ed 100644 --- a/src/config/afs_sysnames.h +++ b/src/config/afs_sysnames.h @@ -81,6 +81,10 @@ #define SYS_NAME_ID_sun4x_57 938 #define SYS_NAME_ID_sun4x_58 939 +/* Sigh. If I leave a gap here IBM will do this sequentially. If I don't + they won't allocate sunx86 IDs at all. So leave a gap and pray. */ +#define SYS_NAME_ID_sunx86_57 950 +#define SYS_NAME_ID_sunx86_58 951 #define SYS_NAME_ID_vax_ul4 1003 #define SYS_NAME_ID_vax_ul40 1004 -- 2.39.5