diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-11-07 14:49:03 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-11-07 14:49:03 +0000 |
commit | 05ea5cfbae200015db0fc343bfb527229a3c9338 (patch) | |
tree | 64116af8425b2acc036d0f8115b708278e019dfe /sys/arch/sgi/include | |
parent | a65d95c199b8526c9b856b7d22803089a87d2740 (diff) |
Change sgi system identification from a single system type list, to a smaller
system type list (which really is the system family) and a subsystem type.
No functional change yet.
Diffstat (limited to 'sys/arch/sgi/include')
-rw-r--r-- | sys/arch/sgi/include/autoconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sgi/include/autoconf.h b/sys/arch/sgi/include/autoconf.h index a68295c3d4b..296da5be1a8 100644 --- a/sys/arch/sgi/include/autoconf.h +++ b/sys/arch/sgi/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.23 2009/10/30 08:13:57 syuu Exp $ */ +/* $OpenBSD: autoconf.h,v 1.24 2009/11/07 14:49:01 miod Exp $ */ /* * Copyright (c) 2001-2003 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -42,6 +42,7 @@ struct sys_rec { int system_type; + int system_subtype; /* IP35 only */ struct cpuinfo { u_int16_t type; |