diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-06-14 22:52:02 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-06-14 22:52:02 +0000 |
commit | 8a7bfc77b3b639f3e3a13b7dfeef29a6a9342f5f (patch) | |
tree | d26abaf94c13955ecae43d42e5d54177ea7c59a6 /arch | |
parent | 1adc91c0f4c32a116a86b113b213b26b975df575 (diff) |
Update comment about bus systems available on MIPS machines.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/kernel/setup.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c index 7616fa7c6..1b00365a6 100644 --- a/arch/mips/kernel/setup.c +++ b/arch/mips/kernel/setup.c @@ -60,8 +60,9 @@ char wait_available; /* * There are several bus types available for MIPS machines. "RISC PC" - * type machines have ISA, EISA or PCI available, some DECstations have - * Turbochannel, SGI has GIO, there are lots of VME boxes ... + * type machines have ISA, EISA, VLB or PCI available, DECstations + * have Turbochannel or Q-Bus, SGI has GIO, there are lots of VME + * boxes ... * This flag is set if a EISA slots are available. */ int EISA_bus = 0; |