Commit Graph

1293 Commits

Author SHA1 Message Date
rafal dcca4b64ea Add sgimips-specific file lists for installation and binary/kernel dirs. 2002-07-26 22:31:26 +00:00
rafal a1489321a2 Fix up sgimips install sections to more closely correspond to the current
state of reality: comment out O2 references since 1.6 won't support the
O2, add notes on installing via a net-booted kernel, disk partitioning
(disk must have IRIX volhdr, one-disk split NetBSD/IRIX install has not
been tested and may/may not work).  Also expand/add some examples.

XXX: Should add info on the "extra" kernel sets like the INSTALL_INDY,
etc. sets.
2002-07-26 15:41:55 +00:00
simonb 64ccdf4b88 Fix size of the pmax Xserver set. 2002-07-26 14:36:03 +00:00
rafal e5e8d68abe Some minor touchups/rewordings/clarifications. 2002-07-26 02:45:37 +00:00
lukem 9a3e02035b be consistent and use \n[XXX] instead of rXXX 2002-07-26 00:11:29 +00:00
rafal e88eea4ac8 Fix remaining uses of ".if r_xxxx", when we really want ".if rxxxx", or
even better ".if \n[xxxx]".
2002-07-25 19:49:27 +00:00
mbw 9b58ceb3ab Update info on models 362 and 382 2002-07-24 21:59:00 +00:00
mbw 97ca58a9f9 Fix link to hp300 FAQ on X11 2002-07-24 21:57:18 +00:00
lukem c13d5538de postinstall can be run from the etc set (extracted into a temporary directory)
rather than requiring the full system sources to be extracted
2002-07-24 03:03:58 +00:00
lukem f4811c84e8 esp got tagged queuing 2002-07-24 02:50:47 +00:00
lukem 770f0725e5 macppc/powerpc x set size updates 2002-07-24 02:50:22 +00:00
lukem 37381fa45a updates per discussion with matt green 2002-07-24 02:47:51 +00:00
lukem c76a9a63b3 updates prompted by mail from Bang Jun-Young:
- add to updated 3rdparty products: gcc 2.95.3 and binutils 2.11.2
- xfree 4.2.0 is i386 only (at this stage)
2002-07-24 01:06:12 +00:00
bouyer 788cbb16d2 Note VT8233A support. 2002-07-22 20:53:13 +00:00
lukem 11fec0854a update sizes of alpha x sets (info from havard) 2002-07-22 17:53:26 +00:00
lukem 329392a42b add two missing .bullet) s 2002-07-22 17:27:16 +00:00
lukem caef436ae7 - provide .showsize [<G> <U>] to display set size info.
if <G> and <U> aren't provided, use values from last  .setsize <G> <U>
  reset sizes upon display
- convert to .showsize as appropriate
- fix .el ... .ie
- fix up a bunch of set sizes
- use '-unknown-', '-unset-', and '-unknown-machine-arch-' to flag
  unknown set size info (instead of "???")
