diff options
author | Joshua Kinard <kumba@gentoo.org> | 2009-03-16 06:39:10 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2009-03-16 06:39:10 +0000 |
commit | 5fcd2a8e3cc5cff32e04fe05eca046765aba2589 (patch) | |
tree | b476c61908a8abc05116063406c004376b2a251b /sys-kernel/mips-sources/files/eblits/show_ip30_info-v1.eblit | |
parent | Modernize mips-sources to use eblit micronization technology and the newer ke... (diff) | |
download | historical-5fcd2a8e3cc5cff32e04fe05eca046765aba2589.tar.gz historical-5fcd2a8e3cc5cff32e04fe05eca046765aba2589.tar.bz2 historical-5fcd2a8e3cc5cff32e04fe05eca046765aba2589.zip |
Add the eblits.
Package-Manager: portage-2.1.6.8/cvs/Linux mips64
Diffstat (limited to 'sys-kernel/mips-sources/files/eblits/show_ip30_info-v1.eblit')
-rw-r--r-- | sys-kernel/mips-sources/files/eblits/show_ip30_info-v1.eblit | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sys-kernel/mips-sources/files/eblits/show_ip30_info-v1.eblit b/sys-kernel/mips-sources/files/eblits/show_ip30_info-v1.eblit new file mode 100644 index 000000000000..111772579af6 --- /dev/null +++ b/sys-kernel/mips-sources/files/eblits/show_ip30_info-v1.eblit @@ -0,0 +1,27 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/files/eblits/show_ip30_info-v1.eblit,v 1.1 2009/03/16 06:39:10 kumba Exp $ + +# Eblit with information/warnings for IP30 (Octane) users. +# +# If you need to add whitespace for formatting in 'einfo', 'ewarn', or 'eerror', use +# \040 for a space instead of the standard space. These functions will strip +# redundant white space. + +show_ip30_info() { + echo -e "" + einfo "Things to keep in mind when building a kernel for an SGI Octane:" + einfo "\t- Impact (MGRAS) console and X driver work, please report any bugs." + einfo "\t- VPro (Odyssey) console works, but no X driver exists yet." + einfo "\t- PCI Card Cages should work for many devices, except certain types like" + einfo "\t\040\040PCI-to-PCI bridges (USB hubs, USB flash card readers for example)." + einfo "\t- Do not use OHCI-based USB cards in Octane. They're broke on this machine." + einfo "\t\040\040Patches are welcome to fix the issue." + einfo "\t- Equally, UHCI Cards are showing issues in this release, but should still" + einfo "\t\040\040function somewhat. This issue manifests itself when using pl2303 USB->Serial" + einfo "\t\040\040adapters." + einfo "\t- Other XIO-based devices like MENET and various Impact addons remain" + einfo "\t\040\040untested and are not guaranteed to work. This applies to various" + einfo "\t\040\040digital video conversion boards as well." + echo -e "" +} |