summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distrib/notes/sgi/contents34
-rw-r--r--distrib/notes/sgi/hardware26
-rw-r--r--distrib/notes/sgi/install95
-rw-r--r--distrib/notes/sgi/prep19
-rw-r--r--distrib/notes/sgi/upgrade2
-rw-r--r--distrib/notes/sgi/whatis4
-rw-r--r--distrib/notes/sgi/xfer15
7 files changed, 195 insertions, 0 deletions
diff --git a/distrib/notes/sgi/contents b/distrib/notes/sgi/contents
new file mode 100644
index 00000000000..d99f477b63a
--- /dev/null
+++ b/distrib/notes/sgi/contents
@@ -0,0 +1,34 @@
+dnl $OpenBSD: contents,v 1.1 2004/08/20 17:53:09 pefo Exp $
+TopPart
+
+OpenBSDdistsets
+
+OpenBSDbsd
+
+OpenBSDrd
+
+DistributionDescription(ten)
+
+OpenBSDbase(39580390,108206080,shared)
+
+OpenBSDcomp(24762610,77844480,shared)
+
+OpenBSDetc(1644585,7024640)
+
+OpenBSDgame(2761912,6256640)
+
+OpenBSDman(7202111,27484160)
+
+OpenBSDmisc(2154743,7413760)
+
+OpenBSDxbase(8688529,23316480)
+
+OpenBSDxetc(500550,3020800)
+
+OpenBSDxfont(33473489,40878080)
+
+dnl Do not list xserv, on purpose. No X11 support yet.
+dnl OpenBSDxserv(6682003,15800320)
+dnl
+dnl OpenBSDxshare(1660865,9687040)
+
diff --git a/distrib/notes/sgi/hardware b/distrib/notes/sgi/hardware
new file mode 100644
index 00000000000..3a81bbb7b0d
--- /dev/null
+++ b/distrib/notes/sgi/hardware
@@ -0,0 +1,26 @@
+dnl $OpenBSD: hardware,v 1.1 2004/08/20 17:53:09 pefo Exp $
+OpenBSD/MACHINE OSREV runs on the following machines:
+ O2 with R5000, R52xx with and without secondary caches.
+
+Supported devices {:-include-:}:
+- Ethernet Controllers
+ built-in Mace Etherenet Controller (mec)
+ Intel/DEC 21443 "Tulip" clones (dc)
+ Intel i8255x-based (fxp) including:
+ Intel EtherExpress PRO/10+
+ Intel EtherExpress PRO/100, PRO/100B, and PRO/100+
+ Intel EtherExpress PRO/100+ "Management Adapter"
+ Intel EtherExpress PRO/100 Dual Port
+ Intel PRO/100 VE, PRO/100 VM, and PRO/100 S
+- SCSI controllers
+ built-in Adaptec AIC-7880 (ahc)
+ 53C8xx-based SCSI (siop)
+- RS-232 devices:
+ on-board NS16550 compatible serial ports (com)
+- Miscellaneous devices:
+ battery-backed real time clock
+ ``soft'' power button as available on some models (power)
+
+If your hardware is not listed above, there is currently no support for it
+in this release.
+
diff --git a/distrib/notes/sgi/install b/distrib/notes/sgi/install
new file mode 100644
index 00000000000..b2872317361
--- /dev/null
+++ b/distrib/notes/sgi/install
@@ -0,0 +1,95 @@
+dnl $OpenBSD: install,v 1.1 2004/08/20 17:53:09 pefo Exp $
+OpenBSDInstallPrelude
+
+There are several ways to install OpenBSD onto a disk. The easiest way
+in terms of preliminary setup is to use the OpenBSD ramdisk kernel that
+can be booted via BOOTP. Booting from CD is not yet supported.
+
+
+Installing using the OpenBSD ramdisk kernel.
+
+The ramdisk kernel is a self-contained OpenBSD filesystem including all
+utilities necessary to install OpenBSD on a local disk, embedded in a
+GENERIC kernel image. It is distributed as a plain ELF executable file
+designed to be loaded into the system by the ARCS firmware.
+
+Booting the ramdisk kernel can be done from the ARCS graphic console
+although it might be more convenient to use the serial console since
+the kernel currently only supports the serial console. Some systems
+come with the serial console but sometimes this must be changed.
+
+To change to serial console, go into the ARCS Maintenance console. When
+the system starts up, press the ESC key or use the the mouse and click
+the STOP FOR MAINTENANCE button. Once in the System maintenance meny,
+select '5' to go into the Command monitor.
+
+To switch the console to serial mode, change the console nvironment
+variable:
+
+> setenv console d
+
+and reboot the system. A serial console at 9600B8N1 and nno flow control
+should be attached to the serial port marked (1).
+
+When the message:
+ To perform system maintenance instead, press <Esc>
+is displayed, press the ESCAPE key to get into maintenance mode. Again,
+select '5' to get to the Command monitor.
+
+To be able to boot, a bootp/dhcpd server needs to be set up. To find out
+the ethernet address for your system, use the 'printenv' command from the
+Command monitor. See the value of the eaddr variable. See the dhcpd(8)
+man page for information on how to set up the dhcp server to respond to
+a bootp client.
+
+Loading the ramdisk kernel into your system is done with the appropriate
+ARCS boot command on Your system. Usually this is done by typing in the
+following string at the ARCS prompt:
+
+ bootp()/bsd.rd
+
+to boot from Your TFTP server.
+
+This will cause the ramdisk kernel to be booted. After the initial probe
+messages you'll will see the question:
+
+TBD.
+
+The script will do most of the work of transferring the system from the
+tar files onto your disk. You will frequently be asked for confirmation
+before the script proceeds with each phase of the installation process.
+Occasionally, you'll have to provide a piece of information such as the
+name of the disk you want to install on or IP addresses and domain names
+you want to assign.
+
+The installation script goes through the following phases:
+
+ - determination of the disk to install OpenBSD on
+ - checking of the OpenBSD partition information on the disk
+ - creating and mounting the OpenBSD filesystems
+ - setup of IP configuration
+ - extraction of the distribution tar files
+ - installation of kernel and the bootable kernel
+
+The installation program will guide you through the installation. There is
+one area of complexity that you should be careful about and that is to
+correctly answer the question about the disks previous history. If the
+disk have an MBR record in the beginning of the disk it has o be wiped
+because PMON does not know about how to find the OpenBSD partition. Just
+read the instructions and answer the question correctly.
+
+
+
+OpenBSDFTPInstall
+
+OpenBSDHTTPInstall
+
+OpenBSDCDROMInstall
+
+OpenBSDNFSInstall
+
+OpenBSDCommonFS
+
+OpenBSDCommonURL
+
+OpenBSDCongratulations
diff --git a/distrib/notes/sgi/prep b/distrib/notes/sgi/prep
new file mode 100644
index 00000000000..94274763c49
--- /dev/null
+++ b/distrib/notes/sgi/prep
@@ -0,0 +1,19 @@
+Before you start you should familiarize yourself with the ARCS setup
+and how to run programs from the Command monitor prompt.
+
+If you're installing OpenBSD/sgi for the first time it's a very good
+idea to look at the partition sizes of disk you intend installing OpenBSD on.
+Changing the size of partitions after you've installed is difficult. If
+you do not have a spare bootable disk, it may be simpler to re-install
+OpenBSD again from scratch.
+
+Assuming a classic partition scheme with root (`/') and /usr filesystems,
+a comfortable size for the OpenBSD root filesystem partition (a) is about
+64Mb. The install will take ~30Mb of that. However it has shown that 256M
+is not a bad choice when more packages are to be installed. A good initial
+size for the swap (b) partition is twice the amount of physical memory in
+your machine or at least 128M. A minimum /usr partition (e) is ~256M but
+with that you will likely run into trouble later. A minimum size of 1G is
+recommended. A full binary installation, without X11 or any other additional
+software, takes about 170M in `/usr'.
+
diff --git a/distrib/notes/sgi/upgrade b/distrib/notes/sgi/upgrade
new file mode 100644
index 00000000000..7416937a263
--- /dev/null
+++ b/distrib/notes/sgi/upgrade
@@ -0,0 +1,2 @@
+Because this is the first release of OpenBSD for the SGI - there is no
+upgrade option in this release.
diff --git a/distrib/notes/sgi/whatis b/distrib/notes/sgi/whatis
new file mode 100644
index 00000000000..ea4fbcf1dec
--- /dev/null
+++ b/distrib/notes/sgi/whatis
@@ -0,0 +1,4 @@
+dnl $OpenBSD: whatis,v 1.1 2004/08/20 17:53:09 pefo Exp $
+OpenBSD/MACHINE OSREV is a new port for the SGI Mips processor computers.
+Currently, in this initial stage the O2 workstation is supported and
+hardware support is being worked on.
diff --git a/distrib/notes/sgi/xfer b/distrib/notes/sgi/xfer
new file mode 100644
index 00000000000..16f342952b0
--- /dev/null
+++ b/distrib/notes/sgi/xfer
@@ -0,0 +1,15 @@
+dnl $OpenBSD: xfer,v 1.1 2004/08/20 17:53:09 pefo Exp $
+Installation is supported from several media types, including:
+
+ CD-ROM
+ FFS partitions
+ FTP
+ HTTP
+
+
+OpenBSDXferShortPrelude
+
+
+OpenBSDXferBareTape
+
+OpenBSDXferFFS