- consistently use \n[MACHINE] instead of r_MACHINE
- ensure that all MACHINE_ARCH registers are at least defined to 0
- don't bother setting register _\*M
2002-07-22 16:45:14 +00:00
lukem 944ca18c84 missing . 2002-07-22 15:44:14 +00:00
lukem a6034b5b35 use sh3eb or sh3el instead of sh3 2002-07-22 15:13:41 +00:00
lukem a0ae692ffe - define "termtype" string (based on \n[MACHINE] and use appropriately)
- consistently use \n[MACHINE] instead of r_MACHINE
2002-07-22 14:55:14 +00:00
lukem ad6d00062f fix .ie ... .el usage 2002-07-22 14:39:44 +00:00
lukem 099331397a - define some useful strings and use appropriately
\*[part_raw]	`raw' partition (usually `c' or `d')
	\*[part_free]	first "free" partition (usually part_raw+1)
	\*[part_usr]	default "/usr" partition (usually part_free)
	\*[part_max]	last partition (usually `h' or `p')
- consistently use \n[MACHINE] instead of r_MACHINE
- fix up formatting fubars on mac68k (and others)
2002-07-22 14:38:11 +00:00
lukem 3c01b2785f consistently use \n[MACHINE] instead of r_MACHINE 2002-07-22 14:07:52 +00:00
lukem b4bc051a2c consistently use \n[MACHINE] instead of r_MACHINE in places 2002-07-22 14:02:07 +00:00
lukem f9d025b03b as sun3x is now part of sun3, we can't test for a sun3x machine register.
rewrite appropriate paragraphs to be relevant for either sun3 or sun3x.
2002-07-22 13:59:24 +00:00
lukem 86448dfa2c - convert sun2/upgrade to use ../sun3/upgrade, rather than unnecessarily
duplicating the contents of the latter
- fix some types in sun3/upgrade
2002-07-22 13:49:56 +00:00
lukem 86e5d269f7 for single references, use r_XXX instead of \n[XXX] 2002-07-22 05:23:32 +00:00
rafal f7a70aa74c More minor updates to release notes -- a large part of these changes were
sgimips specific, but there are also MI tweaks.
2002-07-21 20:29:47 +00:00
lukem 6ce309ed65 simplify some sections, and improve .ie ... .el .ie stuff 2002-07-21 13:00:45 +00:00
lukem 9bcd1bdb1b more fixes to previous 2002-07-21 12:58:02 +00:00
lukem 9d18ea70e6 doh; fix previous 2002-07-21 09:28:03 +00:00
lukem d406154bd8 fix up various .ie ... .el usages 2002-07-21 09:25:27 +00:00
lukem 450802d92e - define COMMON as "${.CURDIR}/../common", and use appropriately
- remove .PATH: ${.CURDIR}/../common
- update the various MERGED_SRCS lines to reflect reality
2002-07-21 08:14:46 +00:00
lukem e3c1695a2b add back comment lost in previous revision 2002-07-21 00:12:28 +00:00
lukem 49306c00c1 work around argument quoting warning 2002-07-20 07:39:30 +00:00
lukem f478f495f1 - Explicitly reference "install" as "${.CURDIR}/install" as our <bsd.own.mk>
does a ".PHONY" on "install", and this prevents .PATH lookups working for
  that target, so "make" unnecessarily considered the files out of date and
  rebuilt them every time.  (make(1) needs a .NOTPHONY)
- Separate out the TOC dependencies so that a given ${TARG}.type only
  depends upon the appropriate ${TARGET}.type.toc.  Prevents unnecessary
  rebuilding of all the TOCs when you're only generating one target type.
- Remove *.toc.tmp in cleannotes.
2002-07-20 06:59:19 +00:00
lukem 95ca9a452f escape ... 2002-07-20 02:41:15 +00:00
lukem 93f4baca25 Nx*V is not a valid macro... 2002-07-20 02:10:58 +00:00
lukem 4bb9c7d951 more .ie ... .el fixes. (atari is still complaining about a missing .El) 2002-07-19 16:13:40 +00:00
lukem 96074c3941 - move a closing ".bullet)" outside of a mac68k specific section, so
that other platforms don't warnings about missing .El
- tweak newly added stuff to be consistent with recent cleanup i did
2002-07-19 15:50:41 +00:00
lukem 6c521a3f01 tweak newly added stuff to be consistent with recent cleanup i did 2002-07-19 15:47:10 +00:00
lukem b33d13117d there are now over 3000 packages 2002-07-19 15:43:37 +00:00
scottr 5f62db771b This is a complete refit of the mac68k documentation.
Of particular note is documentation on the new preferred method of
installation using sysinst, provided (and updated) by Bob Nestor.
2002-07-19 07:17:45 +00:00
lukem 8a46416777 r_mips is not valid; use r_mipseb or r_mipsel. noted by rafal on icb 2002-07-19 02:28:09 +00:00
lha a9c28fe019 add myself 2002-07-16 00:31:44 +00:00
rafal c4181ec121 Update sgimips portions of release notes to more closely match reality, esp.
after the removal of the kern-GENERIC set from sysinst.  While here, fix up
some minor things (wording, bad markup, typoes) in the non-sgimips specific
common portions.
2002-07-15 12:47:58 +00:00
mbw 0b1aae71e4 Properly name SPARCstation Voyager.
Mention that nell PCMCIA support works for Voyager as well as Sbus card.
2002-07-15 00:19:54 +00:00
junyoung 2570d0b9f2 Move 'for' to the right position. 2002-07-11 19:52:25 +00:00
junyoung 92668839c1 Fix typos. 2002-07-11 07:37:06 +00:00
scottr cfbda5a775 Replace "filesystem" with the correct phrase, "file system." 2002-07-11 04:52:48 +00:00