summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Cox <alan@lxorguk.ukuu.org.uk>2002-12-01 02:27:12 -0800
committerJames Bottomley <jejb@raven.il.steeleye.com>2002-12-01 02:27:12 -0800
commit9649e47cf0547f101f75850db2474011e92572d6 (patch)
tree8192a4c3285ecd19126347dd57a17e84533975de /include
parent423830367c25e5a00f9a3df3fd1f456de51f83db (diff)
[PATCH] add NEC PC9800 bus idents to mpspec
Diffstat (limited to 'include')
-rw-r--r--include/asm-i386/mpspec.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-i386/mpspec.h b/include/asm-i386/mpspec.h
index 6fee20b0ef9f..6f3a009bad64 100644
--- a/include/asm-i386/mpspec.h
+++ b/include/asm-i386/mpspec.h
@@ -105,6 +105,7 @@ struct mpc_config_bus
#define BUSTYPE_TC "TC"
#define BUSTYPE_VME "VME"
#define BUSTYPE_XPRESS "XPRESS"
+#define BUSTYPE_NEC98 "NEC98"
struct mpc_config_ioapic
{
@@ -195,7 +196,8 @@ enum mp_bustype {
MP_BUS_ISA = 1,
MP_BUS_EISA,
MP_BUS_PCI,
- MP_BUS_MCA
+ MP_BUS_MCA,
+ MP_BUS_NEC98
};
extern int mp_bus_id_to_type [MAX_MP_BUSSES];
extern int mp_bus_id_to_node [MAX_MP_BUSSES